#2E3F41

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

Shades of Outer Space #2E3F41

Tints of Outer Space #2E3F41

Color information

#2E3F41 (or 0x2E3F41) is unknown color: approx Outer Space. HEX triplet: 2E, 3F and 41. RGB value is (46,63,65). Sum of RGB (Red+Green+Blue) = 46+63+65=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E3F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F41 is #D1C0BE. Grayscale: #3A3A3A. Windows color (decimal): -13746367 or 4276014. OLE color: 4276014.

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

Color convert

RGB466365-
CMYK0.290.0300.75
HSL186.32º17.12%21.76%-
HSV(B)186.32º29.23%25.49%-
XYZ3.864.525.67-
YUV58.14131.87119.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.44%
GREEN value IS 63 (25% from 255) = 36.21%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=26.44%
G=36.21%
B=37.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4663650.290.0300.75186.3217.1221.76
Hex2E3F411D304Bba1116
Octal567710135301132722126
Binary1011101111111000001111011101001011101110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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