Shades of Astronaut Blue #20435B
Tints of Astronaut Blue #20435B
RGB
CMYK
RGB Variations
Color information
#20435B (or 0x20435B) is known color: Astronaut Blue. HEX triplet: 20, 43 and 5B. RGB value is (32,67,91). Sum of RGB (Red+Green+Blue) = 32+67+91=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #20435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20435B is #DFBCA4. Grayscale: #3B3B3B. Windows color (decimal): -14662821 or 5980960. OLE color: 5980960.
HSL color Cylindrical-coordinate representation of color #20435B: hue angle of 204.41º 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 #20435B is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 67 | 91 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.64 |
| HSL | 204.41º | 0.48% | 0.24% | - |
| HSV(B) | 204.41º | 0.65% | 0.36% | - |
| XYZ | 4.49 | 5.08 | 10.64 | - |
| YUV | 59.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 91 | 0.65 | 0.26 | 0 | 0.64 | 204.41 | 0.48 | 0.24 |
| Hex | 20 | 43 | 5B | 41 | 1A | 0 | 40 | CC | 30 | 18 |
| Octal | 40 | 103 | 133 | 101 | 32 | 0 | 100 | 314 | 60 | 30 |
| Binary | 100000 | 1000011 | 1011011 | 1000001 | 11010 | 0 | 1000000 | 11001100 | 110000 | 11000 |
Color Harmonies of #20435B
Complementary color
Monochromatic Colors of #20435B
Black with #20435B
Text Example
Text Example
White with #20435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20435B; }
p { color: rgb(32,67,91); }
H1.HeaderClassName
{
color: #20435B;
}
.AnyTagClassName
{
color: #20435B;
}
</style>
background-color css
<style>
a { background-color: #20435B; }
a { background-color: rgb(32,67,91); }
div.DivClassName
{
background-color: #20435B;
}
.BgClassName
{
background-color: #20435B;
}
</style>
border-color css
<style>
span { border-color: #20435B; }
span { border-color: rgb(32,67,91); }
td.TdClassName
{
border-color: #20435B;
}
.TagClassName
{
border-color: #20435B;
}
</style>