Shades of Royal Blue #396ECB
Tints of Royal Blue #396ECB
RGB
CMYK
RGB Variations
Color information
#396ECB (or 0x396ECB) is known color: Royal Blue. HEX triplet: 39, 6E and CB. RGB value is (57,110,203). Sum of RGB (Red+Green+Blue) = 57+110+203=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #396ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396ECB is #C69134. Grayscale: #686868. Windows color (decimal): -13013301 or 13332025. OLE color: 13332025.
HSL color Cylindrical-coordinate representation of color #396ECB: hue angle of 218.22º degrees, saturation: 0.58, 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 #396ECB is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 110 | 203 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.20 |
| HSL | 218.22º | 0.58% | 0.51% | - |
| HSV(B) | 218.22º | 0.72% | 0.8% | - |
| XYZ | 18.04 | 16.33 | 58.7 | - |
| YUV | 104.76 | 183.44 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 110 | 203 | 0.72 | 0.46 | 0 | 0.20 | 218.22 | 0.58 | 0.51 |
| Hex | 39 | 6E | CB | 48 | 2E | 0 | 14 | DA | 3A | 33 |
| Octal | 71 | 156 | 313 | 110 | 56 | 0 | 24 | 332 | 72 | 63 |
| Binary | 111001 | 1101110 | 11001011 | 1001000 | 101110 | 0 | 10100 | 11011010 | 111010 | 110011 |
Color Harmonies of #396ECB
Complementary color
Monochromatic Colors of #396ECB
Black with #396ECB
Text Example
Text Example
White with #396ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396ECB; }
p { color: rgb(57,110,203); }
H1.HeaderClassName
{
color: #396ECB;
}
.AnyTagClassName
{
color: #396ECB;
}
</style>
background-color css
<style>
a { background-color: #396ECB; }
a { background-color: rgb(57,110,203); }
div.DivClassName
{
background-color: #396ECB;
}
.BgClassName
{
background-color: #396ECB;
}
</style>
border-color css
<style>
span { border-color: #396ECB; }
span { border-color: rgb(57,110,203); }
td.TdClassName
{
border-color: #396ECB;
}
.TagClassName
{
border-color: #396ECB;
}
</style>