Shades of Astral #396D85
Tints of Astral #396D85
RGB
CMYK
RGB Variations
Color information
#396D85 (or 0x396D85) is known color: Astral. HEX triplet: 39, 6D and 85. RGB value is (57,109,133). Sum of RGB (Red+Green+Blue) = 57+109+133=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #396D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396D85 is #C6927A. Grayscale: #606060. Windows color (decimal): -13013627 or 8744249. OLE color: 8744249.
HSL color Cylindrical-coordinate representation of color #396D85: hue angle of 198.95º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #396D85 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 109 | 133 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.48 |
| HSL | 198.95º | 0.4% | 0.37% | - |
| HSV(B) | 198.95º | 0.57% | 0.52% | - |
| XYZ | 11.39 | 13.5 | 24.2 | - |
| YUV | 96.19 | 148.77 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 109 | 133 | 0.57 | 0.18 | 0 | 0.48 | 198.95 | 0.4 | 0.37 |
| Hex | 39 | 6D | 85 | 39 | 12 | 0 | 30 | C7 | 28 | 25 |
| Octal | 71 | 155 | 205 | 71 | 22 | 0 | 60 | 307 | 50 | 45 |
| Binary | 111001 | 1101101 | 10000101 | 111001 | 10010 | 0 | 110000 | 11000111 | 101000 | 100101 |
Color Harmonies of #396D85
Complementary color
Monochromatic Colors of #396D85
Black with #396D85
Text Example
Text Example
White with #396D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396D85; }
p { color: rgb(57,109,133); }
H1.HeaderClassName
{
color: #396D85;
}
.AnyTagClassName
{
color: #396D85;
}
</style>
background-color css
<style>
a { background-color: #396D85; }
a { background-color: rgb(57,109,133); }
div.DivClassName
{
background-color: #396D85;
}
.BgClassName
{
background-color: #396D85;
}
</style>
border-color css
<style>
span { border-color: #396D85; }
span { border-color: rgb(57,109,133); }
td.TdClassName
{
border-color: #396D85;
}
.TagClassName
{
border-color: #396D85;
}
</style>