Shades of Astronaut #3E497A
Tints of Astronaut #3E497A
RGB
CMYK
RGB Variations
Color information
#3E497A (or 0x3E497A) is known color: Astronaut. HEX triplet: 3E, 49 and 7A. RGB value is (62,73,122). Sum of RGB (Red+Green+Blue) = 62+73+122=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E497A is #C1B685. Grayscale: #4B4B4B. Windows color (decimal): -12695174 or 8014142. OLE color: 8014142.
HSL color Cylindrical-coordinate representation of color #3E497A: hue angle of 229º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E497A is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 73 | 122 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.52 |
| HSL | 229º | 0.33% | 0.36% | - |
| HSV(B) | 229º | 0.49% | 0.48% | - |
| XYZ | 7.88 | 7.19 | 19.39 | - |
| YUV | 75.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 122 | 0.49 | 0.40 | 0 | 0.52 | 229 | 0.33 | 0.36 |
| Hex | 3E | 49 | 7A | 31 | 28 | 0 | 34 | E5 | 21 | 24 |
| Octal | 76 | 111 | 172 | 61 | 50 | 0 | 64 | 345 | 41 | 44 |
| Binary | 111110 | 1001001 | 1111010 | 110001 | 101000 | 0 | 110100 | 11100101 | 100001 | 100100 |
Color Harmonies of #3E497A
Complementary color
Monochromatic Colors of #3E497A
Black with #3E497A
Text Example
Text Example
White with #3E497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E497A; }
p { color: rgb(62,73,122); }
H1.HeaderClassName
{
color: #3E497A;
}
.AnyTagClassName
{
color: #3E497A;
}
</style>
background-color css
<style>
a { background-color: #3E497A; }
a { background-color: rgb(62,73,122); }
div.DivClassName
{
background-color: #3E497A;
}
.BgClassName
{
background-color: #3E497A;
}
</style>
border-color css
<style>
span { border-color: #3E497A; }
span { border-color: rgb(62,73,122); }
td.TdClassName
{
border-color: #3E497A;
}
.TagClassName
{
border-color: #3E497A;
}
</style>