Shades of Royal Blue #336ACE
Tints of Royal Blue #336ACE
RGB
CMYK
RGB Variations
Color information
#336ACE (or 0x336ACE) is known color: Royal Blue. HEX triplet: 33, 6A and CE. RGB value is (51,106,206). Sum of RGB (Red+Green+Blue) = 51+106+206=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #336ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336ACE is #CC9531. Grayscale: #646464. Windows color (decimal): -13407538 or 13527603. OLE color: 13527603.
HSL color Cylindrical-coordinate representation of color #336ACE: hue angle of 218.71º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #336ACE is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 106 | 206 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.19 |
| HSL | 218.71º | 0.61% | 0.5% | - |
| HSV(B) | 218.71º | 0.75% | 0.81% | - |
| XYZ | 17.66 | 15.47 | 60.45 | - |
| YUV | 100.96 | 187.28 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 106 | 206 | 0.75 | 0.49 | 0 | 0.19 | 218.71 | 0.61 | 0.5 |
| Hex | 33 | 6A | CE | 4B | 31 | 0 | 13 | DB | 3D | 32 |
| Octal | 63 | 152 | 316 | 113 | 61 | 0 | 23 | 333 | 75 | 62 |
| Binary | 110011 | 1101010 | 11001110 | 1001011 | 110001 | 0 | 10011 | 11011011 | 111101 | 110010 |
Color Harmonies of #336ACE
Complementary color
Monochromatic Colors of #336ACE
Black with #336ACE
Text Example
Text Example
White with #336ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336ACE; }
p { color: rgb(51,106,206); }
H1.HeaderClassName
{
color: #336ACE;
}
.AnyTagClassName
{
color: #336ACE;
}
</style>
background-color css
<style>
a { background-color: #336ACE; }
a { background-color: rgb(51,106,206); }
div.DivClassName
{
background-color: #336ACE;
}
.BgClassName
{
background-color: #336ACE;
}
</style>
border-color css
<style>
span { border-color: #336ACE; }
span { border-color: rgb(51,106,206); }
td.TdClassName
{
border-color: #336ACE;
}
.TagClassName
{
border-color: #336ACE;
}
</style>