Shades of Royal Blue #395CDB
Tints of Royal Blue #395CDB
RGB
CMYK
RGB Variations
Color information
#395CDB (or 0x395CDB) is known color: Royal Blue. HEX triplet: 39, 5C and DB. RGB value is (57,92,219). Sum of RGB (Red+Green+Blue) = 57+92+219=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #395CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395CDB is #C6A324. Grayscale: #5F5F5F. Windows color (decimal): -13017893 or 14375993. OLE color: 14375993.
HSL color Cylindrical-coordinate representation of color #395CDB: hue angle of 227.04º 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 #395CDB is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 92 | 219 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.14 |
| HSL | 227.04º | 0.69% | 0.54% | - |
| HSV(B) | 227.04º | 0.74% | 0.86% | - |
| XYZ | 18.3 | 13.64 | 68.69 | - |
| YUV | 96.01 | 197.4 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 92 | 219 | 0.74 | 0.58 | 0 | 0.14 | 227.04 | 0.69 | 0.54 |
| Hex | 39 | 5C | DB | 4A | 3A | 0 | E | E3 | 45 | 36 |
| Octal | 71 | 134 | 333 | 112 | 72 | 0 | 16 | 343 | 105 | 66 |
| Binary | 111001 | 1011100 | 11011011 | 1001010 | 111010 | 0 | 1110 | 11100011 | 1000101 | 110110 |
Color Harmonies of #395CDB
Complementary color
Monochromatic Colors of #395CDB
Black with #395CDB
Text Example
Text Example
White with #395CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395CDB; }
p { color: rgb(57,92,219); }
H1.HeaderClassName
{
color: #395CDB;
}
.AnyTagClassName
{
color: #395CDB;
}
</style>
background-color css
<style>
a { background-color: #395CDB; }
a { background-color: rgb(57,92,219); }
div.DivClassName
{
background-color: #395CDB;
}
.BgClassName
{
background-color: #395CDB;
}
</style>
border-color css
<style>
span { border-color: #395CDB; }
span { border-color: rgb(57,92,219); }
td.TdClassName
{
border-color: #395CDB;
}
.TagClassName
{
border-color: #395CDB;
}
</style>