Shades of Astronaut #3E527A
Tints of Astronaut #3E527A
RGB
CMYK
RGB Variations
Color information
#3E527A (or 0x3E527A) is known color: Astronaut. HEX triplet: 3E, 52 and 7A. RGB value is (62,82,122). Sum of RGB (Red+Green+Blue) = 62+82+122=266 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.31% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E527A is #C1AD85. Grayscale: #505050. Windows color (decimal): -12692870 or 8016446. OLE color: 8016446.
HSL color Cylindrical-coordinate representation of color #3E527A: hue angle of 220º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E527A is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 82 | 122 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.52 |
| HSL | 220º | 0.33% | 0.36% | - |
| HSV(B) | 220º | 0.49% | 0.48% | - |
| XYZ | 8.52 | 8.46 | 19.6 | - |
| YUV | 80.58 | 151.37 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 82 | 122 | 0.49 | 0.33 | 0 | 0.52 | 220 | 0.33 | 0.36 |
| Hex | 3E | 52 | 7A | 31 | 21 | 0 | 34 | DC | 21 | 24 |
| Octal | 76 | 122 | 172 | 61 | 41 | 0 | 64 | 334 | 41 | 44 |
| Binary | 111110 | 1010010 | 1111010 | 110001 | 100001 | 0 | 110100 | 11011100 | 100001 | 100100 |
Color Harmonies of #3E527A
Complementary color
Monochromatic Colors of #3E527A
Black with #3E527A
Text Example
Text Example
White with #3E527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E527A; }
p { color: rgb(62,82,122); }
H1.HeaderClassName
{
color: #3E527A;
}
.AnyTagClassName
{
color: #3E527A;
}
</style>
background-color css
<style>
a { background-color: #3E527A; }
a { background-color: rgb(62,82,122); }
div.DivClassName
{
background-color: #3E527A;
}
.BgClassName
{
background-color: #3E527A;
}
</style>
border-color css
<style>
span { border-color: #3E527A; }
span { border-color: rgb(62,82,122); }
td.TdClassName
{
border-color: #3E527A;
}
.TagClassName
{
border-color: #3E527A;
}
</style>