Shades of Astronaut Blue #20475A
Tints of Astronaut Blue #20475A
RGB
CMYK
RGB Variations
Color information
#20475A (or 0x20475A) is known color: Astronaut Blue. HEX triplet: 20, 47 and 5A. RGB value is (32,71,90). Sum of RGB (Red+Green+Blue) = 32+71+90=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #20475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20475A is #DFB8A5. Grayscale: #3D3D3D. Windows color (decimal): -14661798 or 5916448. OLE color: 5916448.
HSL color Cylindrical-coordinate representation of color #20475A: hue angle of 199.66º degrees, saturation: 0.48, 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 #20475A is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 71 | 90 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.65 |
| HSL | 199.66º | 0.48% | 0.24% | - |
| HSV(B) | 199.66º | 0.64% | 0.35% | - |
| XYZ | 4.69 | 5.55 | 10.5 | - |
| YUV | 61.51 | 144.08 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 90 | 0.64 | 0.21 | 0 | 0.65 | 199.66 | 0.48 | 0.24 |
| Hex | 20 | 47 | 5A | 40 | 15 | 0 | 41 | C8 | 30 | 18 |
| Octal | 40 | 107 | 132 | 100 | 25 | 0 | 101 | 310 | 60 | 30 |
| Binary | 100000 | 1000111 | 1011010 | 1000000 | 10101 | 0 | 1000001 | 11001000 | 110000 | 11000 |
Color Harmonies of #20475A
Complementary color
Monochromatic Colors of #20475A
Black with #20475A
Text Example
Text Example
White with #20475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20475A; }
p { color: rgb(32,71,90); }
H1.HeaderClassName
{
color: #20475A;
}
.AnyTagClassName
{
color: #20475A;
}
</style>
background-color css
<style>
a { background-color: #20475A; }
a { background-color: rgb(32,71,90); }
div.DivClassName
{
background-color: #20475A;
}
.BgClassName
{
background-color: #20475A;
}
</style>
border-color css
<style>
span { border-color: #20475A; }
span { border-color: rgb(32,71,90); }
td.TdClassName
{
border-color: #20475A;
}
.TagClassName
{
border-color: #20475A;
}
</style>