Shades of Royal Blue #396ADB
Tints of Royal Blue #396ADB
RGB
CMYK
RGB Variations
Color information
#396ADB (or 0x396ADB) is known color: Royal Blue. HEX triplet: 39, 6A and DB. RGB value is (57,106,219). Sum of RGB (Red+Green+Blue) = 57+106+219=382 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.92% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #396ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396ADB is #C69524. Grayscale: #676767. Windows color (decimal): -13014309 or 14379577. OLE color: 14379577.
HSL color Cylindrical-coordinate representation of color #396ADB: hue angle of 221.85º 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 #396ADB is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 106 | 219 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.14 |
| HSL | 221.85º | 0.69% | 0.54% | - |
| HSV(B) | 221.85º | 0.74% | 0.86% | - |
| XYZ | 19.63 | 16.29 | 69.13 | - |
| YUV | 104.23 | 192.77 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 219 | 0.74 | 0.52 | 0 | 0.14 | 221.85 | 0.69 | 0.54 |
| Hex | 39 | 6A | DB | 4A | 34 | 0 | E | DE | 45 | 36 |
| Octal | 71 | 152 | 333 | 112 | 64 | 0 | 16 | 336 | 105 | 66 |
| Binary | 111001 | 1101010 | 11011011 | 1001010 | 110100 | 0 | 1110 | 11011110 | 1000101 | 110110 |
Color Harmonies of #396ADB
Complementary color
Monochromatic Colors of #396ADB
Black with #396ADB
Text Example
Text Example
White with #396ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396ADB; }
p { color: rgb(57,106,219); }
H1.HeaderClassName
{
color: #396ADB;
}
.AnyTagClassName
{
color: #396ADB;
}
</style>
background-color css
<style>
a { background-color: #396ADB; }
a { background-color: rgb(57,106,219); }
div.DivClassName
{
background-color: #396ADB;
}
.BgClassName
{
background-color: #396ADB;
}
</style>
border-color css
<style>
span { border-color: #396ADB; }
span { border-color: rgb(57,106,219); }
td.TdClassName
{
border-color: #396ADB;
}
.TagClassName
{
border-color: #396ADB;
}
</style>