Shades of Astronaut Blue #204559
Tints of Astronaut Blue #204559
RGB
CMYK
RGB Variations
Color information
#204559 (or 0x204559) is known color: Astronaut Blue. HEX triplet: 20, 45 and 59. RGB value is (32,69,89). Sum of RGB (Red+Green+Blue) = 32+69+89=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #204559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204559 is #DFBAA6. Grayscale: #3C3C3C. Windows color (decimal): -14662311 or 5850400. OLE color: 5850400.
HSL color Cylindrical-coordinate representation of color #204559: hue angle of 201.05º 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 #204559 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 69 | 89 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.65 |
| HSL | 201.05º | 0.47% | 0.24% | - |
| HSV(B) | 201.05º | 0.64% | 0.35% | - |
| XYZ | 4.53 | 5.28 | 10.23 | - |
| YUV | 60.22 | 144.24 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 89 | 0.64 | 0.22 | 0 | 0.65 | 201.05 | 0.47 | 0.24 |
| Hex | 20 | 45 | 59 | 40 | 16 | 0 | 41 | C9 | 2F | 18 |
| Octal | 40 | 105 | 131 | 100 | 26 | 0 | 101 | 311 | 57 | 30 |
| Binary | 100000 | 1000101 | 1011001 | 1000000 | 10110 | 0 | 1000001 | 11001001 | 101111 | 11000 |
Color Harmonies of #204559
Complementary color
Monochromatic Colors of #204559
Black with #204559
Text Example
Text Example
White with #204559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204559; }
p { color: rgb(32,69,89); }
H1.HeaderClassName
{
color: #204559;
}
.AnyTagClassName
{
color: #204559;
}
</style>
background-color css
<style>
a { background-color: #204559; }
a { background-color: rgb(32,69,89); }
div.DivClassName
{
background-color: #204559;
}
.BgClassName
{
background-color: #204559;
}
</style>
border-color css
<style>
span { border-color: #204559; }
span { border-color: rgb(32,69,89); }
td.TdClassName
{
border-color: #204559;
}
.TagClassName
{
border-color: #204559;
}
</style>