Shades of Astronaut #3A5077
Tints of Astronaut #3A5077
RGB
CMYK
RGB Variations
Color information
#3A5077 (or 0x3A5077) is known color: Astronaut. HEX triplet: 3A, 50 and 77. RGB value is (58,80,119). Sum of RGB (Red+Green+Blue) = 58+80+119=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A5077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5077 is #C5AF88. Grayscale: #4D4D4D. Windows color (decimal): -12955529 or 7819322. OLE color: 7819322.
HSL color Cylindrical-coordinate representation of color #3A5077: hue angle of 218.36º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A5077 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 80 | 119 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.53 |
| HSL | 218.36º | 0.34% | 0.35% | - |
| HSV(B) | 218.36º | 0.51% | 0.47% | - |
| XYZ | 7.94 | 7.97 | 18.57 | - |
| YUV | 77.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 119 | 0.51 | 0.33 | 0 | 0.53 | 218.36 | 0.34 | 0.35 |
| Hex | 3A | 50 | 77 | 33 | 21 | 0 | 35 | DA | 22 | 23 |
| Octal | 72 | 120 | 167 | 63 | 41 | 0 | 65 | 332 | 42 | 43 |
| Binary | 111010 | 1010000 | 1110111 | 110011 | 100001 | 0 | 110101 | 11011010 | 100010 | 100011 |
Color Harmonies of #3A5077
Complementary color
Monochromatic Colors of #3A5077
Black with #3A5077
Text Example
Text Example
White with #3A5077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5077; }
p { color: rgb(58,80,119); }
H1.HeaderClassName
{
color: #3A5077;
}
.AnyTagClassName
{
color: #3A5077;
}
</style>
background-color css
<style>
a { background-color: #3A5077; }
a { background-color: rgb(58,80,119); }
div.DivClassName
{
background-color: #3A5077;
}
.BgClassName
{
background-color: #3A5077;
}
</style>
border-color css
<style>
span { border-color: #3A5077; }
span { border-color: rgb(58,80,119); }
td.TdClassName
{
border-color: #3A5077;
}
.TagClassName
{
border-color: #3A5077;
}
</style>