Shades of Outer Space #293D3F
Tints of Outer Space #293D3F
RGB
CMYK
RGB Variations
Color information
#293D3F (or 0x293D3F) is known color: Outer Space. HEX triplet: 29, 3D and 3F. RGB value is (41,61,63). Sum of RGB (Red+Green+Blue) = 41+61+63=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 63 - color contains mainly: blue. Hex color #293D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D3F is #D6C2C0. Grayscale: #373737. Windows color (decimal): -14074561 or 4144425. OLE color: 4144425.
HSL color Cylindrical-coordinate representation of color #293D3F: hue angle of 185.45º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #293D3F is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 61 | 63 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.75 |
| HSL | 185.45º | 0.21% | 0.2% | - |
| HSV(B) | 185.45º | 0.35% | 0.25% | - |
| XYZ | 3.48 | 4.17 | 5.32 | - |
| YUV | 55.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 63 | 0.35 | 0.03 | 0 | 0.75 | 185.45 | 0.21 | 0.2 |
| Hex | 29 | 3D | 3F | 23 | 3 | 0 | 4B | B9 | 15 | 14 |
| Octal | 51 | 75 | 77 | 43 | 3 | 0 | 113 | 271 | 25 | 24 |
| Binary | 101001 | 111101 | 111111 | 100011 | 11 | 0 | 1001011 | 10111001 | 10101 | 10100 |
Color Harmonies of #293D3F
Complementary color
Monochromatic Colors of #293D3F
Black with #293D3F
Text Example
Text Example
White with #293D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D3F; }
p { color: rgb(41,61,63); }
H1.HeaderClassName
{
color: #293D3F;
}
.AnyTagClassName
{
color: #293D3F;
}
</style>
background-color css
<style>
a { background-color: #293D3F; }
a { background-color: rgb(41,61,63); }
div.DivClassName
{
background-color: #293D3F;
}
.BgClassName
{
background-color: #293D3F;
}
</style>
border-color css
<style>
span { border-color: #293D3F; }
span { border-color: rgb(41,61,63); }
td.TdClassName
{
border-color: #293D3F;
}
.TagClassName
{
border-color: #293D3F;
}
</style>