Shades of Astronaut Blue #204659
Tints of Astronaut Blue #204659
RGB
CMYK
RGB Variations
Color information
#204659 (or 0x204659) is known color: Astronaut Blue. HEX triplet: 20, 46 and 59. RGB value is (32,70,89). Sum of RGB (Red+Green+Blue) = 32+70+89=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #204659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204659 is #DFB9A6. Grayscale: #3C3C3C. Windows color (decimal): -14662055 or 5850656. OLE color: 5850656.
HSL color Cylindrical-coordinate representation of color #204659: hue angle of 200º 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 #204659 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 70 | 89 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.65 |
| HSL | 200º | 0.47% | 0.24% | - |
| HSV(B) | 200º | 0.64% | 0.35% | - |
| XYZ | 4.59 | 5.41 | 10.25 | - |
| YUV | 60.8 | 143.91 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 89 | 0.64 | 0.21 | 0 | 0.65 | 200 | 0.47 | 0.24 |
| Hex | 20 | 46 | 59 | 40 | 15 | 0 | 41 | C8 | 2F | 18 |
| Octal | 40 | 106 | 131 | 100 | 25 | 0 | 101 | 310 | 57 | 30 |
| Binary | 100000 | 1000110 | 1011001 | 1000000 | 10101 | 0 | 1000001 | 11001000 | 101111 | 11000 |
Color Harmonies of #204659
Complementary color
Monochromatic Colors of #204659
Black with #204659
Text Example
Text Example
White with #204659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204659; }
p { color: rgb(32,70,89); }
H1.HeaderClassName
{
color: #204659;
}
.AnyTagClassName
{
color: #204659;
}
</style>
background-color css
<style>
a { background-color: #204659; }
a { background-color: rgb(32,70,89); }
div.DivClassName
{
background-color: #204659;
}
.BgClassName
{
background-color: #204659;
}
</style>
border-color css
<style>
span { border-color: #204659; }
span { border-color: rgb(32,70,89); }
td.TdClassName
{
border-color: #204659;
}
.TagClassName
{
border-color: #204659;
}
</style>