Shades of Astral #396982
Tints of Astral #396982
RGB
CMYK
RGB Variations
Color information
#396982 (or 0x396982) is known color: Astral. HEX triplet: 39, 69 and 82. RGB value is (57,105,130). Sum of RGB (Red+Green+Blue) = 57+105+130=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #396982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396982 is #C6967D. Grayscale: #5D5D5D. Windows color (decimal): -13014654 or 8546617. OLE color: 8546617.
HSL color Cylindrical-coordinate representation of color #396982: hue angle of 200.55º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #396982 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 105 | 130 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.49 |
| HSL | 200.55º | 0.39% | 0.37% | - |
| HSV(B) | 200.55º | 0.56% | 0.51% | - |
| XYZ | 10.77 | 12.58 | 22.98 | - |
| YUV | 93.5 | 148.6 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 105 | 130 | 0.56 | 0.19 | 0 | 0.49 | 200.55 | 0.39 | 0.37 |
| Hex | 39 | 69 | 82 | 38 | 13 | 0 | 31 | C9 | 27 | 25 |
| Octal | 71 | 151 | 202 | 70 | 23 | 0 | 61 | 311 | 47 | 45 |
| Binary | 111001 | 1101001 | 10000010 | 111000 | 10011 | 0 | 110001 | 11001001 | 100111 | 100101 |
Color Harmonies of #396982
Complementary color
Monochromatic Colors of #396982
Black with #396982
Text Example
Text Example
White with #396982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396982; }
p { color: rgb(57,105,130); }
H1.HeaderClassName
{
color: #396982;
}
.AnyTagClassName
{
color: #396982;
}
</style>
background-color css
<style>
a { background-color: #396982; }
a { background-color: rgb(57,105,130); }
div.DivClassName
{
background-color: #396982;
}
.BgClassName
{
background-color: #396982;
}
</style>
border-color css
<style>
span { border-color: #396982; }
span { border-color: rgb(57,105,130); }
td.TdClassName
{
border-color: #396982;
}
.TagClassName
{
border-color: #396982;
}
</style>