Shades of Astronaut Blue #20455C
Tints of Astronaut Blue #20455C
RGB
CMYK
RGB Variations
Color information
#20455C (or 0x20455C) is known color: Astronaut Blue. HEX triplet: 20, 45 and 5C. RGB value is (32,69,92). Sum of RGB (Red+Green+Blue) = 32+69+92=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #20455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20455C is #DFBAA3. Grayscale: #3C3C3C. Windows color (decimal): -14662308 or 6047008. OLE color: 6047008.
HSL color Cylindrical-coordinate representation of color #20455C: hue angle of 203º 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 #20455C is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 69 | 92 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.64 |
| HSL | 203º | 0.48% | 0.24% | - |
| HSV(B) | 203º | 0.65% | 0.36% | - |
| XYZ | 4.66 | 5.34 | 10.91 | - |
| YUV | 60.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 92 | 0.65 | 0.25 | 0 | 0.64 | 203 | 0.48 | 0.24 |
| Hex | 20 | 45 | 5C | 41 | 19 | 0 | 40 | CB | 30 | 18 |
| Octal | 40 | 105 | 134 | 101 | 31 | 0 | 100 | 313 | 60 | 30 |
| Binary | 100000 | 1000101 | 1011100 | 1000001 | 11001 | 0 | 1000000 | 11001011 | 110000 | 11000 |
Color Harmonies of #20455C
Complementary color
Monochromatic Colors of #20455C
Black with #20455C
Text Example
Text Example
White with #20455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20455C; }
p { color: rgb(32,69,92); }
H1.HeaderClassName
{
color: #20455C;
}
.AnyTagClassName
{
color: #20455C;
}
</style>
background-color css
<style>
a { background-color: #20455C; }
a { background-color: rgb(32,69,92); }
div.DivClassName
{
background-color: #20455C;
}
.BgClassName
{
background-color: #20455C;
}
</style>
border-color css
<style>
span { border-color: #20455C; }
span { border-color: rgb(32,69,92); }
td.TdClassName
{
border-color: #20455C;
}
.TagClassName
{
border-color: #20455C;
}
</style>