Shades of Outer Space #2E4043
Tints of Outer Space #2E4043
RGB
CMYK
RGB Variations
Color information
#2E4043 (or 0x2E4043) is known color: Outer Space. HEX triplet: 2E, 40 and 43. RGB value is (46,64,67). Sum of RGB (Red+Green+Blue) = 46+64+67=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 67 - color contains mainly: blue. Hex color #2E4043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4043 is #D1BFBC. Grayscale: #3A3A3A. Windows color (decimal): -13746109 or 4407342. OLE color: 4407342.
HSL color Cylindrical-coordinate representation of color #2E4043: hue angle of 188.57º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2E4043 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 64 | 67 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.74 |
| HSL | 188.57º | 0.19% | 0.22% | - |
| HSV(B) | 188.57º | 0.31% | 0.26% | - |
| XYZ | 3.97 | 4.65 | 6 | - |
| YUV | 58.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 67 | 0.31 | 0.04 | 0 | 0.74 | 188.57 | 0.19 | 0.22 |
| Hex | 2E | 40 | 43 | 1F | 4 | 0 | 4A | BD | 13 | 16 |
| Octal | 56 | 100 | 103 | 37 | 4 | 0 | 112 | 275 | 23 | 26 |
| Binary | 101110 | 1000000 | 1000011 | 11111 | 100 | 0 | 1001010 | 10111101 | 10011 | 10110 |
Color Harmonies of #2E4043
Complementary color
Monochromatic Colors of #2E4043
Black with #2E4043
Text Example
Text Example
White with #2E4043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4043; }
p { color: rgb(46,64,67); }
H1.HeaderClassName
{
color: #2E4043;
}
.AnyTagClassName
{
color: #2E4043;
}
</style>
background-color css
<style>
a { background-color: #2E4043; }
a { background-color: rgb(46,64,67); }
div.DivClassName
{
background-color: #2E4043;
}
.BgClassName
{
background-color: #2E4043;
}
</style>
border-color css
<style>
span { border-color: #2E4043; }
span { border-color: rgb(46,64,67); }
td.TdClassName
{
border-color: #2E4043;
}
.TagClassName
{
border-color: #2E4043;
}
</style>