Shades of Royal Blue #386AD6
Tints of Royal Blue #386AD6
RGB
CMYK
RGB Variations
Color information
#386AD6 (or 0x386AD6) is known color: Royal Blue. HEX triplet: 38, 6A and D6. RGB value is (56,106,214). Sum of RGB (Red+Green+Blue) = 56+106+214=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 214 (83.98% from 255 or 56.91% from 376); Max value from RGB is 214 - color contains mainly: blue. Hex color #386AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386AD6 is #C79529. Grayscale: #666666. Windows color (decimal): -13079850 or 14051896. OLE color: 14051896.
HSL color Cylindrical-coordinate representation of color #386AD6: hue angle of 221.01º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #386AD6 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 106 | 214 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.16 |
| HSL | 221.01º | 0.66% | 0.53% | - |
| HSV(B) | 221.01º | 0.74% | 0.84% | - |
| XYZ | 18.92 | 16 | 65.71 | - |
| YUV | 103.36 | 190.44 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 106 | 214 | 0.74 | 0.50 | 0 | 0.16 | 221.01 | 0.66 | 0.53 |
| Hex | 38 | 6A | D6 | 4A | 32 | 0 | 10 | DD | 42 | 35 |
| Octal | 70 | 152 | 326 | 112 | 62 | 0 | 20 | 335 | 102 | 65 |
| Binary | 111000 | 1101010 | 11010110 | 1001010 | 110010 | 0 | 10000 | 11011101 | 1000010 | 110101 |
Color Harmonies of #386AD6
Complementary color
Monochromatic Colors of #386AD6
Black with #386AD6
Text Example
Text Example
White with #386AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386AD6; }
p { color: rgb(56,106,214); }
H1.HeaderClassName
{
color: #386AD6;
}
.AnyTagClassName
{
color: #386AD6;
}
</style>
background-color css
<style>
a { background-color: #386AD6; }
a { background-color: rgb(56,106,214); }
div.DivClassName
{
background-color: #386AD6;
}
.BgClassName
{
background-color: #386AD6;
}
</style>
border-color css
<style>
span { border-color: #386AD6; }
span { border-color: rgb(56,106,214); }
td.TdClassName
{
border-color: #386AD6;
}
.TagClassName
{
border-color: #386AD6;
}
</style>