Shades of Astronaut Blue #204555
Tints of Astronaut Blue #204555
RGB
CMYK
RGB Variations
Color information
#204555 (or 0x204555) is known color: Astronaut Blue. HEX triplet: 20, 45 and 55. RGB value is (32,69,85). Sum of RGB (Red+Green+Blue) = 32+69+85=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #204555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204555 is #DFBAAA. Grayscale: #3B3B3B. Windows color (decimal): -14662315 or 5588256. OLE color: 5588256.
HSL color Cylindrical-coordinate representation of color #204555: hue angle of 198.11º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #204555 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 69 | 85 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.67 |
| HSL | 198.11º | 0.45% | 0.23% | - |
| HSV(B) | 198.11º | 0.62% | 0.33% | - |
| XYZ | 4.36 | 5.22 | 9.37 | - |
| YUV | 59.76 | 142.24 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 85 | 0.62 | 0.19 | 0 | 0.67 | 198.11 | 0.45 | 0.23 |
| Hex | 20 | 45 | 55 | 3E | 13 | 0 | 43 | C6 | 2D | 17 |
| Octal | 40 | 105 | 125 | 76 | 23 | 0 | 103 | 306 | 55 | 27 |
| Binary | 100000 | 1000101 | 1010101 | 111110 | 10011 | 0 | 1000011 | 11000110 | 101101 | 10111 |
Color Harmonies of #204555
Complementary color
Monochromatic Colors of #204555
Black with #204555
Text Example
Text Example
White with #204555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204555; }
p { color: rgb(32,69,85); }
H1.HeaderClassName
{
color: #204555;
}
.AnyTagClassName
{
color: #204555;
}
</style>
background-color css
<style>
a { background-color: #204555; }
a { background-color: rgb(32,69,85); }
div.DivClassName
{
background-color: #204555;
}
.BgClassName
{
background-color: #204555;
}
</style>
border-color css
<style>
span { border-color: #204555; }
span { border-color: rgb(32,69,85); }
td.TdClassName
{
border-color: #204555;
}
.TagClassName
{
border-color: #204555;
}
</style>