Shades of Astronaut Blue #204256
Tints of Astronaut Blue #204256
RGB
CMYK
RGB Variations
Color information
#204256 (or 0x204256) is known color: Astronaut Blue. HEX triplet: 20, 42 and 56. RGB value is (32,66,86). Sum of RGB (Red+Green+Blue) = 32+66+86=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #204256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204256 is #DFBDA9. Grayscale: #3A3A3A. Windows color (decimal): -14663082 or 5653024. OLE color: 5653024.
HSL color Cylindrical-coordinate representation of color #204256: hue angle of 202.22º 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 #204256 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 66 | 86 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.66 |
| HSL | 202.22º | 0.46% | 0.23% | - |
| HSV(B) | 202.22º | 0.63% | 0.34% | - |
| XYZ | 4.22 | 4.88 | 9.52 | - |
| YUV | 58.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 86 | 0.63 | 0.23 | 0 | 0.66 | 202.22 | 0.46 | 0.23 |
| Hex | 20 | 42 | 56 | 3F | 17 | 0 | 42 | CA | 2E | 17 |
| Octal | 40 | 102 | 126 | 77 | 27 | 0 | 102 | 312 | 56 | 27 |
| Binary | 100000 | 1000010 | 1010110 | 111111 | 10111 | 0 | 1000010 | 11001010 | 101110 | 10111 |
Color Harmonies of #204256
Complementary color
Monochromatic Colors of #204256
Black with #204256
Text Example
Text Example
White with #204256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204256; }
p { color: rgb(32,66,86); }
H1.HeaderClassName
{
color: #204256;
}
.AnyTagClassName
{
color: #204256;
}
</style>
background-color css
<style>
a { background-color: #204256; }
a { background-color: rgb(32,66,86); }
div.DivClassName
{
background-color: #204256;
}
.BgClassName
{
background-color: #204256;
}
</style>
border-color css
<style>
span { border-color: #204256; }
span { border-color: rgb(32,66,86); }
td.TdClassName
{
border-color: #204256;
}
.TagClassName
{
border-color: #204256;
}
</style>