#2E3D40

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

Shades of Outer Space #2E3D40

Tints of Outer Space #2E3D40

Color information

#2E3D40 (or 0x2E3D40) is unknown color: approx Outer Space. HEX triplet: 2E, 3D and 40. RGB value is (46,61,64). Sum of RGB (Red+Green+Blue) = 46+61+64=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E3D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3D40 is #D1C2BF. Grayscale: #383838. Windows color (decimal): -13746880 or 4209966. OLE color: 4209966.

HSL color Cylindrical-coordinate representation of color #2E3D40: hue angle of 190º 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 #2E3D40 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB466164-
CMYK0.280.0500.75
HSL190º16.36%21.57%-
HSV(B)190º28.12%25.1%-
XYZ3.724.295.48-
YUV56.86132.03120.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.90%
GREEN value IS 61 (24.22% from 255) = 35.67%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=26.90%
G=35.67%
B=37.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4661640.280.0500.7519016.3621.57
Hex2E3D401C504Bbe1016
Octal567510034501132762026
Binary10111011110110000001110010101001011101111101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,61,64); }

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

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

 a { background-color: rgb(46,61,64); }

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

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

 span { border-color: rgb(46,61,64); }

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