Html Css Color HEX #2E3D40 Outer Space

📋 copy color: '#2E3D40'

red 46 ◦ green 61 ◦ blue 64

#2E3D40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Outer Space #2E3D40

Tints of Outer Space #2E3D40

RGB

 RED value IS 46 (18.36% from 255) = 26.9%

 GREEN value IS 61 (24.22% from 255) = 35.67%

 BLUE value IS 64 (25.39% from 255) = 37.43%

R = 26.9%
G = 35.67%
B = 37.43%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2E3D40 (or 0x2E3D40) is known color: 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

RGB 46 61 64 -
CMYK 0.28 0.05 0 0.75
HSL 190º 0.16% 0.22% -
HSV(B) 190º 0.28% 0.25% -
XYZ 3.72 4.29 5.48 -
YUV 56.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 46 61 64 0.28 0.05 0 0.75 190 0.16 0.22
Hex 2E 3D 40 1C 5 0 4B BE 10 16
Octal 56 75 100 34 5 0 113 276 20 26
Binary 101110 111101 1000000 11100 101 0 1001011 10111110 10000 10110

Color Harmonies of #2E3D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3D40

Black with #2E3D40

Text Example


Text Example

White with #2E3D40

Text Example


Text Example

HTML Codes & Css Web 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>