Shades of Royal Blue #397EDB
Tints of Royal Blue #397EDB
RGB
CMYK
RGB Variations
Color information
#397EDB (or 0x397EDB) is known color: Royal Blue. HEX triplet: 39, 7E and DB. RGB value is (57,126,219). Sum of RGB (Red+Green+Blue) = 57+126+219=402 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.18% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #397EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397EDB is #C68124. Grayscale: #737373. Windows color (decimal): -13009189 or 14384697. OLE color: 14384697.
HSL color Cylindrical-coordinate representation of color #397EDB: hue angle of 214.44º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #397EDB is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 126 | 219 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.14 |
| HSL | 214.44º | 0.69% | 0.54% | - |
| HSV(B) | 214.44º | 0.74% | 0.86% | - |
| XYZ | 21.93 | 20.91 | 69.9 | - |
| YUV | 115.97 | 186.14 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 219 | 0.74 | 0.42 | 0 | 0.14 | 214.44 | 0.69 | 0.54 |
| Hex | 39 | 7E | DB | 4A | 2A | 0 | E | D6 | 45 | 36 |
| Octal | 71 | 176 | 333 | 112 | 52 | 0 | 16 | 326 | 105 | 66 |
| Binary | 111001 | 1111110 | 11011011 | 1001010 | 101010 | 0 | 1110 | 11010110 | 1000101 | 110110 |
Color Harmonies of #397EDB
Complementary color
Monochromatic Colors of #397EDB
Black with #397EDB
Text Example
Text Example
White with #397EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397EDB; }
p { color: rgb(57,126,219); }
H1.HeaderClassName
{
color: #397EDB;
}
.AnyTagClassName
{
color: #397EDB;
}
</style>
background-color css
<style>
a { background-color: #397EDB; }
a { background-color: rgb(57,126,219); }
div.DivClassName
{
background-color: #397EDB;
}
.BgClassName
{
background-color: #397EDB;
}
</style>
border-color css
<style>
span { border-color: #397EDB; }
span { border-color: rgb(57,126,219); }
td.TdClassName
{
border-color: #397EDB;
}
.TagClassName
{
border-color: #397EDB;
}
</style>