Shades of Outer Space #294044
Tints of Outer Space #294044
RGB
CMYK
RGB Variations
Color information
#294044 (or 0x294044) is known color: Outer Space. HEX triplet: 29, 40 and 44. RGB value is (41,64,68). Sum of RGB (Red+Green+Blue) = 41+64+68=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 68 - color contains mainly: blue. Hex color #294044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294044 is #D6BFBB. Grayscale: #393939. Windows color (decimal): -14073788 or 4472873. OLE color: 4472873.
HSL color Cylindrical-coordinate representation of color #294044: hue angle of 188.89º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #294044 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 64 | 68 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.73 |
| HSL | 188.89º | 0.25% | 0.21% | - |
| HSV(B) | 188.89º | 0.4% | 0.27% | - |
| XYZ | 3.79 | 4.56 | 6.15 | - |
| YUV | 57.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 68 | 0.40 | 0.06 | 0 | 0.73 | 188.89 | 0.25 | 0.21 |
| Hex | 29 | 40 | 44 | 28 | 6 | 0 | 49 | BD | 19 | 15 |
| Octal | 51 | 100 | 104 | 50 | 6 | 0 | 111 | 275 | 31 | 25 |
| Binary | 101001 | 1000000 | 1000100 | 101000 | 110 | 0 | 1001001 | 10111101 | 11001 | 10101 |
Color Harmonies of #294044
Complementary color
Monochromatic Colors of #294044
Black with #294044
Text Example
Text Example
White with #294044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294044; }
p { color: rgb(41,64,68); }
H1.HeaderClassName
{
color: #294044;
}
.AnyTagClassName
{
color: #294044;
}
</style>
background-color css
<style>
a { background-color: #294044; }
a { background-color: rgb(41,64,68); }
div.DivClassName
{
background-color: #294044;
}
.BgClassName
{
background-color: #294044;
}
</style>
border-color css
<style>
span { border-color: #294044; }
span { border-color: rgb(41,64,68); }
td.TdClassName
{
border-color: #294044;
}
.TagClassName
{
border-color: #294044;
}
</style>