Html Css Color HEX #2E4041 Outer Space

📋 copy color: '#2E4041'

red 46 ◦ green 64 ◦ blue 65

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

Shades of Outer Space #2E4041

Tints of Outer Space #2E4041

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 value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 46 64 65 -
CMYK 0.29 0.02 0 0.75
HSL 183.16º 0.17% 0.22% -
HSV(B) 183.16º 0.29% 0.25% -
XYZ 3.91 4.63 5.69 -
YUV 58.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 46 64 65 0.29 0.02 0 0.75 183.16 0.17 0.22
Hex 2E 40 41 1D 2 0 4B B7 11 16
Octal 56 100 101 35 2 0 113 267 21 26
Binary 101110 1000000 1000001 11101 10 0 1001011 10110111 10001 10110

Color Harmonies of #2E4041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4041

Black with #2E4041

Text Example


Text Example

White with #2E4041

Text Example


Text Example

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