Shades of Astronaut #3E4A72
Tints of Astronaut #3E4A72
RGB
CMYK
RGB Variations
Color information
#3E4A72 (or 0x3E4A72) is known color: Astronaut. HEX triplet: 3E, 4A and 72. RGB value is (62,74,114). Sum of RGB (Red+Green+Blue) = 62+74+114=250 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.8% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E4A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4A72 is #C1B58D. Grayscale: #4A4A4A. Windows color (decimal): -12694926 or 7490110. OLE color: 7490110.
HSL color Cylindrical-coordinate representation of color #3E4A72: hue angle of 226.15º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E4A72 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 74 | 114 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.55 |
| HSL | 226.15º | 0.3% | 0.35% | - |
| HSV(B) | 226.15º | 0.46% | 0.45% | - |
| XYZ | 7.47 | 7.14 | 16.9 | - |
| YUV | 74.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 74 | 114 | 0.46 | 0.35 | 0 | 0.55 | 226.15 | 0.3 | 0.35 |
| Hex | 3E | 4A | 72 | 2E | 23 | 0 | 37 | E2 | 1E | 23 |
| Octal | 76 | 112 | 162 | 56 | 43 | 0 | 67 | 342 | 36 | 43 |
| Binary | 111110 | 1001010 | 1110010 | 101110 | 100011 | 0 | 110111 | 11100010 | 11110 | 100011 |
Color Harmonies of #3E4A72
Complementary color
Monochromatic Colors of #3E4A72
Black with #3E4A72
Text Example
Text Example
White with #3E4A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4A72; }
p { color: rgb(62,74,114); }
H1.HeaderClassName
{
color: #3E4A72;
}
.AnyTagClassName
{
color: #3E4A72;
}
</style>
background-color css
<style>
a { background-color: #3E4A72; }
a { background-color: rgb(62,74,114); }
div.DivClassName
{
background-color: #3E4A72;
}
.BgClassName
{
background-color: #3E4A72;
}
</style>
border-color css
<style>
span { border-color: #3E4A72; }
span { border-color: rgb(62,74,114); }
td.TdClassName
{
border-color: #3E4A72;
}
.TagClassName
{
border-color: #3E4A72;
}
</style>