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