Shades of Royal Blue #336ECB
Tints of Royal Blue #336ECB
RGB
CMYK
RGB Variations
Color information
#336ECB (or 0x336ECB) is known color: Royal Blue. HEX triplet: 33, 6E and CB. RGB value is (51,110,203). Sum of RGB (Red+Green+Blue) = 51+110+203=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #336ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336ECB is #CC9134. Grayscale: #666666. Windows color (decimal): -13406517 or 13332019. OLE color: 13332019.
HSL color Cylindrical-coordinate representation of color #336ECB: hue angle of 216.71º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #336ECB is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 110 | 203 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.20 |
| HSL | 216.71º | 0.6% | 0.5% | - |
| HSV(B) | 216.71º | 0.75% | 0.8% | - |
| XYZ | 17.72 | 16.17 | 58.69 | - |
| YUV | 102.96 | 184.45 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 110 | 203 | 0.75 | 0.46 | 0 | 0.20 | 216.71 | 0.6 | 0.5 |
| Hex | 33 | 6E | CB | 4B | 2E | 0 | 14 | D9 | 3C | 32 |
| Octal | 63 | 156 | 313 | 113 | 56 | 0 | 24 | 331 | 74 | 62 |
| Binary | 110011 | 1101110 | 11001011 | 1001011 | 101110 | 0 | 10100 | 11011001 | 111100 | 110010 |
Color Harmonies of #336ECB
Complementary color
Monochromatic Colors of #336ECB
Black with #336ECB
Text Example
Text Example
White with #336ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336ECB; }
p { color: rgb(51,110,203); }
H1.HeaderClassName
{
color: #336ECB;
}
.AnyTagClassName
{
color: #336ECB;
}
</style>
background-color css
<style>
a { background-color: #336ECB; }
a { background-color: rgb(51,110,203); }
div.DivClassName
{
background-color: #336ECB;
}
.BgClassName
{
background-color: #336ECB;
}
</style>
border-color css
<style>
span { border-color: #336ECB; }
span { border-color: rgb(51,110,203); }
td.TdClassName
{
border-color: #336ECB;
}
.TagClassName
{
border-color: #336ECB;
}
</style>