Shades of Astral #396D81
Tints of Astral #396D81
RGB
CMYK
RGB Variations
Color information
#396D81 (or 0x396D81) is known color: Astral. HEX triplet: 39, 6D and 81. RGB value is (57,109,129). Sum of RGB (Red+Green+Blue) = 57+109+129=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #396D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396D81 is #C6927E. Grayscale: #5F5F5F. Windows color (decimal): -13013631 or 8482105. OLE color: 8482105.
HSL color Cylindrical-coordinate representation of color #396D81: hue angle of 196.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #396D81 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 109 | 129 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.49 |
| HSL | 196.67º | 0.39% | 0.36% | - |
| HSV(B) | 196.67º | 0.56% | 0.51% | - |
| XYZ | 11.12 | 13.39 | 22.77 | - |
| YUV | 95.73 | 146.77 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 109 | 129 | 0.56 | 0.16 | 0 | 0.49 | 196.67 | 0.39 | 0.36 |
| Hex | 39 | 6D | 81 | 38 | 10 | 0 | 31 | C5 | 27 | 24 |
| Octal | 71 | 155 | 201 | 70 | 20 | 0 | 61 | 305 | 47 | 44 |
| Binary | 111001 | 1101101 | 10000001 | 111000 | 10000 | 0 | 110001 | 11000101 | 100111 | 100100 |
Color Harmonies of #396D81
Complementary color
Monochromatic Colors of #396D81
Black with #396D81
Text Example
Text Example
White with #396D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396D81; }
p { color: rgb(57,109,129); }
H1.HeaderClassName
{
color: #396D81;
}
.AnyTagClassName
{
color: #396D81;
}
</style>
background-color css
<style>
a { background-color: #396D81; }
a { background-color: rgb(57,109,129); }
div.DivClassName
{
background-color: #396D81;
}
.BgClassName
{
background-color: #396D81;
}
</style>
border-color css
<style>
span { border-color: #396D81; }
span { border-color: rgb(57,109,129); }
td.TdClassName
{
border-color: #396D81;
}
.TagClassName
{
border-color: #396D81;
}
</style>