Shades of Outer Space #293C3D
Tints of Outer Space #293C3D
RGB
CMYK
RGB Variations
Color information
#293C3D (or 0x293C3D) is known color: Outer Space. HEX triplet: 29, 3C and 3D. RGB value is (41,60,61). Sum of RGB (Red+Green+Blue) = 41+60+61=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 61 - color contains mainly: blue. Hex color #293C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C3D is #D6C3C2. Grayscale: #363636. Windows color (decimal): -14074819 or 4013097. OLE color: 4013097.
HSL color Cylindrical-coordinate representation of color #293C3D: hue angle of 183º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #293C3D is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 60 | 61 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.76 |
| HSL | 183º | 0.2% | 0.2% | - |
| HSV(B) | 183º | 0.33% | 0.24% | - |
| XYZ | 3.37 | 4.04 | 5.02 | - |
| YUV | 54.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 61 | 0.33 | 0.02 | 0 | 0.76 | 183 | 0.2 | 0.2 |
| Hex | 29 | 3C | 3D | 21 | 2 | 0 | 4C | B7 | 14 | 14 |
| Octal | 51 | 74 | 75 | 41 | 2 | 0 | 114 | 267 | 24 | 24 |
| Binary | 101001 | 111100 | 111101 | 100001 | 10 | 0 | 1001100 | 10110111 | 10100 | 10100 |
Color Harmonies of #293C3D
Complementary color
Monochromatic Colors of #293C3D
Black with #293C3D
Text Example
Text Example
White with #293C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C3D; }
p { color: rgb(41,60,61); }
H1.HeaderClassName
{
color: #293C3D;
}
.AnyTagClassName
{
color: #293C3D;
}
</style>
background-color css
<style>
a { background-color: #293C3D; }
a { background-color: rgb(41,60,61); }
div.DivClassName
{
background-color: #293C3D;
}
.BgClassName
{
background-color: #293C3D;
}
</style>
border-color css
<style>
span { border-color: #293C3D; }
span { border-color: rgb(41,60,61); }
td.TdClassName
{
border-color: #293C3D;
}
.TagClassName
{
border-color: #293C3D;
}
</style>