Shades of Astronaut #435171
Tints of Astronaut #435171
RGB
CMYK
RGB Variations
Color information
#435171 (or 0x435171) is known color: Astronaut. HEX triplet: 43, 51 and 71. RGB value is (67,81,113). Sum of RGB (Red+Green+Blue) = 67+81+113=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #435171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435171 is #BCAE8E. Grayscale: #505050. Windows color (decimal): -12365455 or 7426371. OLE color: 7426371.
HSL color Cylindrical-coordinate representation of color #435171: hue angle of 221.74º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #435171 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 81 | 113 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.56 |
| HSL | 221.74º | 0.26% | 0.35% | - |
| HSV(B) | 221.74º | 0.41% | 0.44% | - |
| XYZ | 8.24 | 8.27 | 16.78 | - |
| YUV | 80.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 81 | 113 | 0.41 | 0.28 | 0 | 0.56 | 221.74 | 0.26 | 0.35 |
| Hex | 43 | 51 | 71 | 29 | 1C | 0 | 38 | DE | 1A | 23 |
| Octal | 103 | 121 | 161 | 51 | 34 | 0 | 70 | 336 | 32 | 43 |
| Binary | 1000011 | 1010001 | 1110001 | 101001 | 11100 | 0 | 111000 | 11011110 | 11010 | 100011 |
Color Harmonies of #435171
Complementary color
Monochromatic Colors of #435171
Black with #435171
Text Example
Text Example
White with #435171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435171; }
p { color: rgb(67,81,113); }
H1.HeaderClassName
{
color: #435171;
}
.AnyTagClassName
{
color: #435171;
}
</style>
background-color css
<style>
a { background-color: #435171; }
a { background-color: rgb(67,81,113); }
div.DivClassName
{
background-color: #435171;
}
.BgClassName
{
background-color: #435171;
}
</style>
border-color css
<style>
span { border-color: #435171; }
span { border-color: rgb(67,81,113); }
td.TdClassName
{
border-color: #435171;
}
.TagClassName
{
border-color: #435171;
}
</style>