Shades of Astronaut Blue #294555
Tints of Astronaut Blue #294555
RGB
CMYK
RGB Variations
Color information
#294555 (or 0x294555) is known color: Astronaut Blue. HEX triplet: 29, 45 and 55. RGB value is (41,69,85). Sum of RGB (Red+Green+Blue) = 41+69+85=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #294555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294555 is #D6BAAA. Grayscale: #3E3E3E. Windows color (decimal): -14072491 or 5588265. OLE color: 5588265.
HSL color Cylindrical-coordinate representation of color #294555: hue angle of 201.82º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #294555 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 69 | 85 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.67 |
| HSL | 201.82º | 0.35% | 0.25% | - |
| HSV(B) | 201.82º | 0.52% | 0.33% | - |
| XYZ | 4.68 | 5.38 | 9.39 | - |
| YUV | 62.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 85 | 0.52 | 0.19 | 0 | 0.67 | 201.82 | 0.35 | 0.25 |
| Hex | 29 | 45 | 55 | 34 | 13 | 0 | 43 | CA | 23 | 19 |
| Octal | 51 | 105 | 125 | 64 | 23 | 0 | 103 | 312 | 43 | 31 |
| Binary | 101001 | 1000101 | 1010101 | 110100 | 10011 | 0 | 1000011 | 11001010 | 100011 | 11001 |
Color Harmonies of #294555
Complementary color
Monochromatic Colors of #294555
Black with #294555
Text Example
Text Example
White with #294555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294555; }
p { color: rgb(41,69,85); }
H1.HeaderClassName
{
color: #294555;
}
.AnyTagClassName
{
color: #294555;
}
</style>
background-color css
<style>
a { background-color: #294555; }
a { background-color: rgb(41,69,85); }
div.DivClassName
{
background-color: #294555;
}
.BgClassName
{
background-color: #294555;
}
</style>
border-color css
<style>
span { border-color: #294555; }
span { border-color: rgb(41,69,85); }
td.TdClassName
{
border-color: #294555;
}
.TagClassName
{
border-color: #294555;
}
</style>