Shades of Astronaut Blue #204354
Tints of Astronaut Blue #204354
RGB
CMYK
RGB Variations
Color information
#204354 (or 0x204354) is known color: Astronaut Blue. HEX triplet: 20, 43 and 54. RGB value is (32,67,84). Sum of RGB (Red+Green+Blue) = 32+67+84=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #204354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204354 is #DFBCAB. Grayscale: #3A3A3A. Windows color (decimal): -14662828 or 5522208. OLE color: 5522208.
HSL color Cylindrical-coordinate representation of color #204354: hue angle of 199.62º 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 #204354 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 67 | 84 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.67 |
| HSL | 199.62º | 0.45% | 0.23% | - |
| HSV(B) | 199.62º | 0.62% | 0.33% | - |
| XYZ | 4.2 | 4.96 | 9.12 | - |
| YUV | 58.47 | 142.4 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 84 | 0.62 | 0.20 | 0 | 0.67 | 199.62 | 0.45 | 0.23 |
| Hex | 20 | 43 | 54 | 3E | 14 | 0 | 43 | C8 | 2D | 17 |
| Octal | 40 | 103 | 124 | 76 | 24 | 0 | 103 | 310 | 55 | 27 |
| Binary | 100000 | 1000011 | 1010100 | 111110 | 10100 | 0 | 1000011 | 11001000 | 101101 | 10111 |
Color Harmonies of #204354
Complementary color
Monochromatic Colors of #204354
Black with #204354
Text Example
Text Example
White with #204354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204354; }
p { color: rgb(32,67,84); }
H1.HeaderClassName
{
color: #204354;
}
.AnyTagClassName
{
color: #204354;
}
</style>
background-color css
<style>
a { background-color: #204354; }
a { background-color: rgb(32,67,84); }
div.DivClassName
{
background-color: #204354;
}
.BgClassName
{
background-color: #204354;
}
</style>
border-color css
<style>
span { border-color: #204354; }
span { border-color: rgb(32,67,84); }
td.TdClassName
{
border-color: #204354;
}
.TagClassName
{
border-color: #204354;
}
</style>