#2E3C40

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

Shades of Outer Space #2E3C40

Tints of Outer Space #2E3C40

Color information

#2E3C40 (or 0x2E3C40) is unknown color: approx Outer Space. HEX triplet: 2E, 3C and 40. RGB value is (46,60,64). Sum of RGB (Red+Green+Blue) = 46+60+64=170 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.06% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E3C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3C40 is #D1C3BF. Grayscale: #383838. Windows color (decimal): -13747136 or 4209710. OLE color: 4209710.

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

Color convert

RGB466064-
CMYK0.280.0600.75
HSL193.33º16.36%21.57%-
HSV(B)193.33º28.12%25.1%-
XYZ3.674.185.46-
YUV56.27132.36120.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.06%
GREEN value IS 60 (23.83% from 255) = 35.29%
BLUE value IS 64 (25.39% from 255) = 37.65%
R=27.06%
G=35.29%
B=37.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4660640.280.0600.75193.3316.3621.57
Hex2E3C401C604Bc11016
Octal567410034601133012026
Binary10111011110010000001110011001001011110000011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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