Shades of Astronaut #435379
Tints of Astronaut #435379
RGB
CMYK
RGB Variations
Color information
#435379 (or 0x435379) is known color: Astronaut. HEX triplet: 43, 53 and 79. RGB value is (67,83,121). Sum of RGB (Red+Green+Blue) = 67+83+121=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #435379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435379 is #BCAC86. Grayscale: #525252. Windows color (decimal): -12364935 or 7951171. OLE color: 7951171.
HSL color Cylindrical-coordinate representation of color #435379: hue angle of 222.22º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #435379 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 67 | 83 | 121 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.53 |
| HSL | 222.22º | 0.29% | 0.37% | - |
| HSV(B) | 222.22º | 0.45% | 0.47% | - |
| XYZ | 8.86 | 8.76 | 19.31 | - |
| YUV | 82.55 | 149.7 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 121 | 0.45 | 0.31 | 0 | 0.53 | 222.22 | 0.29 | 0.37 |
| Hex | 43 | 53 | 79 | 2D | 1F | 0 | 35 | DE | 1D | 25 |
| Octal | 103 | 123 | 171 | 55 | 37 | 0 | 65 | 336 | 35 | 45 |
| Binary | 1000011 | 1010011 | 1111001 | 101101 | 11111 | 0 | 110101 | 11011110 | 11101 | 100101 |
Color Harmonies of #435379
Complementary color
Monochromatic Colors of #435379
Black with #435379
Text Example
Text Example
White with #435379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435379; }
p { color: rgb(67,83,121); }
H1.HeaderClassName
{
color: #435379;
}
.AnyTagClassName
{
color: #435379;
}
</style>
background-color css
<style>
a { background-color: #435379; }
a { background-color: rgb(67,83,121); }
div.DivClassName
{
background-color: #435379;
}
.BgClassName
{
background-color: #435379;
}
</style>
border-color css
<style>
span { border-color: #435379; }
span { border-color: rgb(67,83,121); }
td.TdClassName
{
border-color: #435379;
}
.TagClassName
{
border-color: #435379;
}
</style>