Shades of Astronaut Blue #20465A
Tints of Astronaut Blue #20465A
RGB
CMYK
RGB Variations
Color information
#20465A (or 0x20465A) is known color: Astronaut Blue. HEX triplet: 20, 46 and 5A. RGB value is (32,70,90). Sum of RGB (Red+Green+Blue) = 32+70+90=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #20465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20465A is #DFB9A5. Grayscale: #3C3C3C. Windows color (decimal): -14662054 or 5916192. OLE color: 5916192.
HSL color Cylindrical-coordinate representation of color #20465A: hue angle of 200.69º 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 #20465A is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 70 | 90 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.65 |
| HSL | 200.69º | 0.48% | 0.24% | - |
| HSV(B) | 200.69º | 0.64% | 0.35% | - |
| XYZ | 4.63 | 5.43 | 10.48 | - |
| YUV | 60.92 | 144.41 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 90 | 0.64 | 0.22 | 0 | 0.65 | 200.69 | 0.48 | 0.24 |
| Hex | 20 | 46 | 5A | 40 | 16 | 0 | 41 | C9 | 30 | 18 |
| Octal | 40 | 106 | 132 | 100 | 26 | 0 | 101 | 311 | 60 | 30 |
| Binary | 100000 | 1000110 | 1011010 | 1000000 | 10110 | 0 | 1000001 | 11001001 | 110000 | 11000 |
Color Harmonies of #20465A
Complementary color
Monochromatic Colors of #20465A
Black with #20465A
Text Example
Text Example
White with #20465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20465A; }
p { color: rgb(32,70,90); }
H1.HeaderClassName
{
color: #20465A;
}
.AnyTagClassName
{
color: #20465A;
}
</style>
background-color css
<style>
a { background-color: #20465A; }
a { background-color: rgb(32,70,90); }
div.DivClassName
{
background-color: #20465A;
}
.BgClassName
{
background-color: #20465A;
}
</style>
border-color css
<style>
span { border-color: #20465A; }
span { border-color: rgb(32,70,90); }
td.TdClassName
{
border-color: #20465A;
}
.TagClassName
{
border-color: #20465A;
}
</style>