Shades of Outer Space #2E3F40
Tints of Outer Space #2E3F40
RGB
CMYK
RGB Variations
Color information
#2E3F40 (or 0x2E3F40) is known color: Outer Space. HEX triplet: 2E, 3F and 40. RGB value is (46,63,64). Sum of RGB (Red+Green+Blue) = 46+63+64=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E3F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F40 is #D1C0BF. Grayscale: #3A3A3A. Windows color (decimal): -13746368 or 4210478. OLE color: 4210478.
HSL color Cylindrical-coordinate representation of color #2E3F40: hue angle of 183.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E3F40 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 63 | 64 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.75 |
| HSL | 183.33º | 0.16% | 0.22% | - |
| HSV(B) | 183.33º | 0.28% | 0.25% | - |
| XYZ | 3.83 | 4.51 | 5.52 | - |
| YUV | 58.03 | 131.37 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 64 | 0.28 | 0.02 | 0 | 0.75 | 183.33 | 0.16 | 0.22 |
| Hex | 2E | 3F | 40 | 1C | 2 | 0 | 4B | B7 | 10 | 16 |
| Octal | 56 | 77 | 100 | 34 | 2 | 0 | 113 | 267 | 20 | 26 |
| Binary | 101110 | 111111 | 1000000 | 11100 | 10 | 0 | 1001011 | 10110111 | 10000 | 10110 |
Color Harmonies of #2E3F40
Complementary color
Monochromatic Colors of #2E3F40
Black with #2E3F40
Text Example
Text Example
White with #2E3F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3F40; }
p { color: rgb(46,63,64); }
H1.HeaderClassName
{
color: #2E3F40;
}
.AnyTagClassName
{
color: #2E3F40;
}
</style>
background-color css
<style>
a { background-color: #2E3F40; }
a { background-color: rgb(46,63,64); }
div.DivClassName
{
background-color: #2E3F40;
}
.BgClassName
{
background-color: #2E3F40;
}
</style>
border-color css
<style>
span { border-color: #2E3F40; }
span { border-color: rgb(46,63,64); }
td.TdClassName
{
border-color: #2E3F40;
}
.TagClassName
{
border-color: #2E3F40;
}
</style>