Shades of Royal Blue #3371FF
Tints of Royal Blue #3371FF
RGB
CMYK
RGB Variations
Color information
#3371FF (or 0x3371FF) is known color: Royal Blue. HEX triplet: 33, 71 and FF. RGB value is (51,113,255). Sum of RGB (Red+Green+Blue) = 51+113+255=419 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.17% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #3371FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3371FF is #CC8E00. Grayscale: #6E6E6E. Windows color (decimal): -13405697 or 16740659. OLE color: 16740659.
HSL color Cylindrical-coordinate representation of color #3371FF: hue angle of 221.76º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3371FF is Cyan = 0.8, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 113 | 255 | - |
| CMYK | 0.8 | 0.56 | 0 | 0 |
| HSL | 221.76º | 1% | 0.6% | - |
| HSV(B) | 221.76º | 0.8% | 1% | - |
| XYZ | 25.32 | 19.73 | 97.08 | - |
| YUV | 110.65 | 209.46 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 113 | 255 | 0.8 | 0.56 | 0 | 0 | 221.76 | 1 | 0.6 |
| Hex | 33 | 71 | FF | 50 | 38 | 0 | 0 | DE | 64 | 3C |
| Octal | 63 | 161 | 377 | 120 | 70 | 0 | 0 | 336 | 144 | 74 |
| Binary | 110011 | 1110001 | 11111111 | 1010000 | 111000 | 0 | 0 | 11011110 | 1100100 | 111100 |
Color Harmonies of #3371FF
Complementary color
Monochromatic Colors of #3371FF
Black with #3371FF
Text Example
Text Example
White with #3371FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3371FF; }
p { color: rgb(51,113,255); }
H1.HeaderClassName
{
color: #3371FF;
}
.AnyTagClassName
{
color: #3371FF;
}
</style>
background-color css
<style>
a { background-color: #3371FF; }
a { background-color: rgb(51,113,255); }
div.DivClassName
{
background-color: #3371FF;
}
.BgClassName
{
background-color: #3371FF;
}
</style>
border-color css
<style>
span { border-color: #3371FF; }
span { border-color: rgb(51,113,255); }
td.TdClassName
{
border-color: #3371FF;
}
.TagClassName
{
border-color: #3371FF;
}
</style>