Shades of Astral #397191
Tints of Astral #397191
RGB
CMYK
RGB Variations
Color information
#397191 (or 0x397191) is known color: Astral. HEX triplet: 39, 71 and 91. RGB value is (57,113,145). Sum of RGB (Red+Green+Blue) = 57+113+145=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #397191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397191 is #C68E6E. Grayscale: #636363. Windows color (decimal): -13012591 or 9531705. OLE color: 9531705.
HSL color Cylindrical-coordinate representation of color #397191: hue angle of 201.82º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #397191 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 113 | 145 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.43 |
| HSL | 201.82º | 0.44% | 0.4% | - |
| HSV(B) | 201.82º | 0.61% | 0.57% | - |
| XYZ | 12.7 | 14.72 | 28.96 | - |
| YUV | 99.9 | 153.45 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 113 | 145 | 0.61 | 0.22 | 0 | 0.43 | 201.82 | 0.44 | 0.4 |
| Hex | 39 | 71 | 91 | 3D | 16 | 0 | 2B | CA | 2C | 28 |
| Octal | 71 | 161 | 221 | 75 | 26 | 0 | 53 | 312 | 54 | 50 |
| Binary | 111001 | 1110001 | 10010001 | 111101 | 10110 | 0 | 101011 | 11001010 | 101100 | 101000 |
Color Harmonies of #397191
Complementary color
Monochromatic Colors of #397191
Black with #397191
Text Example
Text Example
White with #397191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397191; }
p { color: rgb(57,113,145); }
H1.HeaderClassName
{
color: #397191;
}
.AnyTagClassName
{
color: #397191;
}
</style>
background-color css
<style>
a { background-color: #397191; }
a { background-color: rgb(57,113,145); }
div.DivClassName
{
background-color: #397191;
}
.BgClassName
{
background-color: #397191;
}
</style>
border-color css
<style>
span { border-color: #397191; }
span { border-color: rgb(57,113,145); }
td.TdClassName
{
border-color: #397191;
}
.TagClassName
{
border-color: #397191;
}
</style>