Shades of Outer Space #2E3E3F
Tints of Outer Space #2E3E3F
RGB
CMYK
RGB Variations
Color information
#2E3E3F (or 0x2E3E3F) is known color: Outer Space. HEX triplet: 2E, 3E and 3F. RGB value is (46,62,63). Sum of RGB (Red+Green+Blue) = 46+62+63=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E3E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3E3F is #D1C1C0. Grayscale: #393939. Windows color (decimal): -13746625 or 4144686. OLE color: 4144686.
HSL color Cylindrical-coordinate representation of color #2E3E3F: hue angle of 183.53º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2E3E3F is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 62 | 63 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.75 |
| HSL | 183.53º | 0.16% | 0.21% | - |
| HSV(B) | 183.53º | 0.27% | 0.25% | - |
| XYZ | 3.75 | 4.38 | 5.35 | - |
| YUV | 57.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 63 | 0.27 | 0.02 | 0 | 0.75 | 183.53 | 0.16 | 0.21 |
| Hex | 2E | 3E | 3F | 1B | 2 | 0 | 4B | B8 | 10 | 15 |
| Octal | 56 | 76 | 77 | 33 | 2 | 0 | 113 | 270 | 20 | 25 |
| Binary | 101110 | 111110 | 111111 | 11011 | 10 | 0 | 1001011 | 10111000 | 10000 | 10101 |
Color Harmonies of #2E3E3F
Complementary color
Monochromatic Colors of #2E3E3F
Black with #2E3E3F
Text Example
Text Example
White with #2E3E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3E3F; }
p { color: rgb(46,62,63); }
H1.HeaderClassName
{
color: #2E3E3F;
}
.AnyTagClassName
{
color: #2E3E3F;
}
</style>
background-color css
<style>
a { background-color: #2E3E3F; }
a { background-color: rgb(46,62,63); }
div.DivClassName
{
background-color: #2E3E3F;
}
.BgClassName
{
background-color: #2E3E3F;
}
</style>
border-color css
<style>
span { border-color: #2E3E3F; }
span { border-color: rgb(46,62,63); }
td.TdClassName
{
border-color: #2E3E3F;
}
.TagClassName
{
border-color: #2E3E3F;
}
</style>