Shades of Royal Blue #336DDC
Tints of Royal Blue #336DDC
RGB
CMYK
RGB Variations
Color information
#336DDC (or 0x336DDC) is known color: Royal Blue. HEX triplet: 33, 6D and DC. RGB value is (51,109,220). Sum of RGB (Red+Green+Blue) = 51+109+220=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #336DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336DDC is #CC9223. Grayscale: #676767. Windows color (decimal): -13406756 or 14445875. OLE color: 14445875.
HSL color Cylindrical-coordinate representation of color #336DDC: hue angle of 219.41º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #336DDC is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 109 | 220 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.14 |
| HSL | 219.41º | 0.71% | 0.53% | - |
| HSV(B) | 219.41º | 0.77% | 0.86% | - |
| XYZ | 19.75 | 16.81 | 69.91 | - |
| YUV | 104.31 | 193.28 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 220 | 0.77 | 0.50 | 0 | 0.14 | 219.41 | 0.71 | 0.53 |
| Hex | 33 | 6D | DC | 4D | 32 | 0 | E | DB | 47 | 35 |
| Octal | 63 | 155 | 334 | 115 | 62 | 0 | 16 | 333 | 107 | 65 |
| Binary | 110011 | 1101101 | 11011100 | 1001101 | 110010 | 0 | 1110 | 11011011 | 1000111 | 110101 |
Color Harmonies of #336DDC
Complementary color
Monochromatic Colors of #336DDC
Black with #336DDC
Text Example
Text Example
White with #336DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336DDC; }
p { color: rgb(51,109,220); }
H1.HeaderClassName
{
color: #336DDC;
}
.AnyTagClassName
{
color: #336DDC;
}
</style>
background-color css
<style>
a { background-color: #336DDC; }
a { background-color: rgb(51,109,220); }
div.DivClassName
{
background-color: #336DDC;
}
.BgClassName
{
background-color: #336DDC;
}
</style>
border-color css
<style>
span { border-color: #336DDC; }
span { border-color: rgb(51,109,220); }
td.TdClassName
{
border-color: #336DDC;
}
.TagClassName
{
border-color: #336DDC;
}
</style>