#2C24CC
A medium, vivid blue closely aligning with Mediumblue.
About #2C24CC
The precise color #2C24CC is an excellent choice for modern design projects. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(44, 36, 204).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 78% cyan, 82% magenta, 0% yellow, and 20% 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. 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#2C24CC
RGB44, 36, 204
HSL242.9°, 70.0%, 47.1%
CMYK78%, 82%, 0%, 20%
HSV242.9°, 82.4%, 80.0%
LAB29.8, 57.3, -82.8
XYZ12.6, 6.2, 57.7
Decimal2893004
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.41:1
Text on #FFFFFF
AAA
2.23:1
Text on #000000
FAIL
9.00:1
Text on #F8FAFC
AAA
1.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C24CC;
}
.text-color {
color: #2C24CC;
}
.border-color {
border: 2px solid #2C24CC;
}