Shades of Outer Space #294243
Tints of Outer Space #294243
RGB
CMYK
RGB Variations
Color information
#294243 (or 0x294243) is known color: Outer Space. HEX triplet: 29, 42 and 43. RGB value is (41,66,67). Sum of RGB (Red+Green+Blue) = 41+66+67=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 67 - color contains mainly: blue. Hex color #294243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294243 is #D6BDBC. Grayscale: #3A3A3A. Windows color (decimal): -14073277 or 4407849. OLE color: 4407849.
HSL color Cylindrical-coordinate representation of color #294243: hue angle of 182.31º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #294243 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 66 | 67 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.74 |
| HSL | 182.31º | 0.24% | 0.21% | - |
| HSV(B) | 182.31º | 0.39% | 0.26% | - |
| XYZ | 3.88 | 4.77 | 6.03 | - |
| YUV | 58.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 67 | 0.39 | 0.01 | 0 | 0.74 | 182.31 | 0.24 | 0.21 |
| Hex | 29 | 42 | 43 | 27 | 1 | 0 | 4A | B6 | 18 | 15 |
| Octal | 51 | 102 | 103 | 47 | 1 | 0 | 112 | 266 | 30 | 25 |
| Binary | 101001 | 1000010 | 1000011 | 100111 | 1 | 0 | 1001010 | 10110110 | 11000 | 10101 |
Color Harmonies of #294243
Complementary color
Monochromatic Colors of #294243
Black with #294243
Text Example
Text Example
White with #294243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294243; }
p { color: rgb(41,66,67); }
H1.HeaderClassName
{
color: #294243;
}
.AnyTagClassName
{
color: #294243;
}
</style>
background-color css
<style>
a { background-color: #294243; }
a { background-color: rgb(41,66,67); }
div.DivClassName
{
background-color: #294243;
}
.BgClassName
{
background-color: #294243;
}
</style>
border-color css
<style>
span { border-color: #294243; }
span { border-color: rgb(41,66,67); }
td.TdClassName
{
border-color: #294243;
}
.TagClassName
{
border-color: #294243;
}
</style>