#3A667C
A dark, moderate blue closely aligning with Slategray.
About #3A667C
At its core, #3A667C is a dark and moderate hue. It is closely associated with the named CSS color Slategray. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 102, and 124.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 53% cyan and 18% magenta inks. With a hue angle of 200.0 degrees, it sits comfortably in the blue spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A667C
RGB58, 102, 124
HSL200.0°, 36.3%, 35.7%
CMYK53%, 18%, 0%, 51%
HSV200.0°, 53.2%, 48.6%
LAB41.0, -8.5, -17.0
XYZ10.1, 11.9, 20.8
Decimal3827324
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.23:1
Text on #FFFFFF
AA
3.37:1
Text on #000000
AA Large
5.95:1
Text on #F8FAFC
AA
2.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A667C;
}
.text-color {
color: #3A667C;
}
.border-color {
border: 2px solid #3A667C;
}