Shades of Royal Blue #336BCB
Tints of Royal Blue #336BCB
RGB
CMYK
RGB Variations
Color information
#336BCB (or 0x336BCB) is known color: Royal Blue. HEX triplet: 33, 6B and CB. RGB value is (51,107,203). Sum of RGB (Red+Green+Blue) = 51+107+203=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #336BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336BCB is #CC9434. Grayscale: #646464. Windows color (decimal): -13407285 or 13331251. OLE color: 13331251.
HSL color Cylindrical-coordinate representation of color #336BCB: hue angle of 217.89º 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 #336BCB is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 107 | 203 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.20 |
| HSL | 217.89º | 0.6% | 0.5% | - |
| HSV(B) | 217.89º | 0.75% | 0.8% | - |
| XYZ | 17.4 | 15.53 | 58.58 | - |
| YUV | 101.2 | 185.45 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 203 | 0.75 | 0.47 | 0 | 0.20 | 217.89 | 0.6 | 0.5 |
| Hex | 33 | 6B | CB | 4B | 2F | 0 | 14 | DA | 3C | 32 |
| Octal | 63 | 153 | 313 | 113 | 57 | 0 | 24 | 332 | 74 | 62 |
| Binary | 110011 | 1101011 | 11001011 | 1001011 | 101111 | 0 | 10100 | 11011010 | 111100 | 110010 |
Color Harmonies of #336BCB
Complementary color
Monochromatic Colors of #336BCB
Black with #336BCB
Text Example
Text Example
White with #336BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336BCB; }
p { color: rgb(51,107,203); }
H1.HeaderClassName
{
color: #336BCB;
}
.AnyTagClassName
{
color: #336BCB;
}
</style>
background-color css
<style>
a { background-color: #336BCB; }
a { background-color: rgb(51,107,203); }
div.DivClassName
{
background-color: #336BCB;
}
.BgClassName
{
background-color: #336BCB;
}
</style>
border-color css
<style>
span { border-color: #336BCB; }
span { border-color: rgb(51,107,203); }
td.TdClassName
{
border-color: #336BCB;
}
.TagClassName
{
border-color: #336BCB;
}
</style>