Shades of Astronaut Blue #204359
Tints of Astronaut Blue #204359
RGB
CMYK
RGB Variations
Color information
#204359 (or 0x204359) is known color: Astronaut Blue. HEX triplet: 20, 43 and 59. RGB value is (32,67,89). Sum of RGB (Red+Green+Blue) = 32+67+89=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #204359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204359 is #DFBCA6. Grayscale: #3A3A3A. Windows color (decimal): -14662823 or 5849888. OLE color: 5849888.
HSL color Cylindrical-coordinate representation of color #204359: hue angle of 203.16º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #204359 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 67 | 89 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.65 |
| HSL | 203.16º | 0.47% | 0.24% | - |
| HSV(B) | 203.16º | 0.64% | 0.35% | - |
| XYZ | 4.41 | 5.04 | 10.19 | - |
| YUV | 59.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 89 | 0.64 | 0.25 | 0 | 0.65 | 203.16 | 0.47 | 0.24 |
| Hex | 20 | 43 | 59 | 40 | 19 | 0 | 41 | CB | 2F | 18 |
| Octal | 40 | 103 | 131 | 100 | 31 | 0 | 101 | 313 | 57 | 30 |
| Binary | 100000 | 1000011 | 1011001 | 1000000 | 11001 | 0 | 1000001 | 11001011 | 101111 | 11000 |
Color Harmonies of #204359
Complementary color
Monochromatic Colors of #204359
Black with #204359
Text Example
Text Example
White with #204359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204359; }
p { color: rgb(32,67,89); }
H1.HeaderClassName
{
color: #204359;
}
.AnyTagClassName
{
color: #204359;
}
</style>
background-color css
<style>
a { background-color: #204359; }
a { background-color: rgb(32,67,89); }
div.DivClassName
{
background-color: #204359;
}
.BgClassName
{
background-color: #204359;
}
</style>
border-color css
<style>
span { border-color: #204359; }
span { border-color: rgb(32,67,89); }
td.TdClassName
{
border-color: #204359;
}
.TagClassName
{
border-color: #204359;
}
</style>