Shades of Royal Blue #336FE0
Tints of Royal Blue #336FE0
RGB
CMYK
RGB Variations
Color information
#336FE0 (or 0x336FE0) is known color: Royal Blue. HEX triplet: 33, 6F and E0. RGB value is (51,111,224). Sum of RGB (Red+Green+Blue) = 51+111+224=386 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.21% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 224 (87.89% from 255 or 58.03% from 386); Max value from RGB is 224 - color contains mainly: blue. Hex color #336FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FE0 is #CC901F. Grayscale: #696969. Windows color (decimal): -13406240 or 14708531. OLE color: 14708531.
HSL color Cylindrical-coordinate representation of color #336FE0: hue angle of 219.19º 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 #336FE0 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 111 | 224 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.12 |
| HSL | 219.19º | 0.74% | 0.54% | - |
| HSV(B) | 219.19º | 0.77% | 0.88% | - |
| XYZ | 20.5 | 17.45 | 72.81 | - |
| YUV | 105.94 | 194.62 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 224 | 0.77 | 0.50 | 0 | 0.12 | 219.19 | 0.74 | 0.54 |
| Hex | 33 | 6F | E0 | 4D | 32 | 0 | C | DB | 4A | 36 |
| Octal | 63 | 157 | 340 | 115 | 62 | 0 | 14 | 333 | 112 | 66 |
| Binary | 110011 | 1101111 | 11100000 | 1001101 | 110010 | 0 | 1100 | 11011011 | 1001010 | 110110 |
Color Harmonies of #336FE0
Complementary color
Monochromatic Colors of #336FE0
Black with #336FE0
Text Example
Text Example
White with #336FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FE0; }
p { color: rgb(51,111,224); }
H1.HeaderClassName
{
color: #336FE0;
}
.AnyTagClassName
{
color: #336FE0;
}
</style>
background-color css
<style>
a { background-color: #336FE0; }
a { background-color: rgb(51,111,224); }
div.DivClassName
{
background-color: #336FE0;
}
.BgClassName
{
background-color: #336FE0;
}
</style>
border-color css
<style>
span { border-color: #336FE0; }
span { border-color: rgb(51,111,224); }
td.TdClassName
{
border-color: #336FE0;
}
.TagClassName
{
border-color: #336FE0;
}
</style>