Shades of Astral #396E89
Tints of Astral #396E89
RGB
CMYK
RGB Variations
Color information
#396E89 (or 0x396E89) is known color: Astral. HEX triplet: 39, 6E and 89. RGB value is (57,110,137). Sum of RGB (Red+Green+Blue) = 57+110+137=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #396E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396E89 is #C69176. Grayscale: #616161. Windows color (decimal): -13013367 or 9006649. OLE color: 9006649.
HSL color Cylindrical-coordinate representation of color #396E89: hue angle of 200.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #396E89 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 110 | 137 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.46 |
| HSL | 200.25º | 0.41% | 0.38% | - |
| HSV(B) | 200.25º | 0.58% | 0.54% | - |
| XYZ | 11.78 | 13.83 | 25.72 | - |
| YUV | 97.23 | 150.44 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 110 | 137 | 0.58 | 0.20 | 0 | 0.46 | 200.25 | 0.41 | 0.38 |
| Hex | 39 | 6E | 89 | 3A | 14 | 0 | 2E | C8 | 29 | 26 |
| Octal | 71 | 156 | 211 | 72 | 24 | 0 | 56 | 310 | 51 | 46 |
| Binary | 111001 | 1101110 | 10001001 | 111010 | 10100 | 0 | 101110 | 11001000 | 101001 | 100110 |
Color Harmonies of #396E89
Complementary color
Monochromatic Colors of #396E89
Black with #396E89
Text Example
Text Example
White with #396E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396E89; }
p { color: rgb(57,110,137); }
H1.HeaderClassName
{
color: #396E89;
}
.AnyTagClassName
{
color: #396E89;
}
</style>
background-color css
<style>
a { background-color: #396E89; }
a { background-color: rgb(57,110,137); }
div.DivClassName
{
background-color: #396E89;
}
.BgClassName
{
background-color: #396E89;
}
</style>
border-color css
<style>
span { border-color: #396E89; }
span { border-color: rgb(57,110,137); }
td.TdClassName
{
border-color: #396E89;
}
.TagClassName
{
border-color: #396E89;
}
</style>