Shades of Outer Space #293E40
Tints of Outer Space #293E40
RGB
CMYK
RGB Variations
Color information
#293E40 (or 0x293E40) is known color: Outer Space. HEX triplet: 29, 3E and 40. RGB value is (41,62,64). Sum of RGB (Red+Green+Blue) = 41+62+64=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 64 - color contains mainly: blue. Hex color #293E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293E40 is #D6C1BF. Grayscale: #373737. Windows color (decimal): -14074304 or 4210217. OLE color: 4210217.
HSL color Cylindrical-coordinate representation of color #293E40: hue angle of 185.22º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #293E40 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 62 | 64 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.75 |
| HSL | 185.22º | 0.22% | 0.21% | - |
| HSV(B) | 185.22º | 0.36% | 0.25% | - |
| XYZ | 3.56 | 4.29 | 5.49 | - |
| YUV | 55.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 64 | 0.36 | 0.03 | 0 | 0.75 | 185.22 | 0.22 | 0.21 |
| Hex | 29 | 3E | 40 | 24 | 3 | 0 | 4B | B9 | 16 | 15 |
| Octal | 51 | 76 | 100 | 44 | 3 | 0 | 113 | 271 | 26 | 25 |
| Binary | 101001 | 111110 | 1000000 | 100100 | 11 | 0 | 1001011 | 10111001 | 10110 | 10101 |
Color Harmonies of #293E40
Complementary color
Monochromatic Colors of #293E40
Black with #293E40
Text Example
Text Example
White with #293E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293E40; }
p { color: rgb(41,62,64); }
H1.HeaderClassName
{
color: #293E40;
}
.AnyTagClassName
{
color: #293E40;
}
</style>
background-color css
<style>
a { background-color: #293E40; }
a { background-color: rgb(41,62,64); }
div.DivClassName
{
background-color: #293E40;
}
.BgClassName
{
background-color: #293E40;
}
</style>
border-color css
<style>
span { border-color: #293E40; }
span { border-color: rgb(41,62,64); }
td.TdClassName
{
border-color: #293E40;
}
.TagClassName
{
border-color: #293E40;
}
</style>