#2433CC
A medium, vivid blue closely aligning with Darkblue.
About #2433CC
When working with digital screens, the color #2433CC is rendered by mixing light. Its closest recognized web color is Darkblue. This translates to an RGB value of rgb(36, 51, 204).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 82% cyan, 75% magenta, 0% yellow, and 20% black. With a hue angle of 234.6 degrees, it sits comfortably in the blue spectrum.
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#2433CC
RGB36, 51, 204
HSL234.6°, 70.0%, 47.1%
CMYK82%, 75%, 0%, 20%
HSV234.6°, 82.4%, 80.0%
LAB32.0, 49.3, -79.1
XYZ12.8, 7.1, 57.8
Decimal2372556
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.68:1
Text on #FFFFFF
AAA
2.42:1
Text on #000000
FAIL
8.29:1
Text on #F8FAFC
AAA
2.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2433CC;
}
.text-color {
color: #2433CC;
}
.border-color {
border: 2px solid #2433CC;
}