Shades of Astronaut #3E527B
Tints of Astronaut #3E527B
RGB
CMYK
RGB Variations
Color information
#3E527B (or 0x3E527B) is known color: Astronaut. HEX triplet: 3E, 52 and 7B. RGB value is (62,82,123). Sum of RGB (Red+Green+Blue) = 62+82+123=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E527B is #C1AD84. Grayscale: #505050. Windows color (decimal): -12692869 or 8081982. OLE color: 8081982.
HSL color Cylindrical-coordinate representation of color #3E527B: hue angle of 220.33º 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 #3E527B is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 82 | 123 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.52 |
| HSL | 220.33º | 0.33% | 0.36% | - |
| HSV(B) | 220.33º | 0.5% | 0.48% | - |
| XYZ | 8.58 | 8.49 | 19.93 | - |
| YUV | 80.69 | 151.87 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 82 | 123 | 0.50 | 0.33 | 0 | 0.52 | 220.33 | 0.33 | 0.36 |
| Hex | 3E | 52 | 7B | 32 | 21 | 0 | 34 | DC | 21 | 24 |
| Octal | 76 | 122 | 173 | 62 | 41 | 0 | 64 | 334 | 41 | 44 |
| Binary | 111110 | 1010010 | 1111011 | 110010 | 100001 | 0 | 110100 | 11011100 | 100001 | 100100 |
Color Harmonies of #3E527B
Complementary color
Monochromatic Colors of #3E527B
Black with #3E527B
Text Example
Text Example
White with #3E527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E527B; }
p { color: rgb(62,82,123); }
H1.HeaderClassName
{
color: #3E527B;
}
.AnyTagClassName
{
color: #3E527B;
}
</style>
background-color css
<style>
a { background-color: #3E527B; }
a { background-color: rgb(62,82,123); }
div.DivClassName
{
background-color: #3E527B;
}
.BgClassName
{
background-color: #3E527B;
}
</style>
border-color css
<style>
span { border-color: #3E527B; }
span { border-color: rgb(62,82,123); }
td.TdClassName
{
border-color: #3E527B;
}
.TagClassName
{
border-color: #3E527B;
}
</style>