Shades of Royal Blue #397EEE
Tints of Royal Blue #397EEE
RGB
CMYK
RGB Variations
Color information
#397EEE (or 0x397EEE) is known color: Royal Blue. HEX triplet: 39, 7E and EE. RGB value is (57,126,238). Sum of RGB (Red+Green+Blue) = 57+126+238=421 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.54% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #397EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397EEE is #C68111. Grayscale: #757575. Windows color (decimal): -13009170 or 15629881. OLE color: 15629881.
HSL color Cylindrical-coordinate representation of color #397EEE: hue angle of 217.13º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #397EEE is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 126 | 238 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.07 |
| HSL | 217.13º | 0.84% | 0.58% | - |
| HSV(B) | 217.13º | 0.76% | 0.93% | - |
| XYZ | 24.58 | 21.96 | 83.83 | - |
| YUV | 118.14 | 195.64 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 238 | 0.76 | 0.47 | 0 | 0.07 | 217.13 | 0.84 | 0.58 |
| Hex | 39 | 7E | EE | 4C | 2F | 0 | 7 | D9 | 54 | 3A |
| Octal | 71 | 176 | 356 | 114 | 57 | 0 | 7 | 331 | 124 | 72 |
| Binary | 111001 | 1111110 | 11101110 | 1001100 | 101111 | 0 | 111 | 11011001 | 1010100 | 111010 |
Color Harmonies of #397EEE
Complementary color
Monochromatic Colors of #397EEE
Black with #397EEE
Text Example
Text Example
White with #397EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397EEE; }
p { color: rgb(57,126,238); }
H1.HeaderClassName
{
color: #397EEE;
}
.AnyTagClassName
{
color: #397EEE;
}
</style>
background-color css
<style>
a { background-color: #397EEE; }
a { background-color: rgb(57,126,238); }
div.DivClassName
{
background-color: #397EEE;
}
.BgClassName
{
background-color: #397EEE;
}
</style>
border-color css
<style>
span { border-color: #397EEE; }
span { border-color: rgb(57,126,238); }
td.TdClassName
{
border-color: #397EEE;
}
.TagClassName
{
border-color: #397EEE;
}
</style>