Shades of Outer Space #2E4345
Tints of Outer Space #2E4345
RGB
CMYK
RGB Variations
Color information
#2E4345 (or 0x2E4345) is known color: Outer Space. HEX triplet: 2E, 43 and 45. RGB value is (46,67,69). Sum of RGB (Red+Green+Blue) = 46+67+69=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 69 - color contains mainly: blue. Hex color #2E4345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4345 is #D1BCBA. Grayscale: #3C3C3C. Windows color (decimal): -13745339 or 4539182. OLE color: 4539182.
HSL color Cylindrical-coordinate representation of color #2E4345: hue angle of 185.22º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2E4345 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 67 | 69 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.73 |
| HSL | 185.22º | 0.2% | 0.23% | - |
| HSV(B) | 185.22º | 0.33% | 0.27% | - |
| XYZ | 4.21 | 5.02 | 6.38 | - |
| YUV | 60.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 67 | 69 | 0.33 | 0.03 | 0 | 0.73 | 185.22 | 0.2 | 0.23 |
| Hex | 2E | 43 | 45 | 21 | 3 | 0 | 49 | B9 | 14 | 17 |
| Octal | 56 | 103 | 105 | 41 | 3 | 0 | 111 | 271 | 24 | 27 |
| Binary | 101110 | 1000011 | 1000101 | 100001 | 11 | 0 | 1001001 | 10111001 | 10100 | 10111 |
Color Harmonies of #2E4345
Complementary color
Monochromatic Colors of #2E4345
Black with #2E4345
Text Example
Text Example
White with #2E4345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4345; }
p { color: rgb(46,67,69); }
H1.HeaderClassName
{
color: #2E4345;
}
.AnyTagClassName
{
color: #2E4345;
}
</style>
background-color css
<style>
a { background-color: #2E4345; }
a { background-color: rgb(46,67,69); }
div.DivClassName
{
background-color: #2E4345;
}
.BgClassName
{
background-color: #2E4345;
}
</style>
border-color css
<style>
span { border-color: #2E4345; }
span { border-color: rgb(46,67,69); }
td.TdClassName
{
border-color: #2E4345;
}
.TagClassName
{
border-color: #2E4345;
}
</style>