Shades of Outer Space #294246
Tints of Outer Space #294246
RGB
CMYK
RGB Variations
Color information
#294246 (or 0x294246) is known color: Outer Space. HEX triplet: 29, 42 and 46. RGB value is (41,66,70). Sum of RGB (Red+Green+Blue) = 41+66+70=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 70 - color contains mainly: blue. Hex color #294246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294246 is #D6BDB9. Grayscale: #3A3A3A. Windows color (decimal): -14073274 or 4604457. OLE color: 4604457.
HSL color Cylindrical-coordinate representation of color #294246: hue angle of 188.28º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #294246 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 66 | 70 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.73 |
| HSL | 188.28º | 0.26% | 0.22% | - |
| HSV(B) | 188.28º | 0.41% | 0.27% | - |
| XYZ | 3.97 | 4.81 | 6.51 | - |
| YUV | 58.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 70 | 0.41 | 0.06 | 0 | 0.73 | 188.28 | 0.26 | 0.22 |
| Hex | 29 | 42 | 46 | 29 | 6 | 0 | 49 | BC | 1A | 16 |
| Octal | 51 | 102 | 106 | 51 | 6 | 0 | 111 | 274 | 32 | 26 |
| Binary | 101001 | 1000010 | 1000110 | 101001 | 110 | 0 | 1001001 | 10111100 | 11010 | 10110 |
Color Harmonies of #294246
Complementary color
Monochromatic Colors of #294246
Black with #294246
Text Example
Text Example
White with #294246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294246; }
p { color: rgb(41,66,70); }
H1.HeaderClassName
{
color: #294246;
}
.AnyTagClassName
{
color: #294246;
}
</style>
background-color css
<style>
a { background-color: #294246; }
a { background-color: rgb(41,66,70); }
div.DivClassName
{
background-color: #294246;
}
.BgClassName
{
background-color: #294246;
}
</style>
border-color css
<style>
span { border-color: #294246; }
span { border-color: rgb(41,66,70); }
td.TdClassName
{
border-color: #294246;
}
.TagClassName
{
border-color: #294246;
}
</style>