#3A33CC
A medium, moderate blue closely aligning with Darkblue.
About #3A33CC
At its core, #3A33CC is a medium and moderate hue. It is closely associated with the named CSS color Darkblue. Its digital footprint relies on 58 parts red, 51 parts green, and 204 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 72% Cyan, 75% Magenta, 0% Yellow, and 20% Black. With a hue angle of 242.7 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A33CC
RGB58, 51, 204
HSL242.7°, 60.0%, 50.0%
CMYK72%, 75%, 0%, 20%
HSV242.7°, 75.0%, 80.0%
LAB33.2, 50.9, -77.2
XYZ13.8, 7.6, 57.9
Decimal3814348
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.32:1
Text on #FFFFFF
AAA
2.53:1
Text on #000000
FAIL
7.95:1
Text on #F8FAFC
AAA
2.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A33CC;
}
.text-color {
color: #3A33CC;
}
.border-color {
border: 2px solid #3A33CC;
}