#2C5092
A dark, moderate blue closely aligning with Darkslateblue.
About #2C5092
When working with digital screens, the color #2C5092 is rendered by mixing light. It is closely associated with the named CSS color Darkslateblue. This translates to an RGB value of rgb(44, 80, 146).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 70% Cyan, 45% Magenta, 0% Yellow, and 43% Black. With a hue angle of 218.8 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C5092
RGB44, 80, 146
HSL218.8°, 53.7%, 37.3%
CMYK70%, 45%, 0%, 43%
HSV218.8°, 69.9%, 57.3%
LAB34.7, 10.2, -40.3
XYZ9.1, 8.3, 28.3
Decimal2904210
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.87:1
Text on #FFFFFF
AAA
2.67:1
Text on #000000
FAIL
7.52:1
Text on #F8FAFC
AAA
2.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C5092;
}
.text-color {
color: #2C5092;
}
.border-color {
border: 2px solid #2C5092;
}