Shades of Outer Space #293F44
Tints of Outer Space #293F44
RGB
CMYK
RGB Variations
Color information
#293F44 (or 0x293F44) is known color: Outer Space. HEX triplet: 29, 3F and 44. RGB value is (41,63,68). Sum of RGB (Red+Green+Blue) = 41+63+68=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 68 - color contains mainly: blue. Hex color #293F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F44 is #D6C0BB. Grayscale: #383838. Windows color (decimal): -14074044 or 4472617. OLE color: 4472617.
HSL color Cylindrical-coordinate representation of color #293F44: hue angle of 191.11º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #293F44 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 63 | 68 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.73 |
| HSL | 191.11º | 0.25% | 0.21% | - |
| HSV(B) | 191.11º | 0.4% | 0.27% | - |
| XYZ | 3.74 | 4.44 | 6.13 | - |
| YUV | 56.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 68 | 0.40 | 0.07 | 0 | 0.73 | 191.11 | 0.25 | 0.21 |
| Hex | 29 | 3F | 44 | 28 | 7 | 0 | 49 | BF | 19 | 15 |
| Octal | 51 | 77 | 104 | 50 | 7 | 0 | 111 | 277 | 31 | 25 |
| Binary | 101001 | 111111 | 1000100 | 101000 | 111 | 0 | 1001001 | 10111111 | 11001 | 10101 |
Color Harmonies of #293F44
Complementary color
Monochromatic Colors of #293F44
Black with #293F44
Text Example
Text Example
White with #293F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F44; }
p { color: rgb(41,63,68); }
H1.HeaderClassName
{
color: #293F44;
}
.AnyTagClassName
{
color: #293F44;
}
</style>
background-color css
<style>
a { background-color: #293F44; }
a { background-color: rgb(41,63,68); }
div.DivClassName
{
background-color: #293F44;
}
.BgClassName
{
background-color: #293F44;
}
</style>
border-color css
<style>
span { border-color: #293F44; }
span { border-color: rgb(41,63,68); }
td.TdClassName
{
border-color: #293F44;
}
.TagClassName
{
border-color: #293F44;
}
</style>