Shades of Astronaut Blue #204154
Tints of Astronaut Blue #204154
RGB
CMYK
RGB Variations
Color information
#204154 (or 0x204154) is known color: Astronaut Blue. HEX triplet: 20, 41 and 54. RGB value is (32,65,84). Sum of RGB (Red+Green+Blue) = 32+65+84=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #204154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204154 is #DFBEAB. Grayscale: #393939. Windows color (decimal): -14663340 or 5521696. OLE color: 5521696.
HSL color Cylindrical-coordinate representation of color #204154: hue angle of 201.92º 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 #204154 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 65 | 84 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.67 |
| HSL | 201.92º | 0.45% | 0.23% | - |
| HSV(B) | 201.92º | 0.62% | 0.33% | - |
| XYZ | 4.09 | 4.73 | 9.08 | - |
| YUV | 57.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 84 | 0.62 | 0.23 | 0 | 0.67 | 201.92 | 0.45 | 0.23 |
| Hex | 20 | 41 | 54 | 3E | 17 | 0 | 43 | CA | 2D | 17 |
| Octal | 40 | 101 | 124 | 76 | 27 | 0 | 103 | 312 | 55 | 27 |
| Binary | 100000 | 1000001 | 1010100 | 111110 | 10111 | 0 | 1000011 | 11001010 | 101101 | 10111 |
Color Harmonies of #204154
Complementary color
Monochromatic Colors of #204154
Black with #204154
Text Example
Text Example
White with #204154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204154; }
p { color: rgb(32,65,84); }
H1.HeaderClassName
{
color: #204154;
}
.AnyTagClassName
{
color: #204154;
}
</style>
background-color css
<style>
a { background-color: #204154; }
a { background-color: rgb(32,65,84); }
div.DivClassName
{
background-color: #204154;
}
.BgClassName
{
background-color: #204154;
}
</style>
border-color css
<style>
span { border-color: #204154; }
span { border-color: rgb(32,65,84); }
td.TdClassName
{
border-color: #204154;
}
.TagClassName
{
border-color: #204154;
}
</style>