Shades of Astronaut #3E5070
Tints of Astronaut #3E5070
RGB
CMYK
RGB Variations
Color information
#3E5070 (or 0x3E5070) is known color: Astronaut. HEX triplet: 3E, 50 and 70. RGB value is (62,80,112). Sum of RGB (Red+Green+Blue) = 62+80+112=254 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.41% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E5070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5070 is #C1AF8F. Grayscale: #4E4E4E. Windows color (decimal): -12693392 or 7360574. OLE color: 7360574.
HSL color Cylindrical-coordinate representation of color #3E5070: hue angle of 218.4º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E5070 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 80 | 112 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.56 |
| HSL | 218.4º | 0.29% | 0.34% | - |
| HSV(B) | 218.4º | 0.45% | 0.44% | - |
| XYZ | 7.78 | 7.93 | 16.45 | - |
| YUV | 78.27 | 147.04 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 112 | 0.45 | 0.29 | 0 | 0.56 | 218.4 | 0.29 | 0.34 |
| Hex | 3E | 50 | 70 | 2D | 1D | 0 | 38 | DA | 1D | 22 |
| Octal | 76 | 120 | 160 | 55 | 35 | 0 | 70 | 332 | 35 | 42 |
| Binary | 111110 | 1010000 | 1110000 | 101101 | 11101 | 0 | 111000 | 11011010 | 11101 | 100010 |
Color Harmonies of #3E5070
Complementary color
Monochromatic Colors of #3E5070
Black with #3E5070
Text Example
Text Example
White with #3E5070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5070; }
p { color: rgb(62,80,112); }
H1.HeaderClassName
{
color: #3E5070;
}
.AnyTagClassName
{
color: #3E5070;
}
</style>
background-color css
<style>
a { background-color: #3E5070; }
a { background-color: rgb(62,80,112); }
div.DivClassName
{
background-color: #3E5070;
}
.BgClassName
{
background-color: #3E5070;
}
</style>
border-color css
<style>
span { border-color: #3E5070; }
span { border-color: rgb(62,80,112); }
td.TdClassName
{
border-color: #3E5070;
}
.TagClassName
{
border-color: #3E5070;
}
</style>