Shades of Royal Blue #386DDB
Tints of Royal Blue #386DDB
RGB
CMYK
RGB Variations
Color information
#386DDB (or 0x386DDB) is known color: Royal Blue. HEX triplet: 38, 6D and DB. RGB value is (56,109,219). Sum of RGB (Red+Green+Blue) = 56+109+219=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #386DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386DDB is #C79224. Grayscale: #696969. Windows color (decimal): -13079077 or 14380344. OLE color: 14380344.
HSL color Cylindrical-coordinate representation of color #386DDB: hue angle of 220.49º 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 #386DDB is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 109 | 219 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.14 |
| HSL | 220.49º | 0.69% | 0.54% | - |
| HSV(B) | 220.49º | 0.74% | 0.86% | - |
| XYZ | 19.89 | 16.89 | 69.23 | - |
| YUV | 105.69 | 191.94 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 219 | 0.74 | 0.50 | 0 | 0.14 | 220.49 | 0.69 | 0.54 |
| Hex | 38 | 6D | DB | 4A | 32 | 0 | E | DC | 45 | 36 |
| Octal | 70 | 155 | 333 | 112 | 62 | 0 | 16 | 334 | 105 | 66 |
| Binary | 111000 | 1101101 | 11011011 | 1001010 | 110010 | 0 | 1110 | 11011100 | 1000101 | 110110 |
Color Harmonies of #386DDB
Complementary color
Monochromatic Colors of #386DDB
Black with #386DDB
Text Example
Text Example
White with #386DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386DDB; }
p { color: rgb(56,109,219); }
H1.HeaderClassName
{
color: #386DDB;
}
.AnyTagClassName
{
color: #386DDB;
}
</style>
background-color css
<style>
a { background-color: #386DDB; }
a { background-color: rgb(56,109,219); }
div.DivClassName
{
background-color: #386DDB;
}
.BgClassName
{
background-color: #386DDB;
}
</style>
border-color css
<style>
span { border-color: #386DDB; }
span { border-color: rgb(56,109,219); }
td.TdClassName
{
border-color: #386DDB;
}
.TagClassName
{
border-color: #386DDB;
}
</style>