Shades of Astral #3A7095
Tints of Astral #3A7095
RGB
CMYK
RGB Variations
Color information
#3A7095 (or 0x3A7095) is known color: Astral. HEX triplet: 3A, 70 and 95. RGB value is (58,112,149). Sum of RGB (Red+Green+Blue) = 58+112+149=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A7095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7095 is #C58F6A. Grayscale: #636363. Windows color (decimal): -12947307 or 9793594. OLE color: 9793594.
HSL color Cylindrical-coordinate representation of color #3A7095: hue angle of 204.4º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A7095 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 112 | 149 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.42 |
| HSL | 204.4º | 0.44% | 0.41% | - |
| HSV(B) | 204.4º | 0.61% | 0.58% | - |
| XYZ | 12.96 | 14.66 | 30.58 | - |
| YUV | 100.07 | 155.61 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 149 | 0.61 | 0.25 | 0 | 0.42 | 204.4 | 0.44 | 0.41 |
| Hex | 3A | 70 | 95 | 3D | 19 | 0 | 2A | CC | 2C | 29 |
| Octal | 72 | 160 | 225 | 75 | 31 | 0 | 52 | 314 | 54 | 51 |
| Binary | 111010 | 1110000 | 10010101 | 111101 | 11001 | 0 | 101010 | 11001100 | 101100 | 101001 |
Color Harmonies of #3A7095
Complementary color
Monochromatic Colors of #3A7095
Black with #3A7095
Text Example
Text Example
White with #3A7095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7095; }
p { color: rgb(58,112,149); }
H1.HeaderClassName
{
color: #3A7095;
}
.AnyTagClassName
{
color: #3A7095;
}
</style>
background-color css
<style>
a { background-color: #3A7095; }
a { background-color: rgb(58,112,149); }
div.DivClassName
{
background-color: #3A7095;
}
.BgClassName
{
background-color: #3A7095;
}
</style>
border-color css
<style>
span { border-color: #3A7095; }
span { border-color: rgb(58,112,149); }
td.TdClassName
{
border-color: #3A7095;
}
.TagClassName
{
border-color: #3A7095;
}
</style>