#2E4346

Color #2E4346 Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #2E4346

Tints of Outer Space #2E4346

Color information

#2E4346 (or 0x2E4346) is unknown color: approx Outer Space. HEX triplet: 2E, 43 and 46. RGB value is (46,67,70). Sum of RGB (Red+Green+Blue) = 46+67+70=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 70 - color contains mainly: blue. Hex color #2E4346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4346 is #D1BCB9. Grayscale: #3D3D3D. Windows color (decimal): -13745338 or 4604718. OLE color: 4604718.

HSL color Cylindrical-coordinate representation of color #2E4346: hue angle of 187.5º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E4346 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB466770-
CMYK0.340.0400.73
HSL187.5º20.69%22.75%-
HSV(B)187.5º34.29%27.45%-
XYZ4.245.046.54-
YUV61.06133.04117.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 25.14%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 70 (27.73% from 255) = 38.25%
R=25.14%
G=36.61%
B=38.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4667700.340.0400.73187.520.6922.75
Hex2E4346224049bb1517
Octal5610310642401112732527
Binary1011101000011100011010001010001001001101110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E4346; }

 p { color: rgb(46,67,70); }

 H1.HeaderClassName
 {
   color: #2E4346;
 }
 .AnyTagClassName
 {
   color: #2E4346;
 }
</style>
background-color css

<style>
 a { background-color: #2E4346; }

 a { background-color: rgb(46,67,70); }

 div.DivClassName
 {
   background-color: #2E4346;
 }
 .BgClassName
 {
   background-color: #2E4346;
 }
</style>
border-color css

<style>
 span { border-color: #2E4346; }

 span { border-color: rgb(46,67,70); }

 td.TdClassName
 {
   border-color: #2E4346;
 }
 .TagClassName
 {
   border-color: #2E4346;
 }
</style>