#3A24F0
A medium, vivid blue closely aligning with Mediumblue.
About #3A24F0
When working with digital screens, the color #3A24F0 is rendered by mixing light. Designers often compare it to the standard color Mediumblue. This translates to an RGB value of rgb(58, 36, 240).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 76% C, 85% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A24F0
RGB58, 36, 240
HSL246.5°, 87.2%, 54.1%
CMYK76%, 85%, 0%, 6%
HSV246.5°, 85.0%, 94.1%
LAB34.9, 68.3, -95.0
XYZ18.1, 8.5, 83.1
Decimal3810544
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.81:1
Text on #FFFFFF
AAA
2.69:1
Text on #000000
FAIL
7.46:1
Text on #F8FAFC
AAA
2.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A24F0;
}
.text-color {
color: #3A24F0;
}
.border-color {
border: 2px solid #3A24F0;
}