#2C6692
A dark, moderate blue closely aligning with Steelblue.
About #2C6692
Visually, #2C6692 is defined as a moderate blue. Its closest recognized web color is Steelblue. Its digital footprint relies on 44 parts red, 102 parts green, and 146 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 70% Cyan, 30% Magenta, 0% Yellow, and 43% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C6692
RGB44, 102, 146
HSL205.9°, 53.7%, 37.3%
CMYK70%, 30%, 0%, 43%
HSV205.9°, 69.9%, 57.3%
LAB41.4, -3.9, -29.7
XYZ11.0, 12.1, 29.0
Decimal2909842
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.14:1
Text on #FFFFFF
AA
3.42:1
Text on #000000
AA Large
5.86:1
Text on #F8FAFC
AA
2.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C6692;
}
.text-color {
color: #2C6692;
}
.border-color {
border: 2px solid #2C6692;
}