Shades of Royal Blue #336ED5
Tints of Royal Blue #336ED5
RGB
CMYK
RGB Variations
Color information
#336ED5 (or 0x336ED5) is known color: Royal Blue. HEX triplet: 33, 6E and D5. RGB value is (51,110,213). Sum of RGB (Red+Green+Blue) = 51+110+213=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 213 (83.59% from 255 or 56.95% from 374); Max value from RGB is 213 - color contains mainly: blue. Hex color #336ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336ED5 is #CC912A. Grayscale: #676767. Windows color (decimal): -13406507 or 13987379. OLE color: 13987379.
HSL color Cylindrical-coordinate representation of color #336ED5: hue angle of 218.15º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #336ED5 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 110 | 213 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.16 |
| HSL | 218.15º | 0.66% | 0.52% | - |
| HSV(B) | 218.15º | 0.76% | 0.84% | - |
| XYZ | 18.95 | 16.66 | 65.17 | - |
| YUV | 104.1 | 189.45 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 110 | 213 | 0.76 | 0.48 | 0 | 0.16 | 218.15 | 0.66 | 0.52 |
| Hex | 33 | 6E | D5 | 4C | 30 | 0 | 10 | DA | 42 | 34 |
| Octal | 63 | 156 | 325 | 114 | 60 | 0 | 20 | 332 | 102 | 64 |
| Binary | 110011 | 1101110 | 11010101 | 1001100 | 110000 | 0 | 10000 | 11011010 | 1000010 | 110100 |
Color Harmonies of #336ED5
Complementary color
Monochromatic Colors of #336ED5
Black with #336ED5
Text Example
Text Example
White with #336ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336ED5; }
p { color: rgb(51,110,213); }
H1.HeaderClassName
{
color: #336ED5;
}
.AnyTagClassName
{
color: #336ED5;
}
</style>
background-color css
<style>
a { background-color: #336ED5; }
a { background-color: rgb(51,110,213); }
div.DivClassName
{
background-color: #336ED5;
}
.BgClassName
{
background-color: #336ED5;
}
</style>
border-color css
<style>
span { border-color: #336ED5; }
span { border-color: rgb(51,110,213); }
td.TdClassName
{
border-color: #336ED5;
}
.TagClassName
{
border-color: #336ED5;
}
</style>