Shades of Astral #3A7089
Tints of Astral #3A7089
RGB
CMYK
RGB Variations
Color information
#3A7089 (or 0x3A7089) is known color: Astral. HEX triplet: 3A, 70 and 89. RGB value is (58,112,137). Sum of RGB (Red+Green+Blue) = 58+112+137=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A7089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7089 is #C58F76. Grayscale: #626262. Windows color (decimal): -12947319 or 9007162. OLE color: 9007162.
HSL color Cylindrical-coordinate representation of color #3A7089: hue angle of 198.99º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A7089 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 112 | 137 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.46 |
| HSL | 198.99º | 0.41% | 0.38% | - |
| HSV(B) | 198.99º | 0.58% | 0.54% | - |
| XYZ | 12.05 | 14.29 | 25.79 | - |
| YUV | 98.7 | 149.61 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 137 | 0.58 | 0.18 | 0 | 0.46 | 198.99 | 0.41 | 0.38 |
| Hex | 3A | 70 | 89 | 3A | 12 | 0 | 2E | C7 | 29 | 26 |
| Octal | 72 | 160 | 211 | 72 | 22 | 0 | 56 | 307 | 51 | 46 |
| Binary | 111010 | 1110000 | 10001001 | 111010 | 10010 | 0 | 101110 | 11000111 | 101001 | 100110 |
Color Harmonies of #3A7089
Complementary color
Monochromatic Colors of #3A7089
Black with #3A7089
Text Example
Text Example
White with #3A7089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7089; }
p { color: rgb(58,112,137); }
H1.HeaderClassName
{
color: #3A7089;
}
.AnyTagClassName
{
color: #3A7089;
}
</style>
background-color css
<style>
a { background-color: #3A7089; }
a { background-color: rgb(58,112,137); }
div.DivClassName
{
background-color: #3A7089;
}
.BgClassName
{
background-color: #3A7089;
}
</style>
border-color css
<style>
span { border-color: #3A7089; }
span { border-color: rgb(58,112,137); }
td.TdClassName
{
border-color: #3A7089;
}
.TagClassName
{
border-color: #3A7089;
}
</style>