Shades of Astronaut #40527D
Tints of Astronaut #40527D
RGB
CMYK
RGB Variations
Color information
#40527D (or 0x40527D) is known color: Astronaut. HEX triplet: 40, 52 and 7D. RGB value is (64,82,125). Sum of RGB (Red+Green+Blue) = 64+82+125=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #40527D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40527D is #BFAD82. Grayscale: #515151. Windows color (decimal): -12561795 or 8213056. OLE color: 8213056.
HSL color Cylindrical-coordinate representation of color #40527D: hue angle of 222.3º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40527D is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 82 | 125 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.51 |
| HSL | 222.3º | 0.32% | 0.37% | - |
| HSV(B) | 222.3º | 0.49% | 0.49% | - |
| XYZ | 8.83 | 8.61 | 20.6 | - |
| YUV | 81.52 | 152.54 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 125 | 0.49 | 0.34 | 0 | 0.51 | 222.3 | 0.32 | 0.37 |
| Hex | 40 | 52 | 7D | 31 | 22 | 0 | 33 | DE | 20 | 25 |
| Octal | 100 | 122 | 175 | 61 | 42 | 0 | 63 | 336 | 40 | 45 |
| Binary | 1000000 | 1010010 | 1111101 | 110001 | 100010 | 0 | 110011 | 11011110 | 100000 | 100101 |
Color Harmonies of #40527D
Complementary color
Monochromatic Colors of #40527D
Black with #40527D
Text Example
Text Example
White with #40527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40527D; }
p { color: rgb(64,82,125); }
H1.HeaderClassName
{
color: #40527D;
}
.AnyTagClassName
{
color: #40527D;
}
</style>
background-color css
<style>
a { background-color: #40527D; }
a { background-color: rgb(64,82,125); }
div.DivClassName
{
background-color: #40527D;
}
.BgClassName
{
background-color: #40527D;
}
</style>
border-color css
<style>
span { border-color: #40527D; }
span { border-color: rgb(64,82,125); }
td.TdClassName
{
border-color: #40527D;
}
.TagClassName
{
border-color: #40527D;
}
</style>