Shades of Astronaut Blue #20445B
Tints of Astronaut Blue #20445B
RGB
CMYK
RGB Variations
Color information
#20445B (or 0x20445B) is known color: Astronaut Blue. HEX triplet: 20, 44 and 5B. RGB value is (32,68,91). Sum of RGB (Red+Green+Blue) = 32+68+91=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #20445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20445B is #DFBBA4. Grayscale: #3B3B3B. Windows color (decimal): -14662565 or 5981216. OLE color: 5981216.
HSL color Cylindrical-coordinate representation of color #20445B: hue angle of 203.39º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #20445B is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 68 | 91 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.64 |
| HSL | 203.39º | 0.48% | 0.24% | - |
| HSV(B) | 203.39º | 0.65% | 0.36% | - |
| XYZ | 4.55 | 5.2 | 10.66 | - |
| YUV | 59.86 | 145.57 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 68 | 91 | 0.65 | 0.25 | 0 | 0.64 | 203.39 | 0.48 | 0.24 |
| Hex | 20 | 44 | 5B | 41 | 19 | 0 | 40 | CB | 30 | 18 |
| Octal | 40 | 104 | 133 | 101 | 31 | 0 | 100 | 313 | 60 | 30 |
| Binary | 100000 | 1000100 | 1011011 | 1000001 | 11001 | 0 | 1000000 | 11001011 | 110000 | 11000 |
Color Harmonies of #20445B
Complementary color
Monochromatic Colors of #20445B
Black with #20445B
Text Example
Text Example
White with #20445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20445B; }
p { color: rgb(32,68,91); }
H1.HeaderClassName
{
color: #20445B;
}
.AnyTagClassName
{
color: #20445B;
}
</style>
background-color css
<style>
a { background-color: #20445B; }
a { background-color: rgb(32,68,91); }
div.DivClassName
{
background-color: #20445B;
}
.BgClassName
{
background-color: #20445B;
}
</style>
border-color css
<style>
span { border-color: #20445B; }
span { border-color: rgb(32,68,91); }
td.TdClassName
{
border-color: #20445B;
}
.TagClassName
{
border-color: #20445B;
}
</style>