Shades of Royal Blue #335FE0
Tints of Royal Blue #335FE0
RGB
CMYK
RGB Variations
Color information
#335FE0 (or 0x335FE0) is known color: Royal Blue. HEX triplet: 33, 5F and E0. RGB value is (51,95,224). Sum of RGB (Red+Green+Blue) = 51+95+224=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 224 (87.89% from 255 or 60.54% from 370); Max value from RGB is 224 - color contains mainly: blue. Hex color #335FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335FE0 is #CCA01F. Grayscale: #5F5F5F. Windows color (decimal): -13410336 or 14704435. OLE color: 14704435.
HSL color Cylindrical-coordinate representation of color #335FE0: hue angle of 224.74º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335FE0 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 95 | 224 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.12 |
| HSL | 224.74º | 0.74% | 0.54% | - |
| HSV(B) | 224.74º | 0.77% | 0.88% | - |
| XYZ | 18.91 | 14.27 | 72.28 | - |
| YUV | 96.55 | 199.92 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 95 | 224 | 0.77 | 0.58 | 0 | 0.12 | 224.74 | 0.74 | 0.54 |
| Hex | 33 | 5F | E0 | 4D | 3A | 0 | C | E1 | 4A | 36 |
| Octal | 63 | 137 | 340 | 115 | 72 | 0 | 14 | 341 | 112 | 66 |
| Binary | 110011 | 1011111 | 11100000 | 1001101 | 111010 | 0 | 1100 | 11100001 | 1001010 | 110110 |
Color Harmonies of #335FE0
Complementary color
Monochromatic Colors of #335FE0
Black with #335FE0
Text Example
Text Example
White with #335FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335FE0; }
p { color: rgb(51,95,224); }
H1.HeaderClassName
{
color: #335FE0;
}
.AnyTagClassName
{
color: #335FE0;
}
</style>
background-color css
<style>
a { background-color: #335FE0; }
a { background-color: rgb(51,95,224); }
div.DivClassName
{
background-color: #335FE0;
}
.BgClassName
{
background-color: #335FE0;
}
</style>
border-color css
<style>
span { border-color: #335FE0; }
span { border-color: rgb(51,95,224); }
td.TdClassName
{
border-color: #335FE0;
}
.TagClassName
{
border-color: #335FE0;
}
</style>