Shades of Astronaut #3E5373
Tints of Astronaut #3E5373
RGB
CMYK
RGB Variations
Color information
#3E5373 (or 0x3E5373) is known color: Astronaut. HEX triplet: 3E, 53 and 73. RGB value is (62,83,115). Sum of RGB (Red+Green+Blue) = 62+83+115=260 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.85% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #3E5373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5373 is #C1AC8C. Grayscale: #505050. Windows color (decimal): -12692621 or 7557950. OLE color: 7557950.
HSL color Cylindrical-coordinate representation of color #3E5373: hue angle of 216.23º 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 #3E5373 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 83 | 115 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.55 |
| HSL | 216.23º | 0.3% | 0.35% | - |
| HSV(B) | 216.23º | 0.46% | 0.45% | - |
| XYZ | 8.17 | 8.45 | 17.42 | - |
| YUV | 80.37 | 147.54 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 115 | 0.46 | 0.28 | 0 | 0.55 | 216.23 | 0.3 | 0.35 |
| Hex | 3E | 53 | 73 | 2E | 1C | 0 | 37 | D8 | 1E | 23 |
| Octal | 76 | 123 | 163 | 56 | 34 | 0 | 67 | 330 | 36 | 43 |
| Binary | 111110 | 1010011 | 1110011 | 101110 | 11100 | 0 | 110111 | 11011000 | 11110 | 100011 |
Color Harmonies of #3E5373
Complementary color
Monochromatic Colors of #3E5373
Black with #3E5373
Text Example
Text Example
White with #3E5373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5373; }
p { color: rgb(62,83,115); }
H1.HeaderClassName
{
color: #3E5373;
}
.AnyTagClassName
{
color: #3E5373;
}
</style>
background-color css
<style>
a { background-color: #3E5373; }
a { background-color: rgb(62,83,115); }
div.DivClassName
{
background-color: #3E5373;
}
.BgClassName
{
background-color: #3E5373;
}
</style>
border-color css
<style>
span { border-color: #3E5373; }
span { border-color: rgb(62,83,115); }
td.TdClassName
{
border-color: #3E5373;
}
.TagClassName
{
border-color: #3E5373;
}
</style>