Shades of Astronaut #43517F
Tints of Astronaut #43517F
RGB
CMYK
RGB Variations
Color information
#43517F (or 0x43517F) is known color: Astronaut. HEX triplet: 43, 51 and 7F. RGB value is (67,81,127). Sum of RGB (Red+Green+Blue) = 67+81+127=275 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.36% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #43517F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43517F is #BCAE80. Grayscale: #515151. Windows color (decimal): -12365441 or 8343875. OLE color: 8343875.
HSL color Cylindrical-coordinate representation of color #43517F: hue angle of 226º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #43517F is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 81 | 127 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.50 |
| HSL | 226º | 0.31% | 0.38% | - |
| HSV(B) | 226º | 0.47% | 0.5% | - |
| XYZ | 9.09 | 8.61 | 21.26 | - |
| YUV | 82.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 81 | 127 | 0.47 | 0.36 | 0 | 0.50 | 226 | 0.31 | 0.38 |
| Hex | 43 | 51 | 7F | 2F | 24 | 0 | 32 | E2 | 1F | 26 |
| Octal | 103 | 121 | 177 | 57 | 44 | 0 | 62 | 342 | 37 | 46 |
| Binary | 1000011 | 1010001 | 1111111 | 101111 | 100100 | 0 | 110010 | 11100010 | 11111 | 100110 |
Color Harmonies of #43517F
Complementary color
Monochromatic Colors of #43517F
Black with #43517F
Text Example
Text Example
White with #43517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43517F; }
p { color: rgb(67,81,127); }
H1.HeaderClassName
{
color: #43517F;
}
.AnyTagClassName
{
color: #43517F;
}
</style>
background-color css
<style>
a { background-color: #43517F; }
a { background-color: rgb(67,81,127); }
div.DivClassName
{
background-color: #43517F;
}
.BgClassName
{
background-color: #43517F;
}
</style>
border-color css
<style>
span { border-color: #43517F; }
span { border-color: rgb(67,81,127); }
td.TdClassName
{
border-color: #43517F;
}
.TagClassName
{
border-color: #43517F;
}
</style>