#3A2CDB
A medium, vivid blue closely aligning with Mediumblue.
About #3A2CDB
Visually, #3A2CDB is defined as a vivid blue. It is closely associated with the named CSS color Mediumblue. Its digital footprint relies on 58 parts red, 44 parts green, and 219 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 74% C, 80% M, 0% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A2CDB
RGB58, 44, 219
HSL244.8°, 70.9%, 51.6%
CMYK74%, 80%, 0%, 14%
HSV244.8°, 79.9%, 85.9%
LAB33.6, 59.0, -85.2
XYZ15.4, 7.8, 67.7
Decimal3812571
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.19:1
Text on #FFFFFF
AAA
2.56:1
Text on #000000
FAIL
7.83:1
Text on #F8FAFC
AAA
2.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A2CDB;
}
.text-color {
color: #3A2CDB;
}
.border-color {
border: 2px solid #3A2CDB;
}