Shades of Astronaut Blue #20465C
Tints of Astronaut Blue #20465C
RGB
CMYK
RGB Variations
Color information
#20465C (or 0x20465C) is known color: Astronaut Blue. HEX triplet: 20, 46 and 5C. RGB value is (32,70,92). Sum of RGB (Red+Green+Blue) = 32+70+92=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #20465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20465C is #DFB9A3. Grayscale: #3D3D3D. Windows color (decimal): -14662052 or 6047264. OLE color: 6047264.
HSL color Cylindrical-coordinate representation of color #20465C: hue angle of 202º 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 #20465C is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 70 | 92 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.64 |
| HSL | 202º | 0.48% | 0.24% | - |
| HSV(B) | 202º | 0.65% | 0.36% | - |
| XYZ | 4.72 | 5.46 | 10.93 | - |
| YUV | 61.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 92 | 0.65 | 0.24 | 0 | 0.64 | 202 | 0.48 | 0.24 |
| Hex | 20 | 46 | 5C | 41 | 18 | 0 | 40 | CA | 30 | 18 |
| Octal | 40 | 106 | 134 | 101 | 30 | 0 | 100 | 312 | 60 | 30 |
| Binary | 100000 | 1000110 | 1011100 | 1000001 | 11000 | 0 | 1000000 | 11001010 | 110000 | 11000 |
Color Harmonies of #20465C
Complementary color
Monochromatic Colors of #20465C
Black with #20465C
Text Example
Text Example
White with #20465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20465C; }
p { color: rgb(32,70,92); }
H1.HeaderClassName
{
color: #20465C;
}
.AnyTagClassName
{
color: #20465C;
}
</style>
background-color css
<style>
a { background-color: #20465C; }
a { background-color: rgb(32,70,92); }
div.DivClassName
{
background-color: #20465C;
}
.BgClassName
{
background-color: #20465C;
}
</style>
border-color css
<style>
span { border-color: #20465C; }
span { border-color: rgb(32,70,92); }
td.TdClassName
{
border-color: #20465C;
}
.TagClassName
{
border-color: #20465C;
}
</style>