Shades of Royal Blue #336BDC
Tints of Royal Blue #336BDC
RGB
CMYK
RGB Variations
Color information
#336BDC (or 0x336BDC) is known color: Royal Blue. HEX triplet: 33, 6B and DC. RGB value is (51,107,220). Sum of RGB (Red+Green+Blue) = 51+107+220=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #336BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336BDC is #CC9423. Grayscale: #666666. Windows color (decimal): -13407268 or 14445363. OLE color: 14445363.
HSL color Cylindrical-coordinate representation of color #336BDC: hue angle of 220.12º 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 #336BDC is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 107 | 220 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.14 |
| HSL | 220.12º | 0.71% | 0.53% | - |
| HSV(B) | 220.12º | 0.77% | 0.86% | - |
| XYZ | 19.54 | 16.39 | 69.84 | - |
| YUV | 103.14 | 193.95 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 220 | 0.77 | 0.51 | 0 | 0.14 | 220.12 | 0.71 | 0.53 |
| Hex | 33 | 6B | DC | 4D | 33 | 0 | E | DC | 47 | 35 |
| Octal | 63 | 153 | 334 | 115 | 63 | 0 | 16 | 334 | 107 | 65 |
| Binary | 110011 | 1101011 | 11011100 | 1001101 | 110011 | 0 | 1110 | 11011100 | 1000111 | 110101 |
Color Harmonies of #336BDC
Complementary color
Monochromatic Colors of #336BDC
Black with #336BDC
Text Example
Text Example
White with #336BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336BDC; }
p { color: rgb(51,107,220); }
H1.HeaderClassName
{
color: #336BDC;
}
.AnyTagClassName
{
color: #336BDC;
}
</style>
background-color css
<style>
a { background-color: #336BDC; }
a { background-color: rgb(51,107,220); }
div.DivClassName
{
background-color: #336BDC;
}
.BgClassName
{
background-color: #336BDC;
}
</style>
border-color css
<style>
span { border-color: #336BDC; }
span { border-color: rgb(51,107,220); }
td.TdClassName
{
border-color: #336BDC;
}
.TagClassName
{
border-color: #336BDC;
}
</style>