Shades of Royal Blue #397EE6
Tints of Royal Blue #397EE6
RGB
CMYK
RGB Variations
Color information
#397EE6 (or 0x397EE6) is known color: Royal Blue. HEX triplet: 39, 7E and E6. RGB value is (57,126,230). Sum of RGB (Red+Green+Blue) = 57+126+230=413 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.80% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 230 (90.23% from 255 or 55.69% from 413); Max value from RGB is 230 - color contains mainly: blue. Hex color #397EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397EE6 is #C68119. Grayscale: #747474. Windows color (decimal): -13009178 or 15105593. OLE color: 15105593.
HSL color Cylindrical-coordinate representation of color #397EE6: hue angle of 216.07º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #397EE6 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 57 | 126 | 230 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.10 |
| HSL | 216.07º | 0.78% | 0.56% | - |
| HSV(B) | 216.07º | 0.75% | 0.9% | - |
| XYZ | 23.43 | 21.5 | 77.78 | - |
| YUV | 117.23 | 191.64 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 230 | 0.75 | 0.45 | 0 | 0.10 | 216.07 | 0.78 | 0.56 |
| Hex | 39 | 7E | E6 | 4B | 2D | 0 | A | D8 | 4E | 38 |
| Octal | 71 | 176 | 346 | 113 | 55 | 0 | 12 | 330 | 116 | 70 |
| Binary | 111001 | 1111110 | 11100110 | 1001011 | 101101 | 0 | 1010 | 11011000 | 1001110 | 111000 |
Color Harmonies of #397EE6
Complementary color
Monochromatic Colors of #397EE6
Black with #397EE6
Text Example
Text Example
White with #397EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397EE6; }
p { color: rgb(57,126,230); }
H1.HeaderClassName
{
color: #397EE6;
}
.AnyTagClassName
{
color: #397EE6;
}
</style>
background-color css
<style>
a { background-color: #397EE6; }
a { background-color: rgb(57,126,230); }
div.DivClassName
{
background-color: #397EE6;
}
.BgClassName
{
background-color: #397EE6;
}
</style>
border-color css
<style>
span { border-color: #397EE6; }
span { border-color: rgb(57,126,230); }
td.TdClassName
{
border-color: #397EE6;
}
.TagClassName
{
border-color: #397EE6;
}
</style>