Shades of Royal Blue #396EE1
Tints of Royal Blue #396EE1
RGB
CMYK
RGB Variations
Color information
#396EE1 (or 0x396EE1) is known color: Royal Blue. HEX triplet: 39, 6E and E1. RGB value is (57,110,225). Sum of RGB (Red+Green+Blue) = 57+110+225=392 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.54% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 225 (88.28% from 255 or 57.40% from 392); Max value from RGB is 225 - color contains mainly: blue. Hex color #396EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396EE1 is #C6911E. Grayscale: #6A6A6A. Windows color (decimal): -13013279 or 14773817. OLE color: 14773817.
HSL color Cylindrical-coordinate representation of color #396EE1: hue angle of 221.07º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #396EE1 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 110 | 225 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.12 |
| HSL | 221.07º | 0.74% | 0.55% | - |
| HSV(B) | 221.07º | 0.75% | 0.88% | - |
| XYZ | 20.85 | 17.46 | 73.5 | - |
| YUV | 107.26 | 194.44 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 110 | 225 | 0.75 | 0.51 | 0 | 0.12 | 221.07 | 0.74 | 0.55 |
| Hex | 39 | 6E | E1 | 4B | 33 | 0 | C | DD | 4A | 37 |
| Octal | 71 | 156 | 341 | 113 | 63 | 0 | 14 | 335 | 112 | 67 |
| Binary | 111001 | 1101110 | 11100001 | 1001011 | 110011 | 0 | 1100 | 11011101 | 1001010 | 110111 |
Color Harmonies of #396EE1
Complementary color
Monochromatic Colors of #396EE1
Black with #396EE1
Text Example
Text Example
White with #396EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396EE1; }
p { color: rgb(57,110,225); }
H1.HeaderClassName
{
color: #396EE1;
}
.AnyTagClassName
{
color: #396EE1;
}
</style>
background-color css
<style>
a { background-color: #396EE1; }
a { background-color: rgb(57,110,225); }
div.DivClassName
{
background-color: #396EE1;
}
.BgClassName
{
background-color: #396EE1;
}
</style>
border-color css
<style>
span { border-color: #396EE1; }
span { border-color: rgb(57,110,225); }
td.TdClassName
{
border-color: #396EE1;
}
.TagClassName
{
border-color: #396EE1;
}
</style>