Shades of Royal Blue #397EE7
Tints of Royal Blue #397EE7
RGB
CMYK
RGB Variations
Color information
#397EE7 (or 0x397EE7) is known color: Royal Blue. HEX triplet: 39, 7E and E7. RGB value is (57,126,231). Sum of RGB (Red+Green+Blue) = 57+126+231=414 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.77% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 231 (90.62% from 255 or 55.80% from 414); Max value from RGB is 231 - color contains mainly: blue. Hex color #397EE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397EE7 is #C68118. Grayscale: #747474. Windows color (decimal): -13009177 or 15171129. OLE color: 15171129.
HSL color Cylindrical-coordinate representation of color #397EE7: hue angle of 216.21º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #397EE7 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 57 | 126 | 231 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.09 |
| HSL | 216.21º | 0.78% | 0.56% | - |
| HSV(B) | 216.21º | 0.75% | 0.91% | - |
| XYZ | 23.57 | 21.56 | 78.52 | - |
| YUV | 117.34 | 192.14 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 231 | 0.75 | 0.45 | 0 | 0.09 | 216.21 | 0.78 | 0.56 |
| Hex | 39 | 7E | E7 | 4B | 2D | 0 | 9 | D8 | 4E | 38 |
| Octal | 71 | 176 | 347 | 113 | 55 | 0 | 11 | 330 | 116 | 70 |
| Binary | 111001 | 1111110 | 11100111 | 1001011 | 101101 | 0 | 1001 | 11011000 | 1001110 | 111000 |
Color Harmonies of #397EE7
Complementary color
Monochromatic Colors of #397EE7
Black with #397EE7
Text Example
Text Example
White with #397EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397EE7; }
p { color: rgb(57,126,231); }
H1.HeaderClassName
{
color: #397EE7;
}
.AnyTagClassName
{
color: #397EE7;
}
</style>
background-color css
<style>
a { background-color: #397EE7; }
a { background-color: rgb(57,126,231); }
div.DivClassName
{
background-color: #397EE7;
}
.BgClassName
{
background-color: #397EE7;
}
</style>
border-color css
<style>
span { border-color: #397EE7; }
span { border-color: rgb(57,126,231); }
td.TdClassName
{
border-color: #397EE7;
}
.TagClassName
{
border-color: #397EE7;
}
</style>