Shades of Outer Space #293B3C
Tints of Outer Space #293B3C
RGB
CMYK
RGB Variations
Color information
#293B3C (or 0x293B3C) is known color: Outer Space. HEX triplet: 29, 3B and 3C. RGB value is (41,59,60). Sum of RGB (Red+Green+Blue) = 41+59+60=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 60 - color contains mainly: blue. Hex color #293B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293B3C is #D6C4C3. Grayscale: #353535. Windows color (decimal): -14075076 or 3947305. OLE color: 3947305.
HSL color Cylindrical-coordinate representation of color #293B3C: hue angle of 183.16º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #293B3C is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 59 | 60 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.76 |
| HSL | 183.16º | 0.19% | 0.2% | - |
| HSV(B) | 183.16º | 0.32% | 0.24% | - |
| XYZ | 3.29 | 3.93 | 4.86 | - |
| YUV | 53.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 60 | 0.32 | 0.02 | 0 | 0.76 | 183.16 | 0.19 | 0.2 |
| Hex | 29 | 3B | 3C | 20 | 2 | 0 | 4C | B7 | 13 | 14 |
| Octal | 51 | 73 | 74 | 40 | 2 | 0 | 114 | 267 | 23 | 24 |
| Binary | 101001 | 111011 | 111100 | 100000 | 10 | 0 | 1001100 | 10110111 | 10011 | 10100 |
Color Harmonies of #293B3C
Complementary color
Monochromatic Colors of #293B3C
Black with #293B3C
Text Example
Text Example
White with #293B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B3C; }
p { color: rgb(41,59,60); }
H1.HeaderClassName
{
color: #293B3C;
}
.AnyTagClassName
{
color: #293B3C;
}
</style>
background-color css
<style>
a { background-color: #293B3C; }
a { background-color: rgb(41,59,60); }
div.DivClassName
{
background-color: #293B3C;
}
.BgClassName
{
background-color: #293B3C;
}
</style>
border-color css
<style>
span { border-color: #293B3C; }
span { border-color: rgb(41,59,60); }
td.TdClassName
{
border-color: #293B3C;
}
.TagClassName
{
border-color: #293B3C;
}
</style>