Shades of Royal Blue #397DDB
Tints of Royal Blue #397DDB
RGB
CMYK
RGB Variations
Color information
#397DDB (or 0x397DDB) is known color: Royal Blue. HEX triplet: 39, 7D and DB. RGB value is (57,125,219). Sum of RGB (Red+Green+Blue) = 57+125+219=401 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.21% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #397DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397DDB is #C68224. Grayscale: #727272. Windows color (decimal): -13009445 or 14384441. OLE color: 14384441.
HSL color Cylindrical-coordinate representation of color #397DDB: hue angle of 214.81º 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 #397DDB is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 125 | 219 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.14 |
| HSL | 214.81º | 0.69% | 0.54% | - |
| HSV(B) | 214.81º | 0.74% | 0.86% | - |
| XYZ | 21.81 | 20.65 | 69.85 | - |
| YUV | 115.38 | 186.47 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 125 | 219 | 0.74 | 0.43 | 0 | 0.14 | 214.81 | 0.69 | 0.54 |
| Hex | 39 | 7D | DB | 4A | 2B | 0 | E | D7 | 45 | 36 |
| Octal | 71 | 175 | 333 | 112 | 53 | 0 | 16 | 327 | 105 | 66 |
| Binary | 111001 | 1111101 | 11011011 | 1001010 | 101011 | 0 | 1110 | 11010111 | 1000101 | 110110 |
Color Harmonies of #397DDB
Complementary color
Monochromatic Colors of #397DDB
Black with #397DDB
Text Example
Text Example
White with #397DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397DDB; }
p { color: rgb(57,125,219); }
H1.HeaderClassName
{
color: #397DDB;
}
.AnyTagClassName
{
color: #397DDB;
}
</style>
background-color css
<style>
a { background-color: #397DDB; }
a { background-color: rgb(57,125,219); }
div.DivClassName
{
background-color: #397DDB;
}
.BgClassName
{
background-color: #397DDB;
}
</style>
border-color css
<style>
span { border-color: #397DDB; }
span { border-color: rgb(57,125,219); }
td.TdClassName
{
border-color: #397DDB;
}
.TagClassName
{
border-color: #397DDB;
}
</style>