Shades of Astronaut #3A5270
Tints of Astronaut #3A5270
RGB
CMYK
RGB Variations
Color information
#3A5270 (or 0x3A5270) is known color: Astronaut. HEX triplet: 3A, 52 and 70. RGB value is (58,82,112). Sum of RGB (Red+Green+Blue) = 58+82+112=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A5270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5270 is #C5AD8F. Grayscale: #4E4E4E. Windows color (decimal): -12955024 or 7361082. OLE color: 7361082.
HSL color Cylindrical-coordinate representation of color #3A5270: hue angle of 213.33º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A5270 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 82 | 112 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.56 |
| HSL | 213.33º | 0.32% | 0.33% | - |
| HSV(B) | 213.33º | 0.48% | 0.44% | - |
| XYZ | 7.69 | 8.1 | 16.49 | - |
| YUV | 78.24 | 147.05 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 112 | 0.48 | 0.27 | 0 | 0.56 | 213.33 | 0.32 | 0.33 |
| Hex | 3A | 52 | 70 | 30 | 1B | 0 | 38 | D5 | 20 | 21 |
| Octal | 72 | 122 | 160 | 60 | 33 | 0 | 70 | 325 | 40 | 41 |
| Binary | 111010 | 1010010 | 1110000 | 110000 | 11011 | 0 | 111000 | 11010101 | 100000 | 100001 |
Color Harmonies of #3A5270
Complementary color
Monochromatic Colors of #3A5270
Black with #3A5270
Text Example
Text Example
White with #3A5270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5270; }
p { color: rgb(58,82,112); }
H1.HeaderClassName
{
color: #3A5270;
}
.AnyTagClassName
{
color: #3A5270;
}
</style>
background-color css
<style>
a { background-color: #3A5270; }
a { background-color: rgb(58,82,112); }
div.DivClassName
{
background-color: #3A5270;
}
.BgClassName
{
background-color: #3A5270;
}
</style>
border-color css
<style>
span { border-color: #3A5270; }
span { border-color: rgb(58,82,112); }
td.TdClassName
{
border-color: #3A5270;
}
.TagClassName
{
border-color: #3A5270;
}
</style>