Shades of Outer Space #293C40
Tints of Outer Space #293C40
RGB
CMYK
RGB Variations
Color information
#293C40 (or 0x293C40) is known color: Outer Space. HEX triplet: 29, 3C and 40. RGB value is (41,60,64). Sum of RGB (Red+Green+Blue) = 41+60+64=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 64 - color contains mainly: blue. Hex color #293C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C40 is #D6C3BF. Grayscale: #363636. Windows color (decimal): -14074816 or 4209705. OLE color: 4209705.
HSL color Cylindrical-coordinate representation of color #293C40: hue angle of 190.43º 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 #293C40 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 60 | 64 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.75 |
| HSL | 190.43º | 0.22% | 0.21% | - |
| HSV(B) | 190.43º | 0.36% | 0.25% | - |
| XYZ | 3.46 | 4.07 | 5.45 | - |
| YUV | 54.78 | 133.21 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 64 | 0.36 | 0.06 | 0 | 0.75 | 190.43 | 0.22 | 0.21 |
| Hex | 29 | 3C | 40 | 24 | 6 | 0 | 4B | BE | 16 | 15 |
| Octal | 51 | 74 | 100 | 44 | 6 | 0 | 113 | 276 | 26 | 25 |
| Binary | 101001 | 111100 | 1000000 | 100100 | 110 | 0 | 1001011 | 10111110 | 10110 | 10101 |
Color Harmonies of #293C40
Complementary color
Monochromatic Colors of #293C40
Black with #293C40
Text Example
Text Example
White with #293C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C40; }
p { color: rgb(41,60,64); }
H1.HeaderClassName
{
color: #293C40;
}
.AnyTagClassName
{
color: #293C40;
}
</style>
background-color css
<style>
a { background-color: #293C40; }
a { background-color: rgb(41,60,64); }
div.DivClassName
{
background-color: #293C40;
}
.BgClassName
{
background-color: #293C40;
}
</style>
border-color css
<style>
span { border-color: #293C40; }
span { border-color: rgb(41,60,64); }
td.TdClassName
{
border-color: #293C40;
}
.TagClassName
{
border-color: #293C40;
}
</style>