COLOR #2E4084

HEX: #2E4084
RGB: (46,64,132)

Color info

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

RGB color model

#2E4084 color RGB value is (46,64,132).

  • red value is 46;
  • green value is 64;
  • blue value is 132.
RGB:
(46,64,132)
(18%,25%,52%)

RGB channels and saturation

R 46 of 255 = 18%
G 64 of 255 = 25%
B 132 of 255 = 52%

46
64
132

R + G + B ~ 32%. #2E4084 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 64 + 132 = 242 (100%)
R 46 of 242 ~ 19.01%
G 64 of 242 ~ 26.45%
B 132 of 242 ~ 54.55%

%19.01
%26.45
%54.55

CMYK color model

#2E4084 color CMYK value is (65,52,0,48).

  • cyan value is 65.15%
  • magenta value is 51.52%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(65,52,0,48)
C65M52Y0K48 
(65%,52%,0%,48%)
(0.65/0.52/0.00/0.48)	

CMYK percentages

%65.15
%51.52
%0
%48.24

Codes

Color #2E4084 in popluar color models

2E4084
RGB4664132
HSL227°48.31%34.90%
HSB/HSV227°65.15%51.76%
CMYK65.15%51.52%0.00%
48.24%

Color #2E4084 in popluar number systems.

HEX2E4084
Decimal4664132
Binary101110100000010000100
Octal56100204

Shades and tints

Shades of #2E4084

#2E4084
(46,64,132)
#2A3B78
(42,59,120)
#26366C
(38,54,108)
#223160
(34,49,96)
#1E2C54
(30,44,84)
#1A2748
(26,39,72)
#16223C
(22,34,60)
#121D30
(18,29,48)
#0E1824
(14,24,36)
#0A1318
(10,19,24)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #2E4084

#2E4084
(46,64,132)
#41518F
(65,81,143)
#54629A
(84,98,154)
#6773A5
(103,115,165)
#7A84B0
(122,132,176)
#8D95BB
(141,149,187)
#A0A6C6
(160,166,198)
#B3B7D1
(179,183,209)
#C6C8DC
(198,200,220)
#D9D9E7
(217,217,231)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4084 color. Also use rgb(46,64,132) instead hex code.

Text Font Color

.myTextColor { color: #2E4084; }

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

This text font color is #2E4084.


Background Color

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

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

This div background color is #2E4084.


Border color

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

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

This div border color is #2E4084.


Opacity

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

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

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

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

This text has shadow with #2E4084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4084 on black background.


Color preview on white background

This text has color #2E4084 on white background.



Black color preview on #2E4084 background

This text has black color on #2E4084 background.


White color preview on #2E4084 background

This text has white color on #2E4084 background.