Shades of Royal Blue #336DEC
Tints of Royal Blue #336DEC
RGB
CMYK
RGB Variations
Color information
#336DEC (or 0x336DEC) is known color: Royal Blue. HEX triplet: 33, 6D and EC. RGB value is (51,109,236). Sum of RGB (Red+Green+Blue) = 51+109+236=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #336DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336DEC is #CC9213. Grayscale: #696969. Windows color (decimal): -13406740 or 15494451. OLE color: 15494451.
HSL color Cylindrical-coordinate representation of color #336DEC: hue angle of 221.19º 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 #336DEC is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 109 | 236 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.07 |
| HSL | 221.19º | 0.83% | 0.56% | - |
| HSV(B) | 221.19º | 0.78% | 0.93% | - |
| XYZ | 21.97 | 17.7 | 81.61 | - |
| YUV | 106.14 | 201.28 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 236 | 0.78 | 0.54 | 0 | 0.07 | 221.19 | 0.83 | 0.56 |
| Hex | 33 | 6D | EC | 4E | 36 | 0 | 7 | DD | 53 | 38 |
| Octal | 63 | 155 | 354 | 116 | 66 | 0 | 7 | 335 | 123 | 70 |
| Binary | 110011 | 1101101 | 11101100 | 1001110 | 110110 | 0 | 111 | 11011101 | 1010011 | 111000 |
Color Harmonies of #336DEC
Complementary color
Monochromatic Colors of #336DEC
Black with #336DEC
Text Example
Text Example
White with #336DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336DEC; }
p { color: rgb(51,109,236); }
H1.HeaderClassName
{
color: #336DEC;
}
.AnyTagClassName
{
color: #336DEC;
}
</style>
background-color css
<style>
a { background-color: #336DEC; }
a { background-color: rgb(51,109,236); }
div.DivClassName
{
background-color: #336DEC;
}
.BgClassName
{
background-color: #336DEC;
}
</style>
border-color css
<style>
span { border-color: #336DEC; }
span { border-color: rgb(51,109,236); }
td.TdClassName
{
border-color: #336DEC;
}
.TagClassName
{
border-color: #336DEC;
}
</style>