Shades of Royal Blue #336BE5
Tints of Royal Blue #336BE5
RGB
CMYK
RGB Variations
Color information
#336BE5 (or 0x336BE5) is known color: Royal Blue. HEX triplet: 33, 6B and E5. RGB value is (51,107,229). Sum of RGB (Red+Green+Blue) = 51+107+229=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 229 (89.84% from 255 or 59.17% from 387); Max value from RGB is 229 - color contains mainly: blue. Hex color #336BE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336BE5 is #CC941A. Grayscale: #676767. Windows color (decimal): -13407259 or 15035187. OLE color: 15035187.
HSL color Cylindrical-coordinate representation of color #336BE5: hue angle of 221.12º 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 #336BE5 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 107 | 229 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.10 |
| HSL | 221.12º | 0.77% | 0.55% | - |
| HSV(B) | 221.12º | 0.78% | 0.9% | - |
| XYZ | 20.77 | 16.88 | 76.29 | - |
| YUV | 104.16 | 198.45 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 229 | 0.78 | 0.53 | 0 | 0.10 | 221.12 | 0.77 | 0.55 |
| Hex | 33 | 6B | E5 | 4E | 35 | 0 | A | DD | 4D | 37 |
| Octal | 63 | 153 | 345 | 116 | 65 | 0 | 12 | 335 | 115 | 67 |
| Binary | 110011 | 1101011 | 11100101 | 1001110 | 110101 | 0 | 1010 | 11011101 | 1001101 | 110111 |
Color Harmonies of #336BE5
Complementary color
Monochromatic Colors of #336BE5
Black with #336BE5
Text Example
Text Example
White with #336BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336BE5; }
p { color: rgb(51,107,229); }
H1.HeaderClassName
{
color: #336BE5;
}
.AnyTagClassName
{
color: #336BE5;
}
</style>
background-color css
<style>
a { background-color: #336BE5; }
a { background-color: rgb(51,107,229); }
div.DivClassName
{
background-color: #336BE5;
}
.BgClassName
{
background-color: #336BE5;
}
</style>
border-color css
<style>
span { border-color: #336BE5; }
span { border-color: rgb(51,107,229); }
td.TdClassName
{
border-color: #336BE5;
}
.TagClassName
{
border-color: #336BE5;
}
</style>