Shades of Astral #386E89
Tints of Astral #386E89
RGB
CMYK
RGB Variations
Color information
#386E89 (or 0x386E89) is known color: Astral. HEX triplet: 38, 6E and 89. RGB value is (56,110,137). Sum of RGB (Red+Green+Blue) = 56+110+137=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #386E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386E89 is #C79176. Grayscale: #606060. Windows color (decimal): -13078903 or 9006648. OLE color: 9006648.
HSL color Cylindrical-coordinate representation of color #386E89: hue angle of 200º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #386E89 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 110 | 137 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.46 |
| HSL | 200º | 0.42% | 0.38% | - |
| HSV(B) | 200º | 0.59% | 0.54% | - |
| XYZ | 11.72 | 13.8 | 25.71 | - |
| YUV | 96.93 | 150.61 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 137 | 0.59 | 0.20 | 0 | 0.46 | 200 | 0.42 | 0.38 |
| Hex | 38 | 6E | 89 | 3B | 14 | 0 | 2E | C8 | 2A | 26 |
| Octal | 70 | 156 | 211 | 73 | 24 | 0 | 56 | 310 | 52 | 46 |
| Binary | 111000 | 1101110 | 10001001 | 111011 | 10100 | 0 | 101110 | 11001000 | 101010 | 100110 |
Color Harmonies of #386E89
Complementary color
Monochromatic Colors of #386E89
Black with #386E89
Text Example
Text Example
White with #386E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386E89; }
p { color: rgb(56,110,137); }
H1.HeaderClassName
{
color: #386E89;
}
.AnyTagClassName
{
color: #386E89;
}
</style>
background-color css
<style>
a { background-color: #386E89; }
a { background-color: rgb(56,110,137); }
div.DivClassName
{
background-color: #386E89;
}
.BgClassName
{
background-color: #386E89;
}
</style>
border-color css
<style>
span { border-color: #386E89; }
span { border-color: rgb(56,110,137); }
td.TdClassName
{
border-color: #386E89;
}
.TagClassName
{
border-color: #386E89;
}
</style>