COLOR #2E376B

HEX: #2E376B RGB: (46,55,107)

Color info

#2E376B contains mainly green and blue colors. Web safe color of #2E376B is #333366 (or #336).

RGB color model

#2E376B color RGB value is (46,55,107).

RGB: (46,55,107) (18%, 22%, 42%)

RGB channels and saturation

R 46 of 255 = 18%
G 55 of 255 = 22%
B 107 of 255 = 42%

46
55
107

R + G + B ~ 27%. #2E376B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 55 + 107 = 208 (100%)
R 46 of 208 ~ 22.12%
G 55 of 208 ~ 26.44%
B 107 of 208 ~ 51.44'%

%22.12
%26.44
%51.44

CMYK color model

#2E376B color CMYK value is (57,49,0,58).

  • cyan value is 57.01%
  • magenta value is 48.60%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (57,49,0,58)
C57M49Y0K58 (57%, 49%, 0%, 58%)
(0.57 / 0.49 / 0.00 / 0.58)

CMYK percentages

%57.01
%48.6
%0
%58.04

Codes

Color #2E376B in popluar color models

2E 37 6B
RGB 46 55 107
HSL 231° 39.87% 30.00%
HSB/HSV 231° 57.01% 41.96%
CMYK 57.01% 48.60% 0.00%
58.04%

Color #2E376B in popluar number systems.

HEX 2E 37 6B
Decimal 46 55 107
Binary 101110 110111 1101011
Octal 56 67 153

Shades and tints

Shades of #2E376B

#2E376B
(46,55,107)
#2A3262
(42,50,98)
#262D59
(38,45,89)
#222850
(34,40,80)
#1E2347
(30,35,71)
#1A1E3E
(26,30,62)
#161935
(22,25,53)
#12142C
(18,20,44)
#0E0F23
(14,15,35)
#0A0A1A
(10,10,26)
#060511
(6,5,17)
#000000
(0,0,0)

Tints of #2E376B

#2E376B
(46,55,107)
#414978
(65,73,120)
#545B85
(84,91,133)
#676D92
(103,109,146)
#7A7F9F
(122,127,159)
#8D91AC
(141,145,172)
#A0A3B9
(160,163,185)
#B3B5C6
(179,181,198)
#C6C7D3
(198,199,211)
#D9D9E0
(217,217,224)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E376B color. Also use rgb(46,55,107) instead hex code.

Text Font Color

.myTextColor { color: #2E376B; }

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

This text font color is #2E376B.

Background Color

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

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

This div background color is #2E376B.

Border color

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

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

This div border color is #2E376B.

Opacity

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

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

Text with #2E376B 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 #2E376B;}

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

This text has shadow with #2E376B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E376B.

Preview

Color preview on black background

This text has color #2E376B on black background.


Color preview on white background

This text has color #2E376B on white background.


Black color preview on #2E376B background

This text has black color on #2E376B background.


White color preview on #2E376B background

This text has white color on #2E376B background.


Related colors

Complementary color

Complementary color for #hex is #D1C894.


I love getcolorcode.com

Triadic colors

1 #6B2E37 and #376B2E with #2E376B are triadic colors.

2 #6B372E and #372E6B with #2E376B are triadic colors.