#3A33DB
A medium, moderate blue closely aligning with Mediumblue.
About #3A33DB
The hex code #3A33DB represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 51, and 219.
Translating this color to physical media requires the CMYK color model. The color uses 74% Cyan, 77% Magenta, 0% Yellow, and 14% Black. With a hue angle of 242.5 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A33DB
RGB58, 51, 219
HSL242.5°, 70.0%, 52.9%
CMYK74%, 77%, 0%, 14%
HSV242.5°, 76.7%, 85.9%
LAB34.8, 55.6, -83.3
XYZ15.7, 8.4, 67.8
Decimal3814363
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.85:1
Text on #FFFFFF
AAA
2.68:1
Text on #000000
FAIL
7.50:1
Text on #F8FAFC
AAA
2.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A33DB;
}
.text-color {
color: #3A33DB;
}
.border-color {
border: 2px solid #3A33DB;
}