Shades of Royal Blue #336CCB
Tints of Royal Blue #336CCB
RGB
CMYK
RGB Variations
Color information
#336CCB (or 0x336CCB) is known color: Royal Blue. HEX triplet: 33, 6C and CB. RGB value is (51,108,203). Sum of RGB (Red+Green+Blue) = 51+108+203=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #336CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336CCB is #CC9334. Grayscale: #656565. Windows color (decimal): -13407029 or 13331507. OLE color: 13331507.
HSL color Cylindrical-coordinate representation of color #336CCB: hue angle of 217.5º 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 #336CCB is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 108 | 203 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.20 |
| HSL | 217.5º | 0.6% | 0.5% | - |
| HSV(B) | 217.5º | 0.75% | 0.8% | - |
| XYZ | 17.51 | 15.74 | 58.62 | - |
| YUV | 101.79 | 185.12 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 203 | 0.75 | 0.47 | 0 | 0.20 | 217.5 | 0.6 | 0.5 |
| Hex | 33 | 6C | CB | 4B | 2F | 0 | 14 | DA | 3C | 32 |
| Octal | 63 | 154 | 313 | 113 | 57 | 0 | 24 | 332 | 74 | 62 |
| Binary | 110011 | 1101100 | 11001011 | 1001011 | 101111 | 0 | 10100 | 11011010 | 111100 | 110010 |
Color Harmonies of #336CCB
Complementary color
Monochromatic Colors of #336CCB
Black with #336CCB
Text Example
Text Example
White with #336CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336CCB; }
p { color: rgb(51,108,203); }
H1.HeaderClassName
{
color: #336CCB;
}
.AnyTagClassName
{
color: #336CCB;
}
</style>
background-color css
<style>
a { background-color: #336CCB; }
a { background-color: rgb(51,108,203); }
div.DivClassName
{
background-color: #336CCB;
}
.BgClassName
{
background-color: #336CCB;
}
</style>
border-color css
<style>
span { border-color: #336CCB; }
span { border-color: rgb(51,108,203); }
td.TdClassName
{
border-color: #336CCB;
}
.TagClassName
{
border-color: #336CCB;
}
</style>