Shades of Royal Blue #336FE1
Tints of Royal Blue #336FE1
RGB
CMYK
RGB Variations
Color information
#336FE1 (or 0x336FE1) is known color: Royal Blue. HEX triplet: 33, 6F and E1. RGB value is (51,111,225). Sum of RGB (Red+Green+Blue) = 51+111+225=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 225 (88.28% from 255 or 58.14% from 387); Max value from RGB is 225 - color contains mainly: blue. Hex color #336FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FE1 is #CC901E. Grayscale: #696969. Windows color (decimal): -13406239 or 14774067. OLE color: 14774067.
HSL color Cylindrical-coordinate representation of color #336FE1: hue angle of 219.31º 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 #336FE1 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 111 | 225 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.12 |
| HSL | 219.31º | 0.74% | 0.54% | - |
| HSV(B) | 219.31º | 0.77% | 0.88% | - |
| XYZ | 20.64 | 17.51 | 73.53 | - |
| YUV | 106.06 | 195.12 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 225 | 0.77 | 0.51 | 0 | 0.12 | 219.31 | 0.74 | 0.54 |
| Hex | 33 | 6F | E1 | 4D | 33 | 0 | C | DB | 4A | 36 |
| Octal | 63 | 157 | 341 | 115 | 63 | 0 | 14 | 333 | 112 | 66 |
| Binary | 110011 | 1101111 | 11100001 | 1001101 | 110011 | 0 | 1100 | 11011011 | 1001010 | 110110 |
Color Harmonies of #336FE1
Complementary color
Monochromatic Colors of #336FE1
Black with #336FE1
Text Example
Text Example
White with #336FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FE1; }
p { color: rgb(51,111,225); }
H1.HeaderClassName
{
color: #336FE1;
}
.AnyTagClassName
{
color: #336FE1;
}
</style>
background-color css
<style>
a { background-color: #336FE1; }
a { background-color: rgb(51,111,225); }
div.DivClassName
{
background-color: #336FE1;
}
.BgClassName
{
background-color: #336FE1;
}
</style>
border-color css
<style>
span { border-color: #336FE1; }
span { border-color: rgb(51,111,225); }
td.TdClassName
{
border-color: #336FE1;
}
.TagClassName
{
border-color: #336FE1;
}
</style>