Shades of Royal Blue #336CE5
Tints of Royal Blue #336CE5
RGB
CMYK
RGB Variations
Color information
#336CE5 (or 0x336CE5) is known color: Royal Blue. HEX triplet: 33, 6C and E5. RGB value is (51,108,229). Sum of RGB (Red+Green+Blue) = 51+108+229=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 229 (89.84% from 255 or 59.02% from 388); Max value from RGB is 229 - color contains mainly: blue. Hex color #336CE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336CE5 is #CC931A. Grayscale: #686868. Windows color (decimal): -13407003 or 15035443. OLE color: 15035443.
HSL color Cylindrical-coordinate representation of color #336CE5: hue angle of 220.79º 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 #336CE5 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 108 | 229 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.10 |
| HSL | 220.79º | 0.77% | 0.55% | - |
| HSV(B) | 220.79º | 0.78% | 0.9% | - |
| XYZ | 20.87 | 17.09 | 76.33 | - |
| YUV | 104.75 | 198.12 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 229 | 0.78 | 0.53 | 0 | 0.10 | 220.79 | 0.77 | 0.55 |
| Hex | 33 | 6C | E5 | 4E | 35 | 0 | A | DD | 4D | 37 |
| Octal | 63 | 154 | 345 | 116 | 65 | 0 | 12 | 335 | 115 | 67 |
| Binary | 110011 | 1101100 | 11100101 | 1001110 | 110101 | 0 | 1010 | 11011101 | 1001101 | 110111 |
Color Harmonies of #336CE5
Complementary color
Monochromatic Colors of #336CE5
Black with #336CE5
Text Example
Text Example
White with #336CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336CE5; }
p { color: rgb(51,108,229); }
H1.HeaderClassName
{
color: #336CE5;
}
.AnyTagClassName
{
color: #336CE5;
}
</style>
background-color css
<style>
a { background-color: #336CE5; }
a { background-color: rgb(51,108,229); }
div.DivClassName
{
background-color: #336CE5;
}
.BgClassName
{
background-color: #336CE5;
}
</style>
border-color css
<style>
span { border-color: #336CE5; }
span { border-color: rgb(51,108,229); }
td.TdClassName
{
border-color: #336CE5;
}
.TagClassName
{
border-color: #336CE5;
}
</style>