Shades of Astronaut Blue #20465E
Tints of Astronaut Blue #20465E
RGB
CMYK
RGB Variations
Color information
#20465E (or 0x20465E) is known color: Astronaut Blue. HEX triplet: 20, 46 and 5E. RGB value is (32,70,94). Sum of RGB (Red+Green+Blue) = 32+70+94=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #20465E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20465E is #DFB9A1. Grayscale: #3D3D3D. Windows color (decimal): -14662050 or 6178336. OLE color: 6178336.
HSL color Cylindrical-coordinate representation of color #20465E: hue angle of 203.23º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20465E is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 70 | 94 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.63 |
| HSL | 203.23º | 0.49% | 0.25% | - |
| HSV(B) | 203.23º | 0.66% | 0.37% | - |
| XYZ | 4.81 | 5.5 | 11.4 | - |
| YUV | 61.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 94 | 0.66 | 0.26 | 0 | 0.63 | 203.23 | 0.49 | 0.25 |
| Hex | 20 | 46 | 5E | 42 | 1A | 0 | 3F | CB | 31 | 19 |
| Octal | 40 | 106 | 136 | 102 | 32 | 0 | 77 | 313 | 61 | 31 |
| Binary | 100000 | 1000110 | 1011110 | 1000010 | 11010 | 0 | 111111 | 11001011 | 110001 | 11001 |
Color Harmonies of #20465E
Complementary color
Monochromatic Colors of #20465E
Black with #20465E
Text Example
Text Example
White with #20465E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20465E; }
p { color: rgb(32,70,94); }
H1.HeaderClassName
{
color: #20465E;
}
.AnyTagClassName
{
color: #20465E;
}
</style>
background-color css
<style>
a { background-color: #20465E; }
a { background-color: rgb(32,70,94); }
div.DivClassName
{
background-color: #20465E;
}
.BgClassName
{
background-color: #20465E;
}
</style>
border-color css
<style>
span { border-color: #20465E; }
span { border-color: rgb(32,70,94); }
td.TdClassName
{
border-color: #20465E;
}
.TagClassName
{
border-color: #20465E;
}
</style>