COLOR #2E3183

HEX: #2E3183
RGB: (46,49,131)

Color info

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

RGB color model

#2E3183 color RGB value is (46,49,131).

  • red value is 46;
  • green value is 49;
  • blue value is 131.
RGB:
(46,49,131)
(18%,19%,51%)

RGB channels and saturation

R 46 of 255 = 18%
G 49 of 255 = 19%
B 131 of 255 = 51%

46
49
131

R + G + B ~ 29%. #2E3183 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 49 + 131 = 226 (100%)
R 46 of 226 ~ 20.35%
G 49 of 226 ~ 21.68%
B 131 of 226 ~ 57.96%

%20.35
%21.68
%57.96

CMYK color model

#2E3183 color CMYK value is (65,63,0,49).

  • cyan value is 64.89%
  • magenta value is 62.60%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(65,63,0,49)
C65M63Y0K49 
(65%,63%,0%,49%)
(0.65/0.63/0.00/0.49)	

CMYK percentages

%64.89
%62.6
%0
%48.63

Codes

Color #2E3183 in popluar color models

2E3183
RGB4649131
HSL238°48.02%34.71%
HSB/HSV238°64.89%51.37%
CMYK64.89%62.60%0.00%
48.63%

Color #2E3183 in popluar number systems.

HEX2E3183
Decimal4649131
Binary10111011000110000011
Octal5661203

Shades and tints

Shades of #2E3183

#2E3183
(46,49,131)
#2A2D78
(42,45,120)
#26296D
(38,41,109)
#222562
(34,37,98)
#1E2157
(30,33,87)
#1A1D4C
(26,29,76)
#161941
(22,25,65)
#121536
(18,21,54)
#0E112B
(14,17,43)
#0A0D20
(10,13,32)
#060915
(6,9,21)
#000000
(0,0,0)

Tints of #2E3183

#2E3183
(46,49,131)
#41438E
(65,67,142)
#545599
(84,85,153)
#6767A4
(103,103,164)
#7A79AF
(122,121,175)
#8D8BBA
(141,139,186)
#A09DC5
(160,157,197)
#B3AFD0
(179,175,208)
#C6C1DB
(198,193,219)
#D9D3E6
(217,211,230)
#ECE5F1
(236,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3183 color. Also use rgb(46,49,131) instead hex code.

Text Font Color

.myTextColor { color: #2E3183; }

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

This text font color is #2E3183.


Background Color

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

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

This div background color is #2E3183.


Border color

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

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

This div border color is #2E3183.


Opacity

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

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

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

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

This text has shadow with #2E3183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3183 on black background.


Color preview on white background

This text has color #2E3183 on white background.



Black color preview on #2E3183 background

This text has black color on #2E3183 background.


White color preview on #2E3183 background

This text has white color on #2E3183 background.