Shades of Astronaut Blue #204758
Tints of Astronaut Blue #204758
RGB
CMYK
RGB Variations
Color information
#204758 (or 0x204758) is known color: Astronaut Blue. HEX triplet: 20, 47 and 58. RGB value is (32,71,88). Sum of RGB (Red+Green+Blue) = 32+71+88=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #204758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204758 is #DFB8A7. Grayscale: #3D3D3D. Windows color (decimal): -14661800 or 5785376. OLE color: 5785376.
HSL color Cylindrical-coordinate representation of color #204758: hue angle of 198.21º 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 #204758 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 71 | 88 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.65 |
| HSL | 198.21º | 0.47% | 0.24% | - |
| HSV(B) | 198.21º | 0.64% | 0.35% | - |
| XYZ | 4.61 | 5.52 | 10.05 | - |
| YUV | 61.28 | 143.08 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 88 | 0.64 | 0.19 | 0 | 0.65 | 198.21 | 0.47 | 0.24 |
| Hex | 20 | 47 | 58 | 40 | 13 | 0 | 41 | C6 | 2F | 18 |
| Octal | 40 | 107 | 130 | 100 | 23 | 0 | 101 | 306 | 57 | 30 |
| Binary | 100000 | 1000111 | 1011000 | 1000000 | 10011 | 0 | 1000001 | 11000110 | 101111 | 11000 |
Color Harmonies of #204758
Complementary color
Monochromatic Colors of #204758
Black with #204758
Text Example
Text Example
White with #204758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204758; }
p { color: rgb(32,71,88); }
H1.HeaderClassName
{
color: #204758;
}
.AnyTagClassName
{
color: #204758;
}
</style>
background-color css
<style>
a { background-color: #204758; }
a { background-color: rgb(32,71,88); }
div.DivClassName
{
background-color: #204758;
}
.BgClassName
{
background-color: #204758;
}
</style>
border-color css
<style>
span { border-color: #204758; }
span { border-color: rgb(32,71,88); }
td.TdClassName
{
border-color: #204758;
}
.TagClassName
{
border-color: #204758;
}
</style>