Shades of Astronaut #3E4E70
Tints of Astronaut #3E4E70
RGB
CMYK
RGB Variations
Color information
#3E4E70 (or 0x3E4E70) is known color: Astronaut. HEX triplet: 3E, 4E and 70. RGB value is (62,78,112). Sum of RGB (Red+Green+Blue) = 62+78+112=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 78 (30.86% from 255 or 30.95% 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 #3E4E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E4E70 is #C1B18F. Grayscale: #4C4C4C. Windows color (decimal): -12693904 or 7360062. OLE color: 7360062.
HSL color Cylindrical-coordinate representation of color #3E4E70: hue angle of 220.8º 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 #3E4E70 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 78 | 112 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.56 |
| HSL | 220.8º | 0.29% | 0.34% | - |
| HSV(B) | 220.8º | 0.45% | 0.44% | - |
| XYZ | 7.64 | 7.64 | 16.4 | - |
| YUV | 77.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 78 | 112 | 0.45 | 0.30 | 0 | 0.56 | 220.8 | 0.29 | 0.34 |
| Hex | 3E | 4E | 70 | 2D | 1E | 0 | 38 | DD | 1D | 22 |
| Octal | 76 | 116 | 160 | 55 | 36 | 0 | 70 | 335 | 35 | 42 |
| Binary | 111110 | 1001110 | 1110000 | 101101 | 11110 | 0 | 111000 | 11011101 | 11101 | 100010 |
Color Harmonies of #3E4E70
Complementary color
Monochromatic Colors of #3E4E70
Black with #3E4E70
Text Example
Text Example
White with #3E4E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4E70; }
p { color: rgb(62,78,112); }
H1.HeaderClassName
{
color: #3E4E70;
}
.AnyTagClassName
{
color: #3E4E70;
}
</style>
background-color css
<style>
a { background-color: #3E4E70; }
a { background-color: rgb(62,78,112); }
div.DivClassName
{
background-color: #3E4E70;
}
.BgClassName
{
background-color: #3E4E70;
}
</style>
border-color css
<style>
span { border-color: #3E4E70; }
span { border-color: rgb(62,78,112); }
td.TdClassName
{
border-color: #3E4E70;
}
.TagClassName
{
border-color: #3E4E70;
}
</style>