#2C2CBD
A medium, moderate blue closely aligning with Darkblue.
About #2C2CBD
Visually, #2C2CBD is defined as a moderate blue. It is closely associated with the named CSS color Darkblue. This translates to an RGB value of rgb(44, 44, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 77% cyan, 77% magenta, 0% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C2CBD
RGB44, 44, 189
HSL240.0°, 62.2%, 45.7%
CMYK77%, 77%, 0%, 26%
HSV240.0°, 76.7%, 74.1%
LAB29.4, 48.7, -74.6
XYZ11.1, 6.0, 48.7
Decimal2895037
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.54:1
Text on #FFFFFF
AAA
2.20:1
Text on #000000
FAIL
9.11:1
Text on #F8FAFC
AAA
1.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C2CBD;
}
.text-color {
color: #2C2CBD;
}
.border-color {
border: 2px solid #2C2CBD;
}