Shades of Astronaut #435272
Tints of Astronaut #435272
RGB
CMYK
RGB Variations
Color information
#435272 (or 0x435272) is known color: Astronaut. HEX triplet: 43, 52 and 72. RGB value is (67,82,114). Sum of RGB (Red+Green+Blue) = 67+82+114=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #435272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435272 is #BCAD8D. Grayscale: #515151. Windows color (decimal): -12365198 or 7492163. OLE color: 7492163.
HSL color Cylindrical-coordinate representation of color #435272: hue angle of 220.85º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #435272 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 82 | 114 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.55 |
| HSL | 220.85º | 0.26% | 0.35% | - |
| HSV(B) | 220.85º | 0.41% | 0.45% | - |
| XYZ | 8.37 | 8.44 | 17.11 | - |
| YUV | 81.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 114 | 0.41 | 0.28 | 0 | 0.55 | 220.85 | 0.26 | 0.35 |
| Hex | 43 | 52 | 72 | 29 | 1C | 0 | 37 | DD | 1A | 23 |
| Octal | 103 | 122 | 162 | 51 | 34 | 0 | 67 | 335 | 32 | 43 |
| Binary | 1000011 | 1010010 | 1110010 | 101001 | 11100 | 0 | 110111 | 11011101 | 11010 | 100011 |
Color Harmonies of #435272
Complementary color
Monochromatic Colors of #435272
Black with #435272
Text Example
Text Example
White with #435272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435272; }
p { color: rgb(67,82,114); }
H1.HeaderClassName
{
color: #435272;
}
.AnyTagClassName
{
color: #435272;
}
</style>
background-color css
<style>
a { background-color: #435272; }
a { background-color: rgb(67,82,114); }
div.DivClassName
{
background-color: #435272;
}
.BgClassName
{
background-color: #435272;
}
</style>
border-color css
<style>
span { border-color: #435272; }
span { border-color: rgb(67,82,114); }
td.TdClassName
{
border-color: #435272;
}
.TagClassName
{
border-color: #435272;
}
</style>