Shades of Royal Blue #397CEE
Tints of Royal Blue #397CEE
RGB
CMYK
RGB Variations
Color information
#397CEE (or 0x397CEE) is known color: Royal Blue. HEX triplet: 39, 7C and EE. RGB value is (57,124,238). Sum of RGB (Red+Green+Blue) = 57+124+238=419 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.60% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #397CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397CEE is #C68311. Grayscale: #747474. Windows color (decimal): -13009682 or 15629369. OLE color: 15629369.
HSL color Cylindrical-coordinate representation of color #397CEE: hue angle of 217.79º 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 #397CEE is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 124 | 238 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.07 |
| HSL | 217.79º | 0.84% | 0.58% | - |
| HSV(B) | 217.79º | 0.76% | 0.93% | - |
| XYZ | 24.33 | 21.46 | 83.75 | - |
| YUV | 116.96 | 196.3 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 238 | 0.76 | 0.48 | 0 | 0.07 | 217.79 | 0.84 | 0.58 |
| Hex | 39 | 7C | EE | 4C | 30 | 0 | 7 | DA | 54 | 3A |
| Octal | 71 | 174 | 356 | 114 | 60 | 0 | 7 | 332 | 124 | 72 |
| Binary | 111001 | 1111100 | 11101110 | 1001100 | 110000 | 0 | 111 | 11011010 | 1010100 | 111010 |
Color Harmonies of #397CEE
Complementary color
Monochromatic Colors of #397CEE
Black with #397CEE
Text Example
Text Example
White with #397CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397CEE; }
p { color: rgb(57,124,238); }
H1.HeaderClassName
{
color: #397CEE;
}
.AnyTagClassName
{
color: #397CEE;
}
</style>
background-color css
<style>
a { background-color: #397CEE; }
a { background-color: rgb(57,124,238); }
div.DivClassName
{
background-color: #397CEE;
}
.BgClassName
{
background-color: #397CEE;
}
</style>
border-color css
<style>
span { border-color: #397CEE; }
span { border-color: rgb(57,124,238); }
td.TdClassName
{
border-color: #397CEE;
}
.TagClassName
{
border-color: #397CEE;
}
</style>