Shades of Astronaut Blue #204356
Tints of Astronaut Blue #204356
RGB
CMYK
RGB Variations
Color information
#204356 (or 0x204356) is known color: Astronaut Blue. HEX triplet: 20, 43 and 56. RGB value is (32,67,86). Sum of RGB (Red+Green+Blue) = 32+67+86=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #204356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204356 is #DFBCA9. Grayscale: #3A3A3A. Windows color (decimal): -14662826 or 5653280. OLE color: 5653280.
HSL color Cylindrical-coordinate representation of color #204356: hue angle of 201.11º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #204356 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 67 | 86 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.66 |
| HSL | 201.11º | 0.46% | 0.23% | - |
| HSV(B) | 201.11º | 0.63% | 0.34% | - |
| XYZ | 4.28 | 4.99 | 9.54 | - |
| YUV | 58.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 86 | 0.63 | 0.22 | 0 | 0.66 | 201.11 | 0.46 | 0.23 |
| Hex | 20 | 43 | 56 | 3F | 16 | 0 | 42 | C9 | 2E | 17 |
| Octal | 40 | 103 | 126 | 77 | 26 | 0 | 102 | 311 | 56 | 27 |
| Binary | 100000 | 1000011 | 1010110 | 111111 | 10110 | 0 | 1000010 | 11001001 | 101110 | 10111 |
Color Harmonies of #204356
Complementary color
Monochromatic Colors of #204356
Black with #204356
Text Example
Text Example
White with #204356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204356; }
p { color: rgb(32,67,86); }
H1.HeaderClassName
{
color: #204356;
}
.AnyTagClassName
{
color: #204356;
}
</style>
background-color css
<style>
a { background-color: #204356; }
a { background-color: rgb(32,67,86); }
div.DivClassName
{
background-color: #204356;
}
.BgClassName
{
background-color: #204356;
}
</style>
border-color css
<style>
span { border-color: #204356; }
span { border-color: rgb(32,67,86); }
td.TdClassName
{
border-color: #204356;
}
.TagClassName
{
border-color: #204356;
}
</style>