#2C577C
A dark, moderate blue closely aligning with Steelblue.
About #2C577C
When working with digital screens, the color #2C577C is rendered by mixing light. It is closely associated with the named CSS color Steelblue. Its digital footprint relies on 44 parts red, 87 parts green, and 124 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 65% C, 30% M, 0% Y, and 51% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C577C
RGB44, 87, 124
HSL207.7°, 47.6%, 32.9%
CMYK65%, 30%, 0%, 51%
HSV207.7°, 64.5%, 48.6%
LAB35.6, -2.6, -25.4
XYZ8.1, 8.8, 20.3
Decimal2905980
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.60:1
Text on #FFFFFF
AAA
2.76:1
Text on #000000
FAIL
7.27:1
Text on #F8FAFC
AAA
2.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C577C;
}
.text-color {
color: #2C577C;
}
.border-color {
border: 2px solid #2C577C;
}