Shades of Astronaut #435375
Tints of Astronaut #435375
RGB
CMYK
RGB Variations
Color information
#435375 (or 0x435375) is known color: Astronaut. HEX triplet: 43, 53 and 75. RGB value is (67,83,117). Sum of RGB (Red+Green+Blue) = 67+83+117=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #435375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435375 is #BCAC8A. Grayscale: #515151. Windows color (decimal): -12364939 or 7689027. OLE color: 7689027.
HSL color Cylindrical-coordinate representation of color #435375: hue angle of 220.8º 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 #435375 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 83 | 117 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.54 |
| HSL | 220.8º | 0.27% | 0.36% | - |
| HSV(B) | 220.8º | 0.43% | 0.46% | - |
| XYZ | 8.62 | 8.66 | 18.05 | - |
| YUV | 82.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 117 | 0.43 | 0.29 | 0 | 0.54 | 220.8 | 0.27 | 0.36 |
| Hex | 43 | 53 | 75 | 2B | 1D | 0 | 36 | DD | 1B | 24 |
| Octal | 103 | 123 | 165 | 53 | 35 | 0 | 66 | 335 | 33 | 44 |
| Binary | 1000011 | 1010011 | 1110101 | 101011 | 11101 | 0 | 110110 | 11011101 | 11011 | 100100 |
Color Harmonies of #435375
Complementary color
Monochromatic Colors of #435375
Black with #435375
Text Example
Text Example
White with #435375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435375; }
p { color: rgb(67,83,117); }
H1.HeaderClassName
{
color: #435375;
}
.AnyTagClassName
{
color: #435375;
}
</style>
background-color css
<style>
a { background-color: #435375; }
a { background-color: rgb(67,83,117); }
div.DivClassName
{
background-color: #435375;
}
.BgClassName
{
background-color: #435375;
}
</style>
border-color css
<style>
span { border-color: #435375; }
span { border-color: rgb(67,83,117); }
td.TdClassName
{
border-color: #435375;
}
.TagClassName
{
border-color: #435375;
}
</style>