Shades of Royal Blue #336BCD
Tints of Royal Blue #336BCD
RGB
CMYK
RGB Variations
Color information
#336BCD (or 0x336BCD) is known color: Royal Blue. HEX triplet: 33, 6B and CD. RGB value is (51,107,205). Sum of RGB (Red+Green+Blue) = 51+107+205=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #336BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336BCD is #CC9432. Grayscale: #646464. Windows color (decimal): -13407283 or 13462323. OLE color: 13462323.
HSL color Cylindrical-coordinate representation of color #336BCD: hue angle of 218.18º degrees, saturation: 0.61, 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 #336BCD is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 107 | 205 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.20 |
| HSL | 218.18º | 0.61% | 0.5% | - |
| HSV(B) | 218.18º | 0.75% | 0.8% | - |
| XYZ | 17.64 | 15.63 | 59.84 | - |
| YUV | 101.43 | 186.45 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 205 | 0.75 | 0.48 | 0 | 0.20 | 218.18 | 0.61 | 0.5 |
| Hex | 33 | 6B | CD | 4B | 30 | 0 | 14 | DA | 3D | 32 |
| Octal | 63 | 153 | 315 | 113 | 60 | 0 | 24 | 332 | 75 | 62 |
| Binary | 110011 | 1101011 | 11001101 | 1001011 | 110000 | 0 | 10100 | 11011010 | 111101 | 110010 |
Color Harmonies of #336BCD
Complementary color
Monochromatic Colors of #336BCD
Black with #336BCD
Text Example
Text Example
White with #336BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336BCD; }
p { color: rgb(51,107,205); }
H1.HeaderClassName
{
color: #336BCD;
}
.AnyTagClassName
{
color: #336BCD;
}
</style>
background-color css
<style>
a { background-color: #336BCD; }
a { background-color: rgb(51,107,205); }
div.DivClassName
{
background-color: #336BCD;
}
.BgClassName
{
background-color: #336BCD;
}
</style>
border-color css
<style>
span { border-color: #336BCD; }
span { border-color: rgb(51,107,205); }
td.TdClassName
{
border-color: #336BCD;
}
.TagClassName
{
border-color: #336BCD;
}
</style>