#3375B6
A medium, moderate blue closely aligning with Steelblue.
About #3375B6
Visually, #3375B6 is defined as a moderate blue. Its closest recognized web color is Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 117, and 182.
If you are designing for print, the four-color process is what matters most. The color uses 72% Cyan, 36% Magenta, 0% Yellow, and 29% Black. The HSL representation is 209.8° hue, 56.2% saturation, and 45.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3375B6
RGB51, 117, 182
HSL209.8°, 56.2%, 45.7%
CMYK72%, 36%, 0%, 29%
HSV209.8°, 72.0%, 71.4%
LAB48.0, 1.1, -40.4
XYZ16.2, 16.8, 46.6
Decimal3372470
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.82:1
Text on #FFFFFF
AA
4.36:1
Text on #000000
AA Large
4.60:1
Text on #F8FAFC
AA
3.71:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3375B6;
}
.text-color {
color: #3375B6;
}
.border-color {
border: 2px solid #3375B6;
}