Shades of Royal Blue #336CEC
Tints of Royal Blue #336CEC
RGB
CMYK
RGB Variations
Color information
#336CEC (or 0x336CEC) is known color: Royal Blue. HEX triplet: 33, 6C and EC. RGB value is (51,108,236). Sum of RGB (Red+Green+Blue) = 51+108+236=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #336CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336CEC is #CC9313. Grayscale: #686868. Windows color (decimal): -13406996 or 15494195. OLE color: 15494195.
HSL color Cylindrical-coordinate representation of color #336CEC: hue angle of 221.51º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #336CEC is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 108 | 236 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.07 |
| HSL | 221.51º | 0.83% | 0.56% | - |
| HSV(B) | 221.51º | 0.78% | 0.93% | - |
| XYZ | 21.87 | 17.49 | 81.58 | - |
| YUV | 105.55 | 201.62 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 236 | 0.78 | 0.54 | 0 | 0.07 | 221.51 | 0.83 | 0.56 |
| Hex | 33 | 6C | EC | 4E | 36 | 0 | 7 | DE | 53 | 38 |
| Octal | 63 | 154 | 354 | 116 | 66 | 0 | 7 | 336 | 123 | 70 |
| Binary | 110011 | 1101100 | 11101100 | 1001110 | 110110 | 0 | 111 | 11011110 | 1010011 | 111000 |
Color Harmonies of #336CEC
Complementary color
Monochromatic Colors of #336CEC
Black with #336CEC
Text Example
Text Example
White with #336CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336CEC; }
p { color: rgb(51,108,236); }
H1.HeaderClassName
{
color: #336CEC;
}
.AnyTagClassName
{
color: #336CEC;
}
</style>
background-color css
<style>
a { background-color: #336CEC; }
a { background-color: rgb(51,108,236); }
div.DivClassName
{
background-color: #336CEC;
}
.BgClassName
{
background-color: #336CEC;
}
</style>
border-color css
<style>
span { border-color: #336CEC; }
span { border-color: rgb(51,108,236); }
td.TdClassName
{
border-color: #336CEC;
}
.TagClassName
{
border-color: #336CEC;
}
</style>