COLOR #2E3D5D

HEX: #2E3D5D RGB: (46,61,93)

Color info

#2E3D5D contains red, green and blue colors in about the same proportion. Web safe color of #2E3D5D is #333366 (or #336).

RGB color model

#2E3D5D color RGB value is (46,61,93).

RGB: (46,61,93) (18%, 24%, 36%)

RGB channels and saturation

R 46 of 255 = 18%
G 61 of 255 = 24%
B 93 of 255 = 36%

46
61
93

R + G + B ~ 26%. #2E3D5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 61 + 93 = 200 (100%)
R 46 of 200 ~ 23%
G 61 of 200 ~ 30.5%
B 93 of 200 ~ 46.5'%

%23
%30.5
%46.5

CMYK color model

#2E3D5D color CMYK value is (51,34,0,64).

  • cyan value is 50.54%
  • magenta value is 34.41%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (51,34,0,64)
C51M34Y0K64 (51%, 34%, 0%, 64%)
(0.51 / 0.34 / 0.00 / 0.64)

CMYK percentages

%50.54
%34.41
%0
%63.53

Codes

Color #2E3D5D in popluar color models

2E 3D 5D
RGB 46 61 93
HSL 221° 33.81% 27.25%
HSB/HSV 221° 50.54% 36.47%
CMYK 50.54% 34.41% 0.00%
63.53%

Color #2E3D5D in popluar number systems.

HEX 2E 3D 5D
Decimal 46 61 93
Binary 101110 111101 1011101
Octal 56 75 135

Shades and tints

Shades of #2E3D5D

#2E3D5D
(46,61,93)
#2A3855
(42,56,85)
#26334D
(38,51,77)
#222E45
(34,46,69)
#1E293D
(30,41,61)
#1A2435
(26,36,53)
#161F2D
(22,31,45)
#121A25
(18,26,37)
#0E151D
(14,21,29)
#0A1015
(10,16,21)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #2E3D5D

#2E3D5D
(46,61,93)
#414E6B
(65,78,107)
#545F79
(84,95,121)
#677087
(103,112,135)
#7A8195
(122,129,149)
#8D92A3
(141,146,163)
#A0A3B1
(160,163,177)
#B3B4BF
(179,180,191)
#C6C5CD
(198,197,205)
#D9D6DB
(217,214,219)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3D5D color. Also use rgb(46,61,93) instead hex code.

Text Font Color

.myTextColor { color: #2E3D5D; }

<p style="color:#2E3D5D">This sample text font color is #2E3D5D.</p>

This text font color is #2E3D5D.

Background Color

.myBgColor { background-color: #2E3D5D; }

<div style="background-color:#2E3D5D">Inner text</div>

This div background color is #2E3D5D.

Border color

.myBorderColor { border: 1px solid #2E3D5D; }

<div style="border:3px solid #2E3D5D">Div</div>

This div border color is #2E3D5D.

Opacity

.myOpacity80 { color: #2E3D5D; opacity: 0.8; }

<p style="color:#2E3D5D;opacity:0.8;">80%</p>

Text with #2E3D5D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #2E3D5D;}

<p style="text-shadow: 3px 3px 1px #2E3D5D">Text here.</p>

This text has shadow with #2E3D5D color.


.textShadow {text-shadow: 3px 3px 1px #2E3D5D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #2E3D5D, 5px 5px 20px red">Text here.</p>

This text has shadow with #2E3D5D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2E3D5D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#2E3D5D, Direction=45, Strength=4)">Text</p>

This text has shadow with #2E3D5D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #2E3D5D;
-webkit-box-shadow: 1px 1px 3px 2px #2E3D5D;
box-shadow: 1px 1px 3px 2px #2E3D5D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2E3D5D; -webkit-box-shadow: 1px 1px 3px 2px #2E3D5D; box-shadow:1px 1px 3px 2px #2E3D5D;">
Div content here
</div>

This div box has shadow with color #2E3D5D.

Preview

Color preview on black background

This text has color #2E3D5D on black background.


Color preview on white background

This text has color #2E3D5D on white background.


Black color preview on #2E3D5D background

This text has black color on #2E3D5D background.


White color preview on #2E3D5D background

This text has white color on #2E3D5D background.


Related colors

Complementary color

Complementary color for #hex is #D1C2A2.


I love getcolorcode.com

Triadic colors

1 #5D2E3D and #3D5D2E with #2E3D5D are triadic colors.

2 #5D3D2E and #3D2E5D with #2E3D5D are triadic colors.