COLOR #2E329B

HEX: #2E329B
RGB: (46,50,155)

Color info

#2E329B contains mainly blue color. Web safe color of #2E329B is #333399 (or #339).

RGB color model

#2E329B color RGB value is (46,50,155).

  • red value is 46;
  • green value is 50;
  • blue value is 155.
RGB:
(46,50,155)
(18%,20%,61%)

RGB channels and saturation

R 46 of 255 = 18%
G 50 of 255 = 20%
B 155 of 255 = 61%

46
50
155

R + G + B ~ 33%. #2E329B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 50 + 155 = 251 (100%)
R 46 of 251 ~ 18.33%
G 50 of 251 ~ 19.92%
B 155 of 251 ~ 61.75%

%18.33
%19.92
%61.75

CMYK color model

#2E329B color CMYK value is (70,68,0,39).

  • cyan value is 70.32%
  • magenta value is 67.74%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(70,68,0,39)
C70M68Y0K39 
(70%,68%,0%,39%)
(0.70/0.68/0.00/0.39)	

CMYK percentages

%70.32
%67.74
%0
%39.22

Codes

Color #2E329B in popluar color models

2E329B
RGB4650155
HSL238°54.23%39.41%
HSB/HSV238°70.32%60.78%
CMYK70.32%67.74%0.00%
39.22%

Color #2E329B in popluar number systems.

HEX2E329B
Decimal4650155
Binary10111011001010011011
Octal5662233

Shades and tints

Shades of #2E329B

#2E329B
(46,50,155)
#2A2E8D
(42,46,141)
#262A7F
(38,42,127)
#222671
(34,38,113)
#1E2263
(30,34,99)
#1A1E55
(26,30,85)
#161A47
(22,26,71)
#121639
(18,22,57)
#0E122B
(14,18,43)
#0A0E1D
(10,14,29)
#060A0F
(6,10,15)
#000000
(0,0,0)

Tints of #2E329B

#2E329B
(46,50,155)
#4144A4
(65,68,164)
#5456AD
(84,86,173)
#6768B6
(103,104,182)
#7A7ABF
(122,122,191)
#8D8CC8
(141,140,200)
#A09ED1
(160,158,209)
#B3B0DA
(179,176,218)
#C6C2E3
(198,194,227)
#D9D4EC
(217,212,236)
#ECE6F5
(236,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E329B color. Also use rgb(46,50,155) instead hex code.

Text Font Color

.myTextColor { color: #2E329B; }

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

This text font color is #2E329B.


Background Color

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

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

This div background color is #2E329B.


Border color

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

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

This div border color is #2E329B.


Opacity

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

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

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

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

This text has shadow with #2E329B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E329B on black background.


Color preview on white background

This text has color #2E329B on white background.



Black color preview on #2E329B background

This text has black color on #2E329B background.


White color preview on #2E329B background

This text has white color on #2E329B background.