Shades of Astronaut #435177
Tints of Astronaut #435177
RGB
CMYK
RGB Variations
Color information
#435177 (or 0x435177) is known color: Astronaut. HEX triplet: 43, 51 and 77. RGB value is (67,81,119). Sum of RGB (Red+Green+Blue) = 67+81+119=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #435177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435177 is #BCAE88. Grayscale: #505050. Windows color (decimal): -12365449 or 7819587. OLE color: 7819587.
HSL color Cylindrical-coordinate representation of color #435177: hue angle of 223.85º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #435177 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 67 | 81 | 119 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.53 |
| HSL | 223.85º | 0.28% | 0.36% | - |
| HSV(B) | 223.85º | 0.44% | 0.47% | - |
| XYZ | 8.59 | 8.41 | 18.62 | - |
| YUV | 81.15 | 149.36 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 81 | 119 | 0.44 | 0.32 | 0 | 0.53 | 223.85 | 0.28 | 0.36 |
| Hex | 43 | 51 | 77 | 2C | 20 | 0 | 35 | E0 | 1C | 24 |
| Octal | 103 | 121 | 167 | 54 | 40 | 0 | 65 | 340 | 34 | 44 |
| Binary | 1000011 | 1010001 | 1110111 | 101100 | 100000 | 0 | 110101 | 11100000 | 11100 | 100100 |
Color Harmonies of #435177
Complementary color
Monochromatic Colors of #435177
Black with #435177
Text Example
Text Example
White with #435177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435177; }
p { color: rgb(67,81,119); }
H1.HeaderClassName
{
color: #435177;
}
.AnyTagClassName
{
color: #435177;
}
</style>
background-color css
<style>
a { background-color: #435177; }
a { background-color: rgb(67,81,119); }
div.DivClassName
{
background-color: #435177;
}
.BgClassName
{
background-color: #435177;
}
</style>
border-color css
<style>
span { border-color: #435177; }
span { border-color: rgb(67,81,119); }
td.TdClassName
{
border-color: #435177;
}
.TagClassName
{
border-color: #435177;
}
</style>