#3A33F0
A medium, vivid blue closely aligning with Mediumblue.
About #3A33F0
Visually, #3A33F0 is defined as a vivid blue. Its closest recognized web color is Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 51, and 240.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 76% C, 79% M, 0% Y, and 6% K. The HSL representation is 242.2° hue, 86.3% saturation, and 57.1% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A33F0
RGB58, 51, 240
HSL242.2°, 86.3%, 57.1%
CMYK76%, 79%, 0%, 6%
HSV242.2°, 78.8%, 94.1%
LAB37.0, 62.0, -91.5
XYZ18.7, 9.6, 83.3
Decimal3814384
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.21:1
Text on #FFFFFF
AAA
2.91:1
Text on #000000
FAIL
6.89:1
Text on #F8FAFC
AA
2.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A33F0;
}
.text-color {
color: #3A33F0;
}
.border-color {
border: 2px solid #3A33F0;
}