Shades of Royal Blue #336ACB
Tints of Royal Blue #336ACB
RGB
CMYK
RGB Variations
Color information
#336ACB (or 0x336ACB) is known color: Royal Blue. HEX triplet: 33, 6A and CB. RGB value is (51,106,203). Sum of RGB (Red+Green+Blue) = 51+106+203=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #336ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336ACB is #CC9534. Grayscale: #646464. Windows color (decimal): -13407541 or 13330995. OLE color: 13330995.
HSL color Cylindrical-coordinate representation of color #336ACB: hue angle of 218.29º 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 #336ACB is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 106 | 203 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.20 |
| HSL | 218.29º | 0.6% | 0.5% | - |
| HSV(B) | 218.29º | 0.75% | 0.8% | - |
| XYZ | 17.3 | 15.32 | 58.55 | - |
| YUV | 100.61 | 185.78 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 106 | 203 | 0.75 | 0.48 | 0 | 0.20 | 218.29 | 0.6 | 0.5 |
| Hex | 33 | 6A | CB | 4B | 30 | 0 | 14 | DA | 3C | 32 |
| Octal | 63 | 152 | 313 | 113 | 60 | 0 | 24 | 332 | 74 | 62 |
| Binary | 110011 | 1101010 | 11001011 | 1001011 | 110000 | 0 | 10100 | 11011010 | 111100 | 110010 |
Color Harmonies of #336ACB
Complementary color
Monochromatic Colors of #336ACB
Black with #336ACB
Text Example
Text Example
White with #336ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336ACB; }
p { color: rgb(51,106,203); }
H1.HeaderClassName
{
color: #336ACB;
}
.AnyTagClassName
{
color: #336ACB;
}
</style>
background-color css
<style>
a { background-color: #336ACB; }
a { background-color: rgb(51,106,203); }
div.DivClassName
{
background-color: #336ACB;
}
.BgClassName
{
background-color: #336ACB;
}
</style>
border-color css
<style>
span { border-color: #336ACB; }
span { border-color: rgb(51,106,203); }
td.TdClassName
{
border-color: #336ACB;
}
.TagClassName
{
border-color: #336ACB;
}
</style>