Shades of Astronaut #3E517B
Tints of Astronaut #3E517B
RGB
CMYK
RGB Variations
Color information
#3E517B (or 0x3E517B) is known color: Astronaut. HEX triplet: 3E, 51 and 7B. RGB value is (62,81,123). Sum of RGB (Red+Green+Blue) = 62+81+123=266 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.31% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E517B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E517B is #C1AE84. Grayscale: #4F4F4F. Windows color (decimal): -12693125 or 8081726. OLE color: 8081726.
HSL color Cylindrical-coordinate representation of color #3E517B: hue angle of 221.31º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E517B is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 81 | 123 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.52 |
| HSL | 221.31º | 0.33% | 0.36% | - |
| HSV(B) | 221.31º | 0.5% | 0.48% | - |
| XYZ | 8.5 | 8.34 | 19.9 | - |
| YUV | 80.11 | 152.21 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 81 | 123 | 0.50 | 0.34 | 0 | 0.52 | 221.31 | 0.33 | 0.36 |
| Hex | 3E | 51 | 7B | 32 | 22 | 0 | 34 | DD | 21 | 24 |
| Octal | 76 | 121 | 173 | 62 | 42 | 0 | 64 | 335 | 41 | 44 |
| Binary | 111110 | 1010001 | 1111011 | 110010 | 100010 | 0 | 110100 | 11011101 | 100001 | 100100 |
Color Harmonies of #3E517B
Complementary color
Monochromatic Colors of #3E517B
Black with #3E517B
Text Example
Text Example
White with #3E517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E517B; }
p { color: rgb(62,81,123); }
H1.HeaderClassName
{
color: #3E517B;
}
.AnyTagClassName
{
color: #3E517B;
}
</style>
background-color css
<style>
a { background-color: #3E517B; }
a { background-color: rgb(62,81,123); }
div.DivClassName
{
background-color: #3E517B;
}
.BgClassName
{
background-color: #3E517B;
}
</style>
border-color css
<style>
span { border-color: #3E517B; }
span { border-color: rgb(62,81,123); }
td.TdClassName
{
border-color: #3E517B;
}
.TagClassName
{
border-color: #3E517B;
}
</style>