Shades of Astronaut Blue #204458
Tints of Astronaut Blue #204458
RGB
CMYK
RGB Variations
Color information
#204458 (or 0x204458) is known color: Astronaut Blue. HEX triplet: 20, 44 and 58. RGB value is (32,68,88). Sum of RGB (Red+Green+Blue) = 32+68+88=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #204458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204458 is #DFBBA7. Grayscale: #3B3B3B. Windows color (decimal): -14662568 or 5784608. OLE color: 5784608.
HSL color Cylindrical-coordinate representation of color #204458: hue angle of 201.43º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #204458 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 68 | 88 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.65 |
| HSL | 201.43º | 0.47% | 0.24% | - |
| HSV(B) | 201.43º | 0.64% | 0.35% | - |
| XYZ | 4.42 | 5.15 | 9.99 | - |
| YUV | 59.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 68 | 88 | 0.64 | 0.23 | 0 | 0.65 | 201.43 | 0.47 | 0.24 |
| Hex | 20 | 44 | 58 | 40 | 17 | 0 | 41 | C9 | 2F | 18 |
| Octal | 40 | 104 | 130 | 100 | 27 | 0 | 101 | 311 | 57 | 30 |
| Binary | 100000 | 1000100 | 1011000 | 1000000 | 10111 | 0 | 1000001 | 11001001 | 101111 | 11000 |
Color Harmonies of #204458
Complementary color
Monochromatic Colors of #204458
Black with #204458
Text Example
Text Example
White with #204458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204458; }
p { color: rgb(32,68,88); }
H1.HeaderClassName
{
color: #204458;
}
.AnyTagClassName
{
color: #204458;
}
</style>
background-color css
<style>
a { background-color: #204458; }
a { background-color: rgb(32,68,88); }
div.DivClassName
{
background-color: #204458;
}
.BgClassName
{
background-color: #204458;
}
</style>
border-color css
<style>
span { border-color: #204458; }
span { border-color: rgb(32,68,88); }
td.TdClassName
{
border-color: #204458;
}
.TagClassName
{
border-color: #204458;
}
</style>