Shades of Royal Blue #386BD8
Tints of Royal Blue #386BD8
RGB
CMYK
RGB Variations
Color information
#386BD8 (or 0x386BD8) is known color: Royal Blue. HEX triplet: 38, 6B and D8. RGB value is (56,107,216). Sum of RGB (Red+Green+Blue) = 56+107+216=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 216 (84.77% from 255 or 56.99% from 379); Max value from RGB is 216 - color contains mainly: blue. Hex color #386BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386BD8 is #C79427. Grayscale: #676767. Windows color (decimal): -13079592 or 14183224. OLE color: 14183224.
HSL color Cylindrical-coordinate representation of color #386BD8: hue angle of 220.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #386BD8 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 107 | 216 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.15 |
| HSL | 220.88º | 0.67% | 0.53% | - |
| HSV(B) | 220.88º | 0.74% | 0.85% | - |
| XYZ | 19.28 | 16.31 | 67.1 | - |
| YUV | 104.18 | 191.1 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 216 | 0.74 | 0.50 | 0 | 0.15 | 220.88 | 0.67 | 0.53 |
| Hex | 38 | 6B | D8 | 4A | 32 | 0 | F | DD | 43 | 35 |
| Octal | 70 | 153 | 330 | 112 | 62 | 0 | 17 | 335 | 103 | 65 |
| Binary | 111000 | 1101011 | 11011000 | 1001010 | 110010 | 0 | 1111 | 11011101 | 1000011 | 110101 |
Color Harmonies of #386BD8
Complementary color
Monochromatic Colors of #386BD8
Black with #386BD8
Text Example
Text Example
White with #386BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386BD8; }
p { color: rgb(56,107,216); }
H1.HeaderClassName
{
color: #386BD8;
}
.AnyTagClassName
{
color: #386BD8;
}
</style>
background-color css
<style>
a { background-color: #386BD8; }
a { background-color: rgb(56,107,216); }
div.DivClassName
{
background-color: #386BD8;
}
.BgClassName
{
background-color: #386BD8;
}
</style>
border-color css
<style>
span { border-color: #386BD8; }
span { border-color: rgb(56,107,216); }
td.TdClassName
{
border-color: #386BD8;
}
.TagClassName
{
border-color: #386BD8;
}
</style>