COLOR #2E4590

HEX: #2E4590
RGB: (46,69,144)

Color info

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

RGB color model

#2E4590 color RGB value is (46,69,144).

  • red value is 46;
  • green value is 69;
  • blue value is 144.
RGB:
(46,69,144)
(18%,27%,56%)

RGB channels and saturation

R 46 of 255 = 18%
G 69 of 255 = 27%
B 144 of 255 = 56%

46
69
144

R + G + B ~ 34%. #2E4590 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 69 + 144 = 259 (100%)
R 46 of 259 ~ 17.76%
G 69 of 259 ~ 26.64%
B 144 of 259 ~ 55.6%

%17.76
%26.64
%55.6

CMYK color model

#2E4590 color CMYK value is (68,52,0,44).

  • cyan value is 68.06%
  • magenta value is 52.08%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(68,52,0,44)
C68M52Y0K44 
(68%,52%,0%,44%)
(0.68/0.52/0.00/0.44)	

CMYK percentages

%68.06
%52.08
%0
%43.53

Codes

Color #2E4590 in popluar color models

2E4590
RGB4669144
HSL226°51.58%37.25%
HSB/HSV226°68.06%56.47%
CMYK68.06%52.08%0.00%
43.53%

Color #2E4590 in popluar number systems.

HEX2E4590
Decimal4669144
Binary101110100010110010000
Octal56105220

Shades and tints

Shades of #2E4590

#2E4590
(46,69,144)
#2A3F83
(42,63,131)
#263976
(38,57,118)
#223369
(34,51,105)
#1E2D5C
(30,45,92)
#1A274F
(26,39,79)
#162142
(22,33,66)
#121B35
(18,27,53)
#0E1528
(14,21,40)
#0A0F1B
(10,15,27)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #2E4590

#2E4590
(46,69,144)
#41559A
(65,85,154)
#5465A4
(84,101,164)
#6775AE
(103,117,174)
#7A85B8
(122,133,184)
#8D95C2
(141,149,194)
#A0A5CC
(160,165,204)
#B3B5D6
(179,181,214)
#C6C5E0
(198,197,224)
#D9D5EA
(217,213,234)
#ECE5F4
(236,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4590 color. Also use rgb(46,69,144) instead hex code.

Text Font Color

.myTextColor { color: #2E4590; }

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

This text font color is #2E4590.


Background Color

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

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

This div background color is #2E4590.


Border color

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

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

This div border color is #2E4590.


Opacity

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

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

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

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

This text has shadow with #2E4590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4590 on black background.


Color preview on white background

This text has color #2E4590 on white background.



Black color preview on #2E4590 background

This text has black color on #2E4590 background.


White color preview on #2E4590 background

This text has white color on #2E4590 background.