Shades of Astronaut Blue #204557
Tints of Astronaut Blue #204557
RGB
CMYK
RGB Variations
Color information
#204557 (or 0x204557) is known color: Astronaut Blue. HEX triplet: 20, 45 and 57. RGB value is (32,69,87). Sum of RGB (Red+Green+Blue) = 32+69+87=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #204557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204557 is #DFBAA8. Grayscale: #3B3B3B. Windows color (decimal): -14662313 or 5719328. OLE color: 5719328.
HSL color Cylindrical-coordinate representation of color #204557: hue angle of 199.64º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #204557 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 69 | 87 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.66 |
| HSL | 199.64º | 0.46% | 0.23% | - |
| HSV(B) | 199.64º | 0.63% | 0.34% | - |
| XYZ | 4.44 | 5.25 | 9.8 | - |
| YUV | 59.99 | 143.24 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 87 | 0.63 | 0.21 | 0 | 0.66 | 199.64 | 0.46 | 0.23 |
| Hex | 20 | 45 | 57 | 3F | 15 | 0 | 42 | C8 | 2E | 17 |
| Octal | 40 | 105 | 127 | 77 | 25 | 0 | 102 | 310 | 56 | 27 |
| Binary | 100000 | 1000101 | 1010111 | 111111 | 10101 | 0 | 1000010 | 11001000 | 101110 | 10111 |
Color Harmonies of #204557
Complementary color
Monochromatic Colors of #204557
Black with #204557
Text Example
Text Example
White with #204557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204557; }
p { color: rgb(32,69,87); }
H1.HeaderClassName
{
color: #204557;
}
.AnyTagClassName
{
color: #204557;
}
</style>
background-color css
<style>
a { background-color: #204557; }
a { background-color: rgb(32,69,87); }
div.DivClassName
{
background-color: #204557;
}
.BgClassName
{
background-color: #204557;
}
</style>
border-color css
<style>
span { border-color: #204557; }
span { border-color: rgb(32,69,87); }
td.TdClassName
{
border-color: #204557;
}
.TagClassName
{
border-color: #204557;
}
</style>