Shades of Royal Blue #396BDB
Tints of Royal Blue #396BDB
RGB
CMYK
RGB Variations
Color information
#396BDB (or 0x396BDB) is known color: Royal Blue. HEX triplet: 39, 6B and DB. RGB value is (57,107,219). Sum of RGB (Red+Green+Blue) = 57+107+219=383 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.88% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #396BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396BDB is #C69424. Grayscale: #686868. Windows color (decimal): -13014053 or 14379833. OLE color: 14379833.
HSL color Cylindrical-coordinate representation of color #396BDB: hue angle of 221.48º 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 #396BDB is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 107 | 219 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.14 |
| HSL | 221.48º | 0.69% | 0.54% | - |
| HSV(B) | 221.48º | 0.74% | 0.86% | - |
| XYZ | 19.73 | 16.5 | 69.16 | - |
| YUV | 104.82 | 192.44 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 107 | 219 | 0.74 | 0.51 | 0 | 0.14 | 221.48 | 0.69 | 0.54 |
| Hex | 39 | 6B | DB | 4A | 33 | 0 | E | DD | 45 | 36 |
| Octal | 71 | 153 | 333 | 112 | 63 | 0 | 16 | 335 | 105 | 66 |
| Binary | 111001 | 1101011 | 11011011 | 1001010 | 110011 | 0 | 1110 | 11011101 | 1000101 | 110110 |
Color Harmonies of #396BDB
Complementary color
Monochromatic Colors of #396BDB
Black with #396BDB
Text Example
Text Example
White with #396BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396BDB; }
p { color: rgb(57,107,219); }
H1.HeaderClassName
{
color: #396BDB;
}
.AnyTagClassName
{
color: #396BDB;
}
</style>
background-color css
<style>
a { background-color: #396BDB; }
a { background-color: rgb(57,107,219); }
div.DivClassName
{
background-color: #396BDB;
}
.BgClassName
{
background-color: #396BDB;
}
</style>
border-color css
<style>
span { border-color: #396BDB; }
span { border-color: rgb(57,107,219); }
td.TdClassName
{
border-color: #396BDB;
}
.TagClassName
{
border-color: #396BDB;
}
</style>