Shades of Astronaut #3E4E71
Tints of Astronaut #3E4E71
RGB
CMYK
RGB Variations
Color information
#3E4E71 (or 0x3E4E71) is known color: Astronaut. HEX triplet: 3E, 4E and 71. RGB value is (62,78,113). Sum of RGB (Red+Green+Blue) = 62+78+113=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E4E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E4E71 is #C1B18E. Grayscale: #4D4D4D. Windows color (decimal): -12693903 or 7425598. OLE color: 7425598.
HSL color Cylindrical-coordinate representation of color #3E4E71: hue angle of 221.18º 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 #3E4E71 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 78 | 113 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.56 |
| HSL | 221.18º | 0.29% | 0.34% | - |
| HSV(B) | 221.18º | 0.45% | 0.44% | - |
| XYZ | 7.69 | 7.67 | 16.7 | - |
| YUV | 77.21 | 148.2 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 78 | 113 | 0.45 | 0.31 | 0 | 0.56 | 221.18 | 0.29 | 0.34 |
| Hex | 3E | 4E | 71 | 2D | 1F | 0 | 38 | DD | 1D | 22 |
| Octal | 76 | 116 | 161 | 55 | 37 | 0 | 70 | 335 | 35 | 42 |
| Binary | 111110 | 1001110 | 1110001 | 101101 | 11111 | 0 | 111000 | 11011101 | 11101 | 100010 |
Color Harmonies of #3E4E71
Complementary color
Monochromatic Colors of #3E4E71
Black with #3E4E71
Text Example
Text Example
White with #3E4E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4E71; }
p { color: rgb(62,78,113); }
H1.HeaderClassName
{
color: #3E4E71;
}
.AnyTagClassName
{
color: #3E4E71;
}
</style>
background-color css
<style>
a { background-color: #3E4E71; }
a { background-color: rgb(62,78,113); }
div.DivClassName
{
background-color: #3E4E71;
}
.BgClassName
{
background-color: #3E4E71;
}
</style>
border-color css
<style>
span { border-color: #3E4E71; }
span { border-color: rgb(62,78,113); }
td.TdClassName
{
border-color: #3E4E71;
}
.TagClassName
{
border-color: #3E4E71;
}
</style>