Shades of Astronaut Blue #204254
Tints of Astronaut Blue #204254
RGB
CMYK
RGB Variations
Color information
#204254 (or 0x204254) is known color: Astronaut Blue. HEX triplet: 20, 42 and 54. RGB value is (32,66,84). Sum of RGB (Red+Green+Blue) = 32+66+84=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #204254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204254 is #DFBDAB. Grayscale: #393939. Windows color (decimal): -14663084 or 5521952. OLE color: 5521952.
HSL color Cylindrical-coordinate representation of color #204254: hue angle of 200.77º 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 #204254 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 66 | 84 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.67 |
| HSL | 200.77º | 0.45% | 0.23% | - |
| HSV(B) | 200.77º | 0.62% | 0.33% | - |
| XYZ | 4.14 | 4.84 | 9.1 | - |
| YUV | 57.89 | 142.74 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 84 | 0.62 | 0.21 | 0 | 0.67 | 200.77 | 0.45 | 0.23 |
| Hex | 20 | 42 | 54 | 3E | 15 | 0 | 43 | C9 | 2D | 17 |
| Octal | 40 | 102 | 124 | 76 | 25 | 0 | 103 | 311 | 55 | 27 |
| Binary | 100000 | 1000010 | 1010100 | 111110 | 10101 | 0 | 1000011 | 11001001 | 101101 | 10111 |
Color Harmonies of #204254
Complementary color
Monochromatic Colors of #204254
Black with #204254
Text Example
Text Example
White with #204254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204254; }
p { color: rgb(32,66,84); }
H1.HeaderClassName
{
color: #204254;
}
.AnyTagClassName
{
color: #204254;
}
</style>
background-color css
<style>
a { background-color: #204254; }
a { background-color: rgb(32,66,84); }
div.DivClassName
{
background-color: #204254;
}
.BgClassName
{
background-color: #204254;
}
</style>
border-color css
<style>
span { border-color: #204254; }
span { border-color: rgb(32,66,84); }
td.TdClassName
{
border-color: #204254;
}
.TagClassName
{
border-color: #204254;
}
</style>