Shades of Royal Blue #395BDB
Tints of Royal Blue #395BDB
RGB
CMYK
RGB Variations
Color information
#395BDB (or 0x395BDB) is known color: Royal Blue. HEX triplet: 39, 5B and DB. RGB value is (57,91,219). Sum of RGB (Red+Green+Blue) = 57+91+219=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #395BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395BDB is #C6A424. Grayscale: #5E5E5E. Windows color (decimal): -13018149 or 14375737. OLE color: 14375737.
HSL color Cylindrical-coordinate representation of color #395BDB: hue angle of 227.41º 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 #395BDB is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 91 | 219 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.14 |
| HSL | 227.41º | 0.69% | 0.54% | - |
| HSV(B) | 227.41º | 0.74% | 0.86% | - |
| XYZ | 18.21 | 13.47 | 68.66 | - |
| YUV | 95.43 | 197.74 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 91 | 219 | 0.74 | 0.58 | 0 | 0.14 | 227.41 | 0.69 | 0.54 |
| Hex | 39 | 5B | DB | 4A | 3A | 0 | E | E3 | 45 | 36 |
| Octal | 71 | 133 | 333 | 112 | 72 | 0 | 16 | 343 | 105 | 66 |
| Binary | 111001 | 1011011 | 11011011 | 1001010 | 111010 | 0 | 1110 | 11100011 | 1000101 | 110110 |
Color Harmonies of #395BDB
Complementary color
Monochromatic Colors of #395BDB
Black with #395BDB
Text Example
Text Example
White with #395BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395BDB; }
p { color: rgb(57,91,219); }
H1.HeaderClassName
{
color: #395BDB;
}
.AnyTagClassName
{
color: #395BDB;
}
</style>
background-color css
<style>
a { background-color: #395BDB; }
a { background-color: rgb(57,91,219); }
div.DivClassName
{
background-color: #395BDB;
}
.BgClassName
{
background-color: #395BDB;
}
</style>
border-color css
<style>
span { border-color: #395BDB; }
span { border-color: rgb(57,91,219); }
td.TdClassName
{
border-color: #395BDB;
}
.TagClassName
{
border-color: #395BDB;
}
</style>