Shades of Royal Blue #395EDB
Tints of Royal Blue #395EDB
RGB
CMYK
RGB Variations
Color information
#395EDB (or 0x395EDB) is known color: Royal Blue. HEX triplet: 39, 5E and DB. RGB value is (57,94,219). Sum of RGB (Red+Green+Blue) = 57+94+219=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #395EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395EDB is #C6A124. Grayscale: #606060. Windows color (decimal): -13017381 or 14376505. OLE color: 14376505.
HSL color Cylindrical-coordinate representation of color #395EDB: hue angle of 226.3º 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 #395EDB is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 94 | 219 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.14 |
| HSL | 226.3º | 0.69% | 0.54% | - |
| HSV(B) | 226.3º | 0.74% | 0.86% | - |
| XYZ | 18.48 | 13.99 | 68.74 | - |
| YUV | 97.19 | 196.74 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 94 | 219 | 0.74 | 0.57 | 0 | 0.14 | 226.3 | 0.69 | 0.54 |
| Hex | 39 | 5E | DB | 4A | 39 | 0 | E | E2 | 45 | 36 |
| Octal | 71 | 136 | 333 | 112 | 71 | 0 | 16 | 342 | 105 | 66 |
| Binary | 111001 | 1011110 | 11011011 | 1001010 | 111001 | 0 | 1110 | 11100010 | 1000101 | 110110 |
Color Harmonies of #395EDB
Complementary color
Monochromatic Colors of #395EDB
Black with #395EDB
Text Example
Text Example
White with #395EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395EDB; }
p { color: rgb(57,94,219); }
H1.HeaderClassName
{
color: #395EDB;
}
.AnyTagClassName
{
color: #395EDB;
}
</style>
background-color css
<style>
a { background-color: #395EDB; }
a { background-color: rgb(57,94,219); }
div.DivClassName
{
background-color: #395EDB;
}
.BgClassName
{
background-color: #395EDB;
}
</style>
border-color css
<style>
span { border-color: #395EDB; }
span { border-color: rgb(57,94,219); }
td.TdClassName
{
border-color: #395EDB;
}
.TagClassName
{
border-color: #395EDB;
}
</style>