#2E4041

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

Shades of Outer Space #2E4041

Tints of Outer Space #2E4041

Color information

#2E4041 (or 0x2E4041) is unknown color: approx Outer Space. HEX triplet: 2E, 40 and 41. RGB value is (46,64,65). Sum of RGB (Red+Green+Blue) = 46+64+65=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E4041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4041 is #D1BFBE. Grayscale: #3A3A3A. Windows color (decimal): -13746111 or 4276270. OLE color: 4276270.

HSL color Cylindrical-coordinate representation of color #2E4041: hue angle of 183.16º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E4041 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB466465-
CMYK0.290.0200.75
HSL183.16º17.12%21.76%-
HSV(B)183.16º29.23%25.49%-
XYZ3.914.635.69-
YUV58.73131.54118.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.29%
GREEN value IS 64 (25.39% from 255) = 36.57%
BLUE value IS 65 (25.78% from 255) = 37.14%
R=26.29%
G=36.57%
B=37.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4664650.290.0200.75183.1617.1221.76
Hex2E40411D204Bb71116
Octal5610010135201132672126
Binary10111010000001000001111011001001011101101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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