Shades of Astronaut #435175
Tints of Astronaut #435175
RGB
CMYK
RGB Variations
Color information
#435175 (or 0x435175) is known color: Astronaut. HEX triplet: 43, 51 and 75. RGB value is (67,81,117). Sum of RGB (Red+Green+Blue) = 67+81+117=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #435175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435175 is #BCAE8A. Grayscale: #505050. Windows color (decimal): -12365451 or 7688515. OLE color: 7688515.
HSL color Cylindrical-coordinate representation of color #435175: hue angle of 223.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #435175 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 81 | 117 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.54 |
| HSL | 223.2º | 0.27% | 0.36% | - |
| HSV(B) | 223.2º | 0.43% | 0.46% | - |
| XYZ | 8.47 | 8.36 | 18 | - |
| YUV | 80.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 81 | 117 | 0.43 | 0.31 | 0 | 0.54 | 223.2 | 0.27 | 0.36 |
| Hex | 43 | 51 | 75 | 2B | 1F | 0 | 36 | DF | 1B | 24 |
| Octal | 103 | 121 | 165 | 53 | 37 | 0 | 66 | 337 | 33 | 44 |
| Binary | 1000011 | 1010001 | 1110101 | 101011 | 11111 | 0 | 110110 | 11011111 | 11011 | 100100 |
Color Harmonies of #435175
Complementary color
Monochromatic Colors of #435175
Black with #435175
Text Example
Text Example
White with #435175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435175; }
p { color: rgb(67,81,117); }
H1.HeaderClassName
{
color: #435175;
}
.AnyTagClassName
{
color: #435175;
}
</style>
background-color css
<style>
a { background-color: #435175; }
a { background-color: rgb(67,81,117); }
div.DivClassName
{
background-color: #435175;
}
.BgClassName
{
background-color: #435175;
}
</style>
border-color css
<style>
span { border-color: #435175; }
span { border-color: rgb(67,81,117); }
td.TdClassName
{
border-color: #435175;
}
.TagClassName
{
border-color: #435175;
}
</style>