Shades of Royal Blue #336FE5
Tints of Royal Blue #336FE5
RGB
CMYK
RGB Variations
Color information
#336FE5 (or 0x336FE5) is known color: Royal Blue. HEX triplet: 33, 6F and E5. RGB value is (51,111,229). Sum of RGB (Red+Green+Blue) = 51+111+229=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 229 (89.84% from 255 or 58.57% from 391); Max value from RGB is 229 - color contains mainly: blue. Hex color #336FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FE5 is #CC901A. Grayscale: #696969. Windows color (decimal): -13406235 or 15036211. OLE color: 15036211.
HSL color Cylindrical-coordinate representation of color #336FE5: hue angle of 219.78º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #336FE5 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 111 | 229 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.10 |
| HSL | 219.78º | 0.77% | 0.55% | - |
| HSV(B) | 219.78º | 0.78% | 0.9% | - |
| XYZ | 21.19 | 17.73 | 76.43 | - |
| YUV | 106.51 | 197.12 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 229 | 0.78 | 0.52 | 0 | 0.10 | 219.78 | 0.77 | 0.55 |
| Hex | 33 | 6F | E5 | 4E | 34 | 0 | A | DC | 4D | 37 |
| Octal | 63 | 157 | 345 | 116 | 64 | 0 | 12 | 334 | 115 | 67 |
| Binary | 110011 | 1101111 | 11100101 | 1001110 | 110100 | 0 | 1010 | 11011100 | 1001101 | 110111 |
Color Harmonies of #336FE5
Complementary color
Monochromatic Colors of #336FE5
Black with #336FE5
Text Example
Text Example
White with #336FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FE5; }
p { color: rgb(51,111,229); }
H1.HeaderClassName
{
color: #336FE5;
}
.AnyTagClassName
{
color: #336FE5;
}
</style>
background-color css
<style>
a { background-color: #336FE5; }
a { background-color: rgb(51,111,229); }
div.DivClassName
{
background-color: #336FE5;
}
.BgClassName
{
background-color: #336FE5;
}
</style>
border-color css
<style>
span { border-color: #336FE5; }
span { border-color: rgb(51,111,229); }
td.TdClassName
{
border-color: #336FE5;
}
.TagClassName
{
border-color: #336FE5;
}
</style>