Shades of Royal Blue #336FE4
Tints of Royal Blue #336FE4
RGB
CMYK
RGB Variations
Color information
#336FE4 (or 0x336FE4) is known color: Royal Blue. HEX triplet: 33, 6F and E4. RGB value is (51,111,228). Sum of RGB (Red+Green+Blue) = 51+111+228=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 228 (89.45% from 255 or 58.46% from 390); Max value from RGB is 228 - color contains mainly: blue. Hex color #336FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FE4 is #CC901B. Grayscale: #696969. Windows color (decimal): -13406236 or 14970675. OLE color: 14970675.
HSL color Cylindrical-coordinate representation of color #336FE4: hue angle of 219.66º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #336FE4 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 111 | 228 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.11 |
| HSL | 219.66º | 0.77% | 0.55% | - |
| HSV(B) | 219.66º | 0.78% | 0.89% | - |
| XYZ | 21.05 | 17.67 | 75.7 | - |
| YUV | 106.4 | 196.62 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 228 | 0.78 | 0.51 | 0 | 0.11 | 219.66 | 0.77 | 0.55 |
| Hex | 33 | 6F | E4 | 4E | 33 | 0 | B | DC | 4D | 37 |
| Octal | 63 | 157 | 344 | 116 | 63 | 0 | 13 | 334 | 115 | 67 |
| Binary | 110011 | 1101111 | 11100100 | 1001110 | 110011 | 0 | 1011 | 11011100 | 1001101 | 110111 |
Color Harmonies of #336FE4
Complementary color
Monochromatic Colors of #336FE4
Black with #336FE4
Text Example
Text Example
White with #336FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FE4; }
p { color: rgb(51,111,228); }
H1.HeaderClassName
{
color: #336FE4;
}
.AnyTagClassName
{
color: #336FE4;
}
</style>
background-color css
<style>
a { background-color: #336FE4; }
a { background-color: rgb(51,111,228); }
div.DivClassName
{
background-color: #336FE4;
}
.BgClassName
{
background-color: #336FE4;
}
</style>
border-color css
<style>
span { border-color: #336FE4; }
span { border-color: rgb(51,111,228); }
td.TdClassName
{
border-color: #336FE4;
}
.TagClassName
{
border-color: #336FE4;
}
</style>