Shades of Royal Blue #336EC7
Tints of Royal Blue #336EC7
RGB
CMYK
RGB Variations
Color information
#336EC7 (or 0x336EC7) is known color: Royal Blue. HEX triplet: 33, 6E and C7. RGB value is (51,110,199). Sum of RGB (Red+Green+Blue) = 51+110+199=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 199 (78.12% from 255 or 55.28% from 360); Max value from RGB is 199 - color contains mainly: blue. Hex color #336EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336EC7 is #CC9138. Grayscale: #666666. Windows color (decimal): -13406521 or 13069875. OLE color: 13069875.
HSL color Cylindrical-coordinate representation of color #336EC7: hue angle of 216.08º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #336EC7 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 110 | 199 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.22 |
| HSL | 216.08º | 0.59% | 0.49% | - |
| HSV(B) | 216.08º | 0.74% | 0.78% | - |
| XYZ | 17.25 | 15.98 | 56.21 | - |
| YUV | 102.51 | 182.45 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 110 | 199 | 0.74 | 0.45 | 0 | 0.22 | 216.08 | 0.59 | 0.49 |
| Hex | 33 | 6E | C7 | 4A | 2D | 0 | 16 | D8 | 3B | 31 |
| Octal | 63 | 156 | 307 | 112 | 55 | 0 | 26 | 330 | 73 | 61 |
| Binary | 110011 | 1101110 | 11000111 | 1001010 | 101101 | 0 | 10110 | 11011000 | 111011 | 110001 |
Color Harmonies of #336EC7
Complementary color
Monochromatic Colors of #336EC7
Black with #336EC7
Text Example
Text Example
White with #336EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336EC7; }
p { color: rgb(51,110,199); }
H1.HeaderClassName
{
color: #336EC7;
}
.AnyTagClassName
{
color: #336EC7;
}
</style>
background-color css
<style>
a { background-color: #336EC7; }
a { background-color: rgb(51,110,199); }
div.DivClassName
{
background-color: #336EC7;
}
.BgClassName
{
background-color: #336EC7;
}
</style>
border-color css
<style>
span { border-color: #336EC7; }
span { border-color: rgb(51,110,199); }
td.TdClassName
{
border-color: #336EC7;
}
.TagClassName
{
border-color: #336EC7;
}
</style>