Shades of Outer Space #2E3638
Tints of Outer Space #2E3638
RGB
CMYK
RGB Variations
Color information
#2E3638 (or 0x2E3638) is known color: Outer Space. HEX triplet: 2E, 36 and 38. RGB value is (46,54,56). Sum of RGB (Red+Green+Blue) = 46+54+56=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E3638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3638 is #D1C9C7. Grayscale: #333333. Windows color (decimal): -13748680 or 3683886. OLE color: 3683886.
HSL color Cylindrical-coordinate representation of color #2E3638: hue angle of 192º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2E3638 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 54 | 56 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.78 |
| HSL | 192º | 0.1% | 0.2% | - |
| HSV(B) | 192º | 0.18% | 0.22% | - |
| XYZ | 3.16 | 3.5 | 4.25 | - |
| YUV | 51.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 56 | 0.18 | 0.04 | 0 | 0.78 | 192 | 0.1 | 0.2 |
| Hex | 2E | 36 | 38 | 12 | 4 | 0 | 4E | C0 | A | 14 |
| Octal | 56 | 66 | 70 | 22 | 4 | 0 | 116 | 300 | 12 | 24 |
| Binary | 101110 | 110110 | 111000 | 10010 | 100 | 0 | 1001110 | 11000000 | 1010 | 10100 |
Color Harmonies of #2E3638
Complementary color
Monochromatic Colors of #2E3638
Black with #2E3638
Text Example
Text Example
White with #2E3638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3638; }
p { color: rgb(46,54,56); }
H1.HeaderClassName
{
color: #2E3638;
}
.AnyTagClassName
{
color: #2E3638;
}
</style>
background-color css
<style>
a { background-color: #2E3638; }
a { background-color: rgb(46,54,56); }
div.DivClassName
{
background-color: #2E3638;
}
.BgClassName
{
background-color: #2E3638;
}
</style>
border-color css
<style>
span { border-color: #2E3638; }
span { border-color: rgb(46,54,56); }
td.TdClassName
{
border-color: #2E3638;
}
.TagClassName
{
border-color: #2E3638;
}
</style>