#2C7C99
A dark, moderate blue closely aligning with Steelblue.
About #2C7C99
The precise color #2C7C99 is an excellent choice for modern design projects. Its closest recognized web color is Steelblue. This translates to an RGB value of rgb(44, 124, 153).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 71% Cyan, 19% Magenta, 0% Yellow, and 40% Black. With a hue angle of 196.0 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#2C7C99
RGB44, 124, 153
HSL196.0°, 55.3%, 38.6%
CMYK71%, 19%, 0%, 40%
HSV196.0°, 71.2%, 60.0%
LAB48.6, -14.3, -22.6
XYZ14.0, 17.3, 32.7
Decimal2915481
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.72:1
Text on #FFFFFF
AA
4.45:1
Text on #000000
AA Large
4.51:1
Text on #F8FAFC
AA
3.78:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C7C99;
}
.text-color {
color: #2C7C99;
}
.border-color {
border: 2px solid #2C7C99;
}