Shades of Astral #396E90
Tints of Astral #396E90
RGB
CMYK
RGB Variations
Color information
#396E90 (or 0x396E90) is known color: Astral. HEX triplet: 39, 6E and 90. RGB value is (57,110,144). Sum of RGB (Red+Green+Blue) = 57+110+144=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #396E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396E90 is #C6916F. Grayscale: #616161. Windows color (decimal): -13013360 or 9465401. OLE color: 9465401.
HSL color Cylindrical-coordinate representation of color #396E90: hue angle of 203.45º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #396E90 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 110 | 144 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.44 |
| HSL | 203.45º | 0.43% | 0.39% | - |
| HSV(B) | 203.45º | 0.6% | 0.56% | - |
| XYZ | 12.3 | 14.04 | 28.45 | - |
| YUV | 98.03 | 153.94 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 110 | 144 | 0.60 | 0.24 | 0 | 0.44 | 203.45 | 0.43 | 0.39 |
| Hex | 39 | 6E | 90 | 3C | 18 | 0 | 2C | CB | 2B | 27 |
| Octal | 71 | 156 | 220 | 74 | 30 | 0 | 54 | 313 | 53 | 47 |
| Binary | 111001 | 1101110 | 10010000 | 111100 | 11000 | 0 | 101100 | 11001011 | 101011 | 100111 |
Color Harmonies of #396E90
Complementary color
Monochromatic Colors of #396E90
Black with #396E90
Text Example
Text Example
White with #396E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396E90; }
p { color: rgb(57,110,144); }
H1.HeaderClassName
{
color: #396E90;
}
.AnyTagClassName
{
color: #396E90;
}
</style>
background-color css
<style>
a { background-color: #396E90; }
a { background-color: rgb(57,110,144); }
div.DivClassName
{
background-color: #396E90;
}
.BgClassName
{
background-color: #396E90;
}
</style>
border-color css
<style>
span { border-color: #396E90; }
span { border-color: rgb(57,110,144); }
td.TdClassName
{
border-color: #396E90;
}
.TagClassName
{
border-color: #396E90;
}
</style>