Shades of Royal Blue #396ECC
Tints of Royal Blue #396ECC
RGB
CMYK
RGB Variations
Color information
#396ECC (or 0x396ECC) is known color: Royal Blue. HEX triplet: 39, 6E and CC. RGB value is (57,110,204). Sum of RGB (Red+Green+Blue) = 57+110+204=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #396ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396ECC is #C69133. Grayscale: #686868. Windows color (decimal): -13013300 or 13397561. OLE color: 13397561.
HSL color Cylindrical-coordinate representation of color #396ECC: hue angle of 218.37º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #396ECC is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 110 | 204 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.2 |
| HSL | 218.37º | 0.59% | 0.51% | - |
| HSV(B) | 218.37º | 0.72% | 0.8% | - |
| XYZ | 18.16 | 16.38 | 59.33 | - |
| YUV | 104.87 | 183.94 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 110 | 204 | 0.72 | 0.46 | 0 | 0.2 | 218.37 | 0.59 | 0.51 |
| Hex | 39 | 6E | CC | 48 | 2E | 0 | 14 | DA | 3B | 33 |
| Octal | 71 | 156 | 314 | 110 | 56 | 0 | 24 | 332 | 73 | 63 |
| Binary | 111001 | 1101110 | 11001100 | 1001000 | 101110 | 0 | 10100 | 11011010 | 111011 | 110011 |
Color Harmonies of #396ECC
Complementary color
Monochromatic Colors of #396ECC
Black with #396ECC
Text Example
Text Example
White with #396ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396ECC; }
p { color: rgb(57,110,204); }
H1.HeaderClassName
{
color: #396ECC;
}
.AnyTagClassName
{
color: #396ECC;
}
</style>
background-color css
<style>
a { background-color: #396ECC; }
a { background-color: rgb(57,110,204); }
div.DivClassName
{
background-color: #396ECC;
}
.BgClassName
{
background-color: #396ECC;
}
</style>
border-color css
<style>
span { border-color: #396ECC; }
span { border-color: rgb(57,110,204); }
td.TdClassName
{
border-color: #396ECC;
}
.TagClassName
{
border-color: #396ECC;
}
</style>