Shades of Astral #396A87
Tints of Astral #396A87
RGB
CMYK
RGB Variations
Color information
#396A87 (or 0x396A87) is known color: Astral. HEX triplet: 39, 6A and 87. RGB value is (57,106,135). Sum of RGB (Red+Green+Blue) = 57+106+135=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #396A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396A87 is #C69578. Grayscale: #5E5E5E. Windows color (decimal): -13014393 or 8874553. OLE color: 8874553.
HSL color Cylindrical-coordinate representation of color #396A87: hue angle of 202.31º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #396A87 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 106 | 135 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.47 |
| HSL | 202.31º | 0.41% | 0.38% | - |
| HSV(B) | 202.31º | 0.58% | 0.53% | - |
| XYZ | 11.21 | 12.93 | 24.83 | - |
| YUV | 94.66 | 150.77 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 135 | 0.58 | 0.21 | 0 | 0.47 | 202.31 | 0.41 | 0.38 |
| Hex | 39 | 6A | 87 | 3A | 15 | 0 | 2F | CA | 29 | 26 |
| Octal | 71 | 152 | 207 | 72 | 25 | 0 | 57 | 312 | 51 | 46 |
| Binary | 111001 | 1101010 | 10000111 | 111010 | 10101 | 0 | 101111 | 11001010 | 101001 | 100110 |
Color Harmonies of #396A87
Complementary color
Monochromatic Colors of #396A87
Black with #396A87
Text Example
Text Example
White with #396A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396A87; }
p { color: rgb(57,106,135); }
H1.HeaderClassName
{
color: #396A87;
}
.AnyTagClassName
{
color: #396A87;
}
</style>
background-color css
<style>
a { background-color: #396A87; }
a { background-color: rgb(57,106,135); }
div.DivClassName
{
background-color: #396A87;
}
.BgClassName
{
background-color: #396A87;
}
</style>
border-color css
<style>
span { border-color: #396A87; }
span { border-color: rgb(57,106,135); }
td.TdClassName
{
border-color: #396A87;
}
.TagClassName
{
border-color: #396A87;
}
</style>