Shades of Astronaut #405372
Tints of Astronaut #405372
RGB
CMYK
RGB Variations
Color information
#405372 (or 0x405372) is known color: Astronaut. HEX triplet: 40, 53 and 72. RGB value is (64,83,114). Sum of RGB (Red+Green+Blue) = 64+83+114=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #405372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405372 is #BFAC8D. Grayscale: #505050. Windows color (decimal): -12561550 or 7492416. OLE color: 7492416.
HSL color Cylindrical-coordinate representation of color #405372: hue angle of 217.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #405372 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 83 | 114 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.55 |
| HSL | 217.2º | 0.28% | 0.35% | - |
| HSV(B) | 217.2º | 0.44% | 0.45% | - |
| XYZ | 8.24 | 8.49 | 17.12 | - |
| YUV | 80.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 114 | 0.44 | 0.27 | 0 | 0.55 | 217.2 | 0.28 | 0.35 |
| Hex | 40 | 53 | 72 | 2C | 1B | 0 | 37 | D9 | 1C | 23 |
| Octal | 100 | 123 | 162 | 54 | 33 | 0 | 67 | 331 | 34 | 43 |
| Binary | 1000000 | 1010011 | 1110010 | 101100 | 11011 | 0 | 110111 | 11011001 | 11100 | 100011 |
Color Harmonies of #405372
Complementary color
Monochromatic Colors of #405372
Black with #405372
Text Example
Text Example
White with #405372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405372; }
p { color: rgb(64,83,114); }
H1.HeaderClassName
{
color: #405372;
}
.AnyTagClassName
{
color: #405372;
}
</style>
background-color css
<style>
a { background-color: #405372; }
a { background-color: rgb(64,83,114); }
div.DivClassName
{
background-color: #405372;
}
.BgClassName
{
background-color: #405372;
}
</style>
border-color css
<style>
span { border-color: #405372; }
span { border-color: rgb(64,83,114); }
td.TdClassName
{
border-color: #405372;
}
.TagClassName
{
border-color: #405372;
}
</style>