Shades of Royal Blue #397FE4
Tints of Royal Blue #397FE4
RGB
CMYK
RGB Variations
Color information
#397FE4 (or 0x397FE4) is known color: Royal Blue. HEX triplet: 39, 7F and E4. RGB value is (57,127,228). Sum of RGB (Red+Green+Blue) = 57+127+228=412 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.83% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 228 (89.45% from 255 or 55.34% from 412); Max value from RGB is 228 - color contains mainly: blue. Hex color #397FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397FE4 is #C6801B. Grayscale: #757575. Windows color (decimal): -13008924 or 14974777. OLE color: 14974777.
HSL color Cylindrical-coordinate representation of color #397FE4: hue angle of 215.44º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #397FE4 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 57 | 127 | 228 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.11 |
| HSL | 215.44º | 0.76% | 0.56% | - |
| HSV(B) | 215.44º | 0.75% | 0.89% | - |
| XYZ | 23.28 | 21.65 | 76.35 | - |
| YUV | 117.58 | 190.31 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 228 | 0.75 | 0.44 | 0 | 0.11 | 215.44 | 0.76 | 0.56 |
| Hex | 39 | 7F | E4 | 4B | 2C | 0 | B | D7 | 4C | 38 |
| Octal | 71 | 177 | 344 | 113 | 54 | 0 | 13 | 327 | 114 | 70 |
| Binary | 111001 | 1111111 | 11100100 | 1001011 | 101100 | 0 | 1011 | 11010111 | 1001100 | 111000 |
Color Harmonies of #397FE4
Complementary color
Monochromatic Colors of #397FE4
Black with #397FE4
Text Example
Text Example
White with #397FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397FE4; }
p { color: rgb(57,127,228); }
H1.HeaderClassName
{
color: #397FE4;
}
.AnyTagClassName
{
color: #397FE4;
}
</style>
background-color css
<style>
a { background-color: #397FE4; }
a { background-color: rgb(57,127,228); }
div.DivClassName
{
background-color: #397FE4;
}
.BgClassName
{
background-color: #397FE4;
}
</style>
border-color css
<style>
span { border-color: #397FE4; }
span { border-color: rgb(57,127,228); }
td.TdClassName
{
border-color: #397FE4;
}
.TagClassName
{
border-color: #397FE4;
}
</style>