Shades of Royal Blue #397CE1
Tints of Royal Blue #397CE1
RGB
CMYK
RGB Variations
Color information
#397CE1 (or 0x397CE1) is known color: Royal Blue. HEX triplet: 39, 7C and E1. RGB value is (57,124,225). Sum of RGB (Red+Green+Blue) = 57+124+225=406 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.04% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 225 (88.28% from 255 or 55.42% from 406); Max value from RGB is 225 - color contains mainly: blue. Hex color #397CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397CE1 is #C6831E. Grayscale: #737373. Windows color (decimal): -13009695 or 14777401. OLE color: 14777401.
HSL color Cylindrical-coordinate representation of color #397CE1: hue angle of 216.07º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #397CE1 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 124 | 225 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.12 |
| HSL | 216.07º | 0.74% | 0.55% | - |
| HSV(B) | 216.07º | 0.75% | 0.88% | - |
| XYZ | 22.49 | 20.72 | 74.05 | - |
| YUV | 115.48 | 189.8 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 225 | 0.75 | 0.45 | 0 | 0.12 | 216.07 | 0.74 | 0.55 |
| Hex | 39 | 7C | E1 | 4B | 2D | 0 | C | D8 | 4A | 37 |
| Octal | 71 | 174 | 341 | 113 | 55 | 0 | 14 | 330 | 112 | 67 |
| Binary | 111001 | 1111100 | 11100001 | 1001011 | 101101 | 0 | 1100 | 11011000 | 1001010 | 110111 |
Color Harmonies of #397CE1
Complementary color
Monochromatic Colors of #397CE1
Black with #397CE1
Text Example
Text Example
White with #397CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397CE1; }
p { color: rgb(57,124,225); }
H1.HeaderClassName
{
color: #397CE1;
}
.AnyTagClassName
{
color: #397CE1;
}
</style>
background-color css
<style>
a { background-color: #397CE1; }
a { background-color: rgb(57,124,225); }
div.DivClassName
{
background-color: #397CE1;
}
.BgClassName
{
background-color: #397CE1;
}
</style>
border-color css
<style>
span { border-color: #397CE1; }
span { border-color: rgb(57,124,225); }
td.TdClassName
{
border-color: #397CE1;
}
.TagClassName
{
border-color: #397CE1;
}
</style>