#3A24E9
A medium, vivid blue closely aligning with Mediumblue.
About #3A24E9
At its core, #3A24E9 is a medium and vivid hue. It is closely associated with the named CSS color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 36, and 233.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 75% C, 85% M, 0% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A24E9
RGB58, 36, 233
HSL246.7°, 81.7%, 52.7%
CMYK75%, 85%, 0%, 9%
HSV246.7°, 84.5%, 91.4%
LAB34.1, 66.3, -92.4
XYZ17.1, 8.0, 77.7
Decimal3810537
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.05:1
Text on #FFFFFF
AAA
2.61:1
Text on #000000
FAIL
7.69:1
Text on #F8FAFC
AAA
2.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A24E9;
}
.text-color {
color: #3A24E9;
}
.border-color {
border: 2px solid #3A24E9;
}