Shades of Royal Blue #397EE0
Tints of Royal Blue #397EE0
RGB
CMYK
RGB Variations
Color information
#397EE0 (or 0x397EE0) is known color: Royal Blue. HEX triplet: 39, 7E and E0. RGB value is (57,126,224). Sum of RGB (Red+Green+Blue) = 57+126+224=407 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.00% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 224 (87.89% from 255 or 55.04% from 407); Max value from RGB is 224 - color contains mainly: blue. Hex color #397EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397EE0 is #C6811F. Grayscale: #747474. Windows color (decimal): -13009184 or 14712377. OLE color: 14712377.
HSL color Cylindrical-coordinate representation of color #397EE0: hue angle of 215.21º degrees, saturation: 0.73, 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 #397EE0 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 126 | 224 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.12 |
| HSL | 215.21º | 0.73% | 0.55% | - |
| HSV(B) | 215.21º | 0.75% | 0.88% | - |
| XYZ | 22.6 | 21.17 | 73.42 | - |
| YUV | 116.54 | 188.64 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 224 | 0.75 | 0.44 | 0 | 0.12 | 215.21 | 0.73 | 0.55 |
| Hex | 39 | 7E | E0 | 4B | 2C | 0 | C | D7 | 49 | 37 |
| Octal | 71 | 176 | 340 | 113 | 54 | 0 | 14 | 327 | 111 | 67 |
| Binary | 111001 | 1111110 | 11100000 | 1001011 | 101100 | 0 | 1100 | 11010111 | 1001001 | 110111 |
Color Harmonies of #397EE0
Complementary color
Monochromatic Colors of #397EE0
Black with #397EE0
Text Example
Text Example
White with #397EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397EE0; }
p { color: rgb(57,126,224); }
H1.HeaderClassName
{
color: #397EE0;
}
.AnyTagClassName
{
color: #397EE0;
}
</style>
background-color css
<style>
a { background-color: #397EE0; }
a { background-color: rgb(57,126,224); }
div.DivClassName
{
background-color: #397EE0;
}
.BgClassName
{
background-color: #397EE0;
}
</style>
border-color css
<style>
span { border-color: #397EE0; }
span { border-color: rgb(57,126,224); }
td.TdClassName
{
border-color: #397EE0;
}
.TagClassName
{
border-color: #397EE0;
}
</style>