Html Css Color HEX #2E3F41 Outer Space

📋 copy color: '#2E3F41'

red 46 ◦ green 63 ◦ blue 65

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

Shades of Outer Space #2E3F41

Tints of Outer Space #2E3F41

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

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 46 63 65 -
CMYK 0.29 0.03 0 0.75
HSL 186.32º 0.17% 0.22% -
HSV(B) 186.32º 0.29% 0.25% -
XYZ 3.86 4.52 5.67 -
YUV 58.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 46 63 65 0.29 0.03 0 0.75 186.32 0.17 0.22
Hex 2E 3F 41 1D 3 0 4B BA 11 16
Octal 56 77 101 35 3 0 113 272 21 26
Binary 101110 111111 1000001 11101 11 0 1001011 10111010 10001 10110

Color Harmonies of #2E3F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3F41

Black with #2E3F41

Text Example


Text Example

White with #2E3F41

Text Example


Text Example

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