Shades of Royal Blue #395DDB
Tints of Royal Blue #395DDB
RGB
CMYK
RGB Variations
Color information
#395DDB (or 0x395DDB) is known color: Royal Blue. HEX triplet: 39, 5D and DB. RGB value is (57,93,219). Sum of RGB (Red+Green+Blue) = 57+93+219=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #395DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395DDB is #C6A224. Grayscale: #606060. Windows color (decimal): -13017637 or 14376249. OLE color: 14376249.
HSL color Cylindrical-coordinate representation of color #395DDB: hue angle of 226.67º 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 #395DDB is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 93 | 219 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.14 |
| HSL | 226.67º | 0.69% | 0.54% | - |
| HSV(B) | 226.67º | 0.74% | 0.86% | - |
| XYZ | 18.39 | 13.81 | 68.71 | - |
| YUV | 96.6 | 197.07 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 93 | 219 | 0.74 | 0.58 | 0 | 0.14 | 226.67 | 0.69 | 0.54 |
| Hex | 39 | 5D | DB | 4A | 3A | 0 | E | E3 | 45 | 36 |
| Octal | 71 | 135 | 333 | 112 | 72 | 0 | 16 | 343 | 105 | 66 |
| Binary | 111001 | 1011101 | 11011011 | 1001010 | 111010 | 0 | 1110 | 11100011 | 1000101 | 110110 |
Color Harmonies of #395DDB
Complementary color
Monochromatic Colors of #395DDB
Black with #395DDB
Text Example
Text Example
White with #395DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395DDB; }
p { color: rgb(57,93,219); }
H1.HeaderClassName
{
color: #395DDB;
}
.AnyTagClassName
{
color: #395DDB;
}
</style>
background-color css
<style>
a { background-color: #395DDB; }
a { background-color: rgb(57,93,219); }
div.DivClassName
{
background-color: #395DDB;
}
.BgClassName
{
background-color: #395DDB;
}
</style>
border-color css
<style>
span { border-color: #395DDB; }
span { border-color: rgb(57,93,219); }
td.TdClassName
{
border-color: #395DDB;
}
.TagClassName
{
border-color: #395DDB;
}
</style>