Shades of Royal Blue #3371ED
Tints of Royal Blue #3371ED
RGB
CMYK
RGB Variations
Color information
#3371ED (or 0x3371ED) is known color: Royal Blue. HEX triplet: 33, 71 and ED. RGB value is (51,113,237). Sum of RGB (Red+Green+Blue) = 51+113+237=401 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.72% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #3371ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3371ED is #CC8E12. Grayscale: #6C6C6C. Windows color (decimal): -13405715 or 15561011. OLE color: 15561011.
HSL color Cylindrical-coordinate representation of color #3371ED: hue angle of 220º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3371ED is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 113 | 237 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.07 |
| HSL | 220º | 0.84% | 0.56% | - |
| HSV(B) | 220º | 0.78% | 0.93% | - |
| XYZ | 22.56 | 18.63 | 82.53 | - |
| YUV | 108.6 | 200.46 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 113 | 237 | 0.78 | 0.52 | 0 | 0.07 | 220 | 0.84 | 0.56 |
| Hex | 33 | 71 | ED | 4E | 34 | 0 | 7 | DC | 54 | 38 |
| Octal | 63 | 161 | 355 | 116 | 64 | 0 | 7 | 334 | 124 | 70 |
| Binary | 110011 | 1110001 | 11101101 | 1001110 | 110100 | 0 | 111 | 11011100 | 1010100 | 111000 |
Color Harmonies of #3371ED
Complementary color
Monochromatic Colors of #3371ED
Black with #3371ED
Text Example
Text Example
White with #3371ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3371ED; }
p { color: rgb(51,113,237); }
H1.HeaderClassName
{
color: #3371ED;
}
.AnyTagClassName
{
color: #3371ED;
}
</style>
background-color css
<style>
a { background-color: #3371ED; }
a { background-color: rgb(51,113,237); }
div.DivClassName
{
background-color: #3371ED;
}
.BgClassName
{
background-color: #3371ED;
}
</style>
border-color css
<style>
span { border-color: #3371ED; }
span { border-color: rgb(51,113,237); }
td.TdClassName
{
border-color: #3371ED;
}
.TagClassName
{
border-color: #3371ED;
}
</style>