Shades of Royal Blue #396EC9
Tints of Royal Blue #396EC9
RGB
CMYK
RGB Variations
Color information
#396EC9 (or 0x396EC9) is known color: Royal Blue. HEX triplet: 39, 6E and C9. RGB value is (57,110,201). Sum of RGB (Red+Green+Blue) = 57+110+201=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 201 (78.91% from 255 or 54.62% from 368); Max value from RGB is 201 - color contains mainly: blue. Hex color #396EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396EC9 is #C69136. Grayscale: #686868. Windows color (decimal): -13013303 or 13200953. OLE color: 13200953.
HSL color Cylindrical-coordinate representation of color #396EC9: hue angle of 217.92º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #396EC9 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 110 | 201 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.21 |
| HSL | 217.92º | 0.57% | 0.51% | - |
| HSV(B) | 217.92º | 0.72% | 0.79% | - |
| XYZ | 17.81 | 16.24 | 57.45 | - |
| YUV | 104.53 | 182.44 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 110 | 201 | 0.72 | 0.45 | 0 | 0.21 | 217.92 | 0.57 | 0.51 |
| Hex | 39 | 6E | C9 | 48 | 2D | 0 | 15 | DA | 39 | 33 |
| Octal | 71 | 156 | 311 | 110 | 55 | 0 | 25 | 332 | 71 | 63 |
| Binary | 111001 | 1101110 | 11001001 | 1001000 | 101101 | 0 | 10101 | 11011010 | 111001 | 110011 |
Color Harmonies of #396EC9
Complementary color
Monochromatic Colors of #396EC9
Black with #396EC9
Text Example
Text Example
White with #396EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396EC9; }
p { color: rgb(57,110,201); }
H1.HeaderClassName
{
color: #396EC9;
}
.AnyTagClassName
{
color: #396EC9;
}
</style>
background-color css
<style>
a { background-color: #396EC9; }
a { background-color: rgb(57,110,201); }
div.DivClassName
{
background-color: #396EC9;
}
.BgClassName
{
background-color: #396EC9;
}
</style>
border-color css
<style>
span { border-color: #396EC9; }
span { border-color: rgb(57,110,201); }
td.TdClassName
{
border-color: #396EC9;
}
.TagClassName
{
border-color: #396EC9;
}
</style>