Shades of Astronaut #43537A
Tints of Astronaut #43537A
RGB
CMYK
RGB Variations
Color information
#43537A (or 0x43537A) is known color: Astronaut. HEX triplet: 43, 53 and 7A. RGB value is (67,83,122). Sum of RGB (Red+Green+Blue) = 67+83+122=272 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.63% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #43537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43537A is #BCAC85. Grayscale: #525252. Windows color (decimal): -12364934 or 8016707. OLE color: 8016707.
HSL color Cylindrical-coordinate representation of color #43537A: hue angle of 222.55º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #43537A is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 83 | 122 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.52 |
| HSL | 222.55º | 0.29% | 0.37% | - |
| HSV(B) | 222.55º | 0.45% | 0.48% | - |
| XYZ | 8.92 | 8.78 | 19.64 | - |
| YUV | 82.66 | 150.2 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 122 | 0.45 | 0.32 | 0 | 0.52 | 222.55 | 0.29 | 0.37 |
| Hex | 43 | 53 | 7A | 2D | 20 | 0 | 34 | DF | 1D | 25 |
| Octal | 103 | 123 | 172 | 55 | 40 | 0 | 64 | 337 | 35 | 45 |
| Binary | 1000011 | 1010011 | 1111010 | 101101 | 100000 | 0 | 110100 | 11011111 | 11101 | 100101 |
Color Harmonies of #43537A
Complementary color
Monochromatic Colors of #43537A
Black with #43537A
Text Example
Text Example
White with #43537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43537A; }
p { color: rgb(67,83,122); }
H1.HeaderClassName
{
color: #43537A;
}
.AnyTagClassName
{
color: #43537A;
}
</style>
background-color css
<style>
a { background-color: #43537A; }
a { background-color: rgb(67,83,122); }
div.DivClassName
{
background-color: #43537A;
}
.BgClassName
{
background-color: #43537A;
}
</style>
border-color css
<style>
span { border-color: #43537A; }
span { border-color: rgb(67,83,122); }
td.TdClassName
{
border-color: #43537A;
}
.TagClassName
{
border-color: #43537A;
}
</style>