Shades of Royal Blue #386EDB
Tints of Royal Blue #386EDB
RGB
CMYK
RGB Variations
Color information
#386EDB (or 0x386EDB) is known color: Royal Blue. HEX triplet: 38, 6E and DB. RGB value is (56,110,219). Sum of RGB (Red+Green+Blue) = 56+110+219=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #386EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386EDB is #C79124. Grayscale: #696969. Windows color (decimal): -13078821 or 14380600. OLE color: 14380600.
HSL color Cylindrical-coordinate representation of color #386EDB: hue angle of 220.12º 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 #386EDB is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 110 | 219 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.14 |
| HSL | 220.12º | 0.69% | 0.54% | - |
| HSV(B) | 220.12º | 0.74% | 0.86% | - |
| XYZ | 19.99 | 17.11 | 69.27 | - |
| YUV | 106.28 | 191.61 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 219 | 0.74 | 0.50 | 0 | 0.14 | 220.12 | 0.69 | 0.54 |
| Hex | 38 | 6E | DB | 4A | 32 | 0 | E | DC | 45 | 36 |
| Octal | 70 | 156 | 333 | 112 | 62 | 0 | 16 | 334 | 105 | 66 |
| Binary | 111000 | 1101110 | 11011011 | 1001010 | 110010 | 0 | 1110 | 11011100 | 1000101 | 110110 |
Color Harmonies of #386EDB
Complementary color
Monochromatic Colors of #386EDB
Black with #386EDB
Text Example
Text Example
White with #386EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386EDB; }
p { color: rgb(56,110,219); }
H1.HeaderClassName
{
color: #386EDB;
}
.AnyTagClassName
{
color: #386EDB;
}
</style>
background-color css
<style>
a { background-color: #386EDB; }
a { background-color: rgb(56,110,219); }
div.DivClassName
{
background-color: #386EDB;
}
.BgClassName
{
background-color: #386EDB;
}
</style>
border-color css
<style>
span { border-color: #386EDB; }
span { border-color: rgb(56,110,219); }
td.TdClassName
{
border-color: #386EDB;
}
.TagClassName
{
border-color: #386EDB;
}
</style>