#3324F0
A medium, vivid blue closely aligning with Mediumblue.
About #3324F0
At its core, #3324F0 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 51, 36, and 240.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 79% cyan, 85% magenta, 0% yellow, and 6% black. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3324F0
RGB51, 36, 240
HSL244.4°, 87.2%, 54.1%
CMYK79%, 85%, 0%, 6%
HSV244.4°, 85.0%, 94.1%
LAB34.5, 67.9, -95.7
XYZ17.7, 8.3, 83.1
Decimal3351792
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.92:1
Text on #FFFFFF
AAA
2.65:1
Text on #000000
FAIL
7.57:1
Text on #F8FAFC
AAA
2.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3324F0;
}
.text-color {
color: #3324F0;
}
.border-color {
border: 2px solid #3324F0;
}