Shades of Astronaut Blue #204658
Tints of Astronaut Blue #204658
RGB
CMYK
RGB Variations
Color information
#204658 (or 0x204658) is known color: Astronaut Blue. HEX triplet: 20, 46 and 58. RGB value is (32,70,88). Sum of RGB (Red+Green+Blue) = 32+70+88=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #204658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204658 is #DFB9A7. Grayscale: #3C3C3C. Windows color (decimal): -14662056 or 5785120. OLE color: 5785120.
HSL color Cylindrical-coordinate representation of color #204658: hue angle of 199.29º 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 #204658 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 70 | 88 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.65 |
| HSL | 199.29º | 0.47% | 0.24% | - |
| HSV(B) | 199.29º | 0.64% | 0.35% | - |
| XYZ | 4.55 | 5.39 | 10.03 | - |
| YUV | 60.69 | 143.41 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 88 | 0.64 | 0.20 | 0 | 0.65 | 199.29 | 0.47 | 0.24 |
| Hex | 20 | 46 | 58 | 40 | 14 | 0 | 41 | C7 | 2F | 18 |
| Octal | 40 | 106 | 130 | 100 | 24 | 0 | 101 | 307 | 57 | 30 |
| Binary | 100000 | 1000110 | 1011000 | 1000000 | 10100 | 0 | 1000001 | 11000111 | 101111 | 11000 |
Color Harmonies of #204658
Complementary color
Monochromatic Colors of #204658
Black with #204658
Text Example
Text Example
White with #204658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204658; }
p { color: rgb(32,70,88); }
H1.HeaderClassName
{
color: #204658;
}
.AnyTagClassName
{
color: #204658;
}
</style>
background-color css
<style>
a { background-color: #204658; }
a { background-color: rgb(32,70,88); }
div.DivClassName
{
background-color: #204658;
}
.BgClassName
{
background-color: #204658;
}
</style>
border-color css
<style>
span { border-color: #204658; }
span { border-color: rgb(32,70,88); }
td.TdClassName
{
border-color: #204658;
}
.TagClassName
{
border-color: #204658;
}
</style>