Shades of Outer Space #2E393C
Tints of Outer Space #2E393C
RGB
CMYK
RGB Variations
Color information
#2E393C (or 0x2E393C) is known color: Outer Space. HEX triplet: 2E, 39 and 3C. RGB value is (46,57,60). Sum of RGB (Red+Green+Blue) = 46+57+60=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 60 - color contains mainly: blue. Hex color #2E393C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E393C is #D1C6C3. Grayscale: #363636. Windows color (decimal): -13747908 or 3946798. OLE color: 3946798.
HSL color Cylindrical-coordinate representation of color #2E393C: hue angle of 192.86º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2E393C is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 57 | 60 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.76 |
| HSL | 192.86º | 0.13% | 0.21% | - |
| HSV(B) | 192.86º | 0.23% | 0.24% | - |
| XYZ | 3.41 | 3.83 | 4.84 | - |
| YUV | 54.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 57 | 60 | 0.23 | 0.05 | 0 | 0.76 | 192.86 | 0.13 | 0.21 |
| Hex | 2E | 39 | 3C | 17 | 5 | 0 | 4C | C1 | D | 15 |
| Octal | 56 | 71 | 74 | 27 | 5 | 0 | 114 | 301 | 15 | 25 |
| Binary | 101110 | 111001 | 111100 | 10111 | 101 | 0 | 1001100 | 11000001 | 1101 | 10101 |
Color Harmonies of #2E393C
Complementary color
Monochromatic Colors of #2E393C
Black with #2E393C
Text Example
Text Example
White with #2E393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E393C; }
p { color: rgb(46,57,60); }
H1.HeaderClassName
{
color: #2E393C;
}
.AnyTagClassName
{
color: #2E393C;
}
</style>
background-color css
<style>
a { background-color: #2E393C; }
a { background-color: rgb(46,57,60); }
div.DivClassName
{
background-color: #2E393C;
}
.BgClassName
{
background-color: #2E393C;
}
</style>
border-color css
<style>
span { border-color: #2E393C; }
span { border-color: rgb(46,57,60); }
td.TdClassName
{
border-color: #2E393C;
}
.TagClassName
{
border-color: #2E393C;
}
</style>