Shades of Royal Blue #336EDA
Tints of Royal Blue #336EDA
RGB
CMYK
RGB Variations
Color information
#336EDA (or 0x336EDA) is known color: Royal Blue. HEX triplet: 33, 6E and DA. RGB value is (51,110,218). Sum of RGB (Red+Green+Blue) = 51+110+218=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #336EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336EDA is #CC9125. Grayscale: #686868. Windows color (decimal): -13406502 or 14315059. OLE color: 14315059.
HSL color Cylindrical-coordinate representation of color #336EDA: hue angle of 218.8º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #336EDA is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 110 | 218 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.15 |
| HSL | 218.8º | 0.69% | 0.53% | - |
| HSV(B) | 218.8º | 0.77% | 0.85% | - |
| XYZ | 19.6 | 16.92 | 68.56 | - |
| YUV | 104.67 | 191.95 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 110 | 218 | 0.77 | 0.50 | 0 | 0.15 | 218.8 | 0.69 | 0.53 |
| Hex | 33 | 6E | DA | 4D | 32 | 0 | F | DB | 45 | 35 |
| Octal | 63 | 156 | 332 | 115 | 62 | 0 | 17 | 333 | 105 | 65 |
| Binary | 110011 | 1101110 | 11011010 | 1001101 | 110010 | 0 | 1111 | 11011011 | 1000101 | 110101 |
Color Harmonies of #336EDA
Complementary color
Monochromatic Colors of #336EDA
Black with #336EDA
Text Example
Text Example
White with #336EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336EDA; }
p { color: rgb(51,110,218); }
H1.HeaderClassName
{
color: #336EDA;
}
.AnyTagClassName
{
color: #336EDA;
}
</style>
background-color css
<style>
a { background-color: #336EDA; }
a { background-color: rgb(51,110,218); }
div.DivClassName
{
background-color: #336EDA;
}
.BgClassName
{
background-color: #336EDA;
}
</style>
border-color css
<style>
span { border-color: #336EDA; }
span { border-color: rgb(51,110,218); }
td.TdClassName
{
border-color: #336EDA;
}
.TagClassName
{
border-color: #336EDA;
}
</style>