Shades of Astronaut #435373
Tints of Astronaut #435373
RGB
CMYK
RGB Variations
Color information
#435373 (or 0x435373) is known color: Astronaut. HEX triplet: 43, 53 and 73. RGB value is (67,83,115). Sum of RGB (Red+Green+Blue) = 67+83+115=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #435373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435373 is #BCAC8C. Grayscale: #515151. Windows color (decimal): -12364941 or 7557955. OLE color: 7557955.
HSL color Cylindrical-coordinate representation of color #435373: hue angle of 220º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #435373 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 83 | 115 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.55 |
| HSL | 220º | 0.26% | 0.36% | - |
| HSV(B) | 220º | 0.42% | 0.45% | - |
| XYZ | 8.5 | 8.62 | 17.43 | - |
| YUV | 81.86 | 146.7 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 115 | 0.42 | 0.28 | 0 | 0.55 | 220 | 0.26 | 0.36 |
| Hex | 43 | 53 | 73 | 2A | 1C | 0 | 37 | DC | 1A | 24 |
| Octal | 103 | 123 | 163 | 52 | 34 | 0 | 67 | 334 | 32 | 44 |
| Binary | 1000011 | 1010011 | 1110011 | 101010 | 11100 | 0 | 110111 | 11011100 | 11010 | 100100 |
Color Harmonies of #435373
Complementary color
Monochromatic Colors of #435373
Black with #435373
Text Example
Text Example
White with #435373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435373; }
p { color: rgb(67,83,115); }
H1.HeaderClassName
{
color: #435373;
}
.AnyTagClassName
{
color: #435373;
}
</style>
background-color css
<style>
a { background-color: #435373; }
a { background-color: rgb(67,83,115); }
div.DivClassName
{
background-color: #435373;
}
.BgClassName
{
background-color: #435373;
}
</style>
border-color css
<style>
span { border-color: #435373; }
span { border-color: rgb(67,83,115); }
td.TdClassName
{
border-color: #435373;
}
.TagClassName
{
border-color: #435373;
}
</style>