Shades of Astronaut #3E4F75
Tints of Astronaut #3E4F75
RGB
CMYK
RGB Variations
Color information
#3E4F75 (or 0x3E4F75) is known color: Astronaut. HEX triplet: 3E, 4F and 75. RGB value is (62,79,117). Sum of RGB (Red+Green+Blue) = 62+79+117=258 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.03% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E4F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E4F75 is #C1B08A. Grayscale: #4E4E4E. Windows color (decimal): -12693643 or 7687998. OLE color: 7687998.
HSL color Cylindrical-coordinate representation of color #3E4F75: hue angle of 221.45º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E4F75 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 79 | 117 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.54 |
| HSL | 221.45º | 0.31% | 0.35% | - |
| HSV(B) | 221.45º | 0.47% | 0.46% | - |
| XYZ | 7.99 | 7.9 | 17.93 | - |
| YUV | 78.25 | 149.87 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 79 | 117 | 0.47 | 0.32 | 0 | 0.54 | 221.45 | 0.31 | 0.35 |
| Hex | 3E | 4F | 75 | 2F | 20 | 0 | 36 | DD | 1F | 23 |
| Octal | 76 | 117 | 165 | 57 | 40 | 0 | 66 | 335 | 37 | 43 |
| Binary | 111110 | 1001111 | 1110101 | 101111 | 100000 | 0 | 110110 | 11011101 | 11111 | 100011 |
Color Harmonies of #3E4F75
Complementary color
Monochromatic Colors of #3E4F75
Black with #3E4F75
Text Example
Text Example
White with #3E4F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4F75; }
p { color: rgb(62,79,117); }
H1.HeaderClassName
{
color: #3E4F75;
}
.AnyTagClassName
{
color: #3E4F75;
}
</style>
background-color css
<style>
a { background-color: #3E4F75; }
a { background-color: rgb(62,79,117); }
div.DivClassName
{
background-color: #3E4F75;
}
.BgClassName
{
background-color: #3E4F75;
}
</style>
border-color css
<style>
span { border-color: #3E4F75; }
span { border-color: rgb(62,79,117); }
td.TdClassName
{
border-color: #3E4F75;
}
.TagClassName
{
border-color: #3E4F75;
}
</style>