Shades of Astral #397187
Tints of Astral #397187
RGB
CMYK
RGB Variations
Color information
#397187 (or 0x397187) is known color: Astral. HEX triplet: 39, 71 and 87. RGB value is (57,113,135). Sum of RGB (Red+Green+Blue) = 57+113+135=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #397187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397187 is #C68E78. Grayscale: #626262. Windows color (decimal): -13012601 or 8876345. OLE color: 8876345.
HSL color Cylindrical-coordinate representation of color #397187: hue angle of 196.92º 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 #397187 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 113 | 135 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.47 |
| HSL | 196.92º | 0.41% | 0.38% | - |
| HSV(B) | 196.92º | 0.58% | 0.53% | - |
| XYZ | 11.97 | 14.43 | 25.08 | - |
| YUV | 98.76 | 148.45 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 113 | 135 | 0.58 | 0.16 | 0 | 0.47 | 196.92 | 0.41 | 0.38 |
| Hex | 39 | 71 | 87 | 3A | 10 | 0 | 2F | C5 | 29 | 26 |
| Octal | 71 | 161 | 207 | 72 | 20 | 0 | 57 | 305 | 51 | 46 |
| Binary | 111001 | 1110001 | 10000111 | 111010 | 10000 | 0 | 101111 | 11000101 | 101001 | 100110 |
Color Harmonies of #397187
Complementary color
Monochromatic Colors of #397187
Black with #397187
Text Example
Text Example
White with #397187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397187; }
p { color: rgb(57,113,135); }
H1.HeaderClassName
{
color: #397187;
}
.AnyTagClassName
{
color: #397187;
}
</style>
background-color css
<style>
a { background-color: #397187; }
a { background-color: rgb(57,113,135); }
div.DivClassName
{
background-color: #397187;
}
.BgClassName
{
background-color: #397187;
}
</style>
border-color css
<style>
span { border-color: #397187; }
span { border-color: rgb(57,113,135); }
td.TdClassName
{
border-color: #397187;
}
.TagClassName
{
border-color: #397187;
}
</style>