Shades of Royal Blue #336FCB
Tints of Royal Blue #336FCB
RGB
CMYK
RGB Variations
Color information
#336FCB (or 0x336FCB) is known color: Royal Blue. HEX triplet: 33, 6F and CB. RGB value is (51,111,203). Sum of RGB (Red+Green+Blue) = 51+111+203=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #336FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FCB is #CC9034. Grayscale: #676767. Windows color (decimal): -13406261 or 13332275. OLE color: 13332275.
HSL color Cylindrical-coordinate representation of color #336FCB: hue angle of 216.32º 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 #336FCB is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 111 | 203 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.20 |
| HSL | 216.32º | 0.6% | 0.5% | - |
| HSV(B) | 216.32º | 0.75% | 0.8% | - |
| XYZ | 17.83 | 16.38 | 58.72 | - |
| YUV | 103.55 | 184.12 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 203 | 0.75 | 0.45 | 0 | 0.20 | 216.32 | 0.6 | 0.5 |
| Hex | 33 | 6F | CB | 4B | 2D | 0 | 14 | D8 | 3C | 32 |
| Octal | 63 | 157 | 313 | 113 | 55 | 0 | 24 | 330 | 74 | 62 |
| Binary | 110011 | 1101111 | 11001011 | 1001011 | 101101 | 0 | 10100 | 11011000 | 111100 | 110010 |
Color Harmonies of #336FCB
Complementary color
Monochromatic Colors of #336FCB
Black with #336FCB
Text Example
Text Example
White with #336FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FCB; }
p { color: rgb(51,111,203); }
H1.HeaderClassName
{
color: #336FCB;
}
.AnyTagClassName
{
color: #336FCB;
}
</style>
background-color css
<style>
a { background-color: #336FCB; }
a { background-color: rgb(51,111,203); }
div.DivClassName
{
background-color: #336FCB;
}
.BgClassName
{
background-color: #336FCB;
}
</style>
border-color css
<style>
span { border-color: #336FCB; }
span { border-color: rgb(51,111,203); }
td.TdClassName
{
border-color: #336FCB;
}
.TagClassName
{
border-color: #336FCB;
}
</style>