Shades of Astronaut Blue #20485F
Tints of Astronaut Blue #20485F
RGB
CMYK
RGB Variations
Color information
#20485F (or 0x20485F) is known color: Astronaut Blue. HEX triplet: 20, 48 and 5F. RGB value is (32,72,95). Sum of RGB (Red+Green+Blue) = 32+72+95=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #20485F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20485F is #DFB7A0. Grayscale: #3E3E3E. Windows color (decimal): -14661537 or 6244384. OLE color: 6244384.
HSL color Cylindrical-coordinate representation of color #20485F: hue angle of 201.9º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20485F is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 72 | 95 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.63 |
| HSL | 201.9º | 0.5% | 0.25% | - |
| HSV(B) | 201.9º | 0.66% | 0.37% | - |
| XYZ | 4.98 | 5.77 | 11.68 | - |
| YUV | 62.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 95 | 0.66 | 0.24 | 0 | 0.63 | 201.9 | 0.5 | 0.25 |
| Hex | 20 | 48 | 5F | 42 | 18 | 0 | 3F | CA | 32 | 19 |
| Octal | 40 | 110 | 137 | 102 | 30 | 0 | 77 | 312 | 62 | 31 |
| Binary | 100000 | 1001000 | 1011111 | 1000010 | 11000 | 0 | 111111 | 11001010 | 110010 | 11001 |
Color Harmonies of #20485F
Complementary color
Monochromatic Colors of #20485F
Black with #20485F
Text Example
Text Example
White with #20485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20485F; }
p { color: rgb(32,72,95); }
H1.HeaderClassName
{
color: #20485F;
}
.AnyTagClassName
{
color: #20485F;
}
</style>
background-color css
<style>
a { background-color: #20485F; }
a { background-color: rgb(32,72,95); }
div.DivClassName
{
background-color: #20485F;
}
.BgClassName
{
background-color: #20485F;
}
</style>
border-color css
<style>
span { border-color: #20485F; }
span { border-color: rgb(32,72,95); }
td.TdClassName
{
border-color: #20485F;
}
.TagClassName
{
border-color: #20485F;
}
</style>