#3375AF
A medium, moderate blue closely aligning with Steelblue.
About #3375AF
When working with digital screens, the color #3375AF is rendered by mixing light. Its closest recognized web color is Steelblue. This translates to an RGB value of rgb(51, 117, 175).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 71% C, 33% M, 0% Y, and 31% K. The HSL representation is 208.1° hue, 54.9% saturation, and 44.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3375AF
RGB51, 117, 175
HSL208.1°, 54.9%, 44.3%
CMYK71%, 33%, 0%, 31%
HSV208.1°, 70.9%, 68.6%
LAB47.7, -1.4, -36.9
XYZ15.5, 16.5, 42.9
Decimal3372463
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.88:1
Text on #FFFFFF
AA
4.30:1
Text on #000000
AA Large
4.66:1
Text on #F8FAFC
AA
3.66:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3375AF;
}
.text-color {
color: #3375AF;
}
.border-color {
border: 2px solid #3375AF;
}