Shades of Astronaut #3E536F
Tints of Astronaut #3E536F
RGB
CMYK
RGB Variations
Color information
#3E536F (or 0x3E536F) is known color: Astronaut. HEX triplet: 3E, 53 and 6F. RGB value is (62,83,111). Sum of RGB (Red+Green+Blue) = 62+83+111=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #3E536F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E536F is #C1AC90. Grayscale: #4F4F4F. Windows color (decimal): -12692625 or 7295806. OLE color: 7295806.
HSL color Cylindrical-coordinate representation of color #3E536F: hue angle of 214.29º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E536F is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 83 | 111 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.56 |
| HSL | 214.29º | 0.28% | 0.34% | - |
| HSV(B) | 214.29º | 0.44% | 0.44% | - |
| XYZ | 7.95 | 8.36 | 16.23 | - |
| YUV | 79.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 111 | 0.44 | 0.25 | 0 | 0.56 | 214.29 | 0.28 | 0.34 |
| Hex | 3E | 53 | 6F | 2C | 19 | 0 | 38 | D6 | 1C | 22 |
| Octal | 76 | 123 | 157 | 54 | 31 | 0 | 70 | 326 | 34 | 42 |
| Binary | 111110 | 1010011 | 1101111 | 101100 | 11001 | 0 | 111000 | 11010110 | 11100 | 100010 |
Color Harmonies of #3E536F
Complementary color
Monochromatic Colors of #3E536F
Black with #3E536F
Text Example
Text Example
White with #3E536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E536F; }
p { color: rgb(62,83,111); }
H1.HeaderClassName
{
color: #3E536F;
}
.AnyTagClassName
{
color: #3E536F;
}
</style>
background-color css
<style>
a { background-color: #3E536F; }
a { background-color: rgb(62,83,111); }
div.DivClassName
{
background-color: #3E536F;
}
.BgClassName
{
background-color: #3E536F;
}
</style>
border-color css
<style>
span { border-color: #3E536F; }
span { border-color: rgb(62,83,111); }
td.TdClassName
{
border-color: #3E536F;
}
.TagClassName
{
border-color: #3E536F;
}
</style>