Shades of Astral #386E87
Tints of Astral #386E87
RGB
CMYK
RGB Variations
Color information
#386E87 (or 0x386E87) is known color: Astral. HEX triplet: 38, 6E and 87. RGB value is (56,110,135). Sum of RGB (Red+Green+Blue) = 56+110+135=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #386E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386E87 is #C79178. Grayscale: #606060. Windows color (decimal): -13078905 or 8875576. OLE color: 8875576.
HSL color Cylindrical-coordinate representation of color #386E87: hue angle of 198.99º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #386E87 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 110 | 135 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.47 |
| HSL | 198.99º | 0.41% | 0.37% | - |
| HSV(B) | 198.99º | 0.59% | 0.53% | - |
| XYZ | 11.58 | 13.74 | 24.96 | - |
| YUV | 96.7 | 149.61 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 135 | 0.59 | 0.19 | 0 | 0.47 | 198.99 | 0.41 | 0.37 |
| Hex | 38 | 6E | 87 | 3B | 13 | 0 | 2F | C7 | 29 | 25 |
| Octal | 70 | 156 | 207 | 73 | 23 | 0 | 57 | 307 | 51 | 45 |
| Binary | 111000 | 1101110 | 10000111 | 111011 | 10011 | 0 | 101111 | 11000111 | 101001 | 100101 |
Color Harmonies of #386E87
Complementary color
Monochromatic Colors of #386E87
Black with #386E87
Text Example
Text Example
White with #386E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386E87; }
p { color: rgb(56,110,135); }
H1.HeaderClassName
{
color: #386E87;
}
.AnyTagClassName
{
color: #386E87;
}
</style>
background-color css
<style>
a { background-color: #386E87; }
a { background-color: rgb(56,110,135); }
div.DivClassName
{
background-color: #386E87;
}
.BgClassName
{
background-color: #386E87;
}
</style>
border-color css
<style>
span { border-color: #386E87; }
span { border-color: rgb(56,110,135); }
td.TdClassName
{
border-color: #386E87;
}
.TagClassName
{
border-color: #386E87;
}
</style>