Shades of Astronaut Blue #20465D
Tints of Astronaut Blue #20465D
RGB
CMYK
RGB Variations
Color information
#20465D (or 0x20465D) is known color: Astronaut Blue. HEX triplet: 20, 46 and 5D. RGB value is (32,70,93). Sum of RGB (Red+Green+Blue) = 32+70+93=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #20465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20465D is #DFB9A2. Grayscale: #3D3D3D. Windows color (decimal): -14662051 or 6112800. OLE color: 6112800.
HSL color Cylindrical-coordinate representation of color #20465D: hue angle of 202.62º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20465D is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 70 | 93 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.64 |
| HSL | 202.62º | 0.49% | 0.25% | - |
| HSV(B) | 202.62º | 0.66% | 0.36% | - |
| XYZ | 4.76 | 5.48 | 11.16 | - |
| YUV | 61.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 93 | 0.66 | 0.25 | 0 | 0.64 | 202.62 | 0.49 | 0.25 |
| Hex | 20 | 46 | 5D | 42 | 19 | 0 | 40 | CB | 31 | 19 |
| Octal | 40 | 106 | 135 | 102 | 31 | 0 | 100 | 313 | 61 | 31 |
| Binary | 100000 | 1000110 | 1011101 | 1000010 | 11001 | 0 | 1000000 | 11001011 | 110001 | 11001 |
Color Harmonies of #20465D
Complementary color
Monochromatic Colors of #20465D
Black with #20465D
Text Example
Text Example
White with #20465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20465D; }
p { color: rgb(32,70,93); }
H1.HeaderClassName
{
color: #20465D;
}
.AnyTagClassName
{
color: #20465D;
}
</style>
background-color css
<style>
a { background-color: #20465D; }
a { background-color: rgb(32,70,93); }
div.DivClassName
{
background-color: #20465D;
}
.BgClassName
{
background-color: #20465D;
}
</style>
border-color css
<style>
span { border-color: #20465D; }
span { border-color: rgb(32,70,93); }
td.TdClassName
{
border-color: #20465D;
}
.TagClassName
{
border-color: #20465D;
}
</style>