COLOR #2E4C91

HEX: #2E4C91
RGB: (46,76,145)

Color info

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

RGB color model

#2E4C91 color RGB value is (46,76,145).

  • red value is 46;
  • green value is 76;
  • blue value is 145.
RGB:
(46,76,145)
(18%,30%,57%)

RGB channels and saturation

R 46 of 255 = 18%
G 76 of 255 = 30%
B 145 of 255 = 57%

46
76
145

R + G + B ~ 35%. #2E4C91 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 76 + 145 = 267 (100%)
R 46 of 267 ~ 17.23%
G 76 of 267 ~ 28.46%
B 145 of 267 ~ 54.31%

%17.23
%28.46
%54.31

CMYK color model

#2E4C91 color CMYK value is (68,48,0,43).

  • cyan value is 68.28%
  • magenta value is 47.59%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(68,48,0,43)
C68M48Y0K43 
(68%,48%,0%,43%)
(0.68/0.48/0.00/0.43)	

CMYK percentages

%68.28
%47.59
%0
%43.14

Codes

Color #2E4C91 in popluar color models

2E4C91
RGB4676145
HSL222°51.83%37.45%
HSB/HSV222°68.28%56.86%
CMYK68.28%47.59%0.00%
43.14%

Color #2E4C91 in popluar number systems.

HEX2E4C91
Decimal4676145
Binary101110100110010010001
Octal56114221

Shades and tints

Shades of #2E4C91

#2E4C91
(46,76,145)
#2A4684
(42,70,132)
#264077
(38,64,119)
#223A6A
(34,58,106)
#1E345D
(30,52,93)
#1A2E50
(26,46,80)
#162843
(22,40,67)
#122236
(18,34,54)
#0E1C29
(14,28,41)
#0A161C
(10,22,28)
#06100F
(6,16,15)
#000000
(0,0,0)

Tints of #2E4C91

#2E4C91
(46,76,145)
#415C9B
(65,92,155)
#546CA5
(84,108,165)
#677CAF
(103,124,175)
#7A8CB9
(122,140,185)
#8D9CC3
(141,156,195)
#A0ACCD
(160,172,205)
#B3BCD7
(179,188,215)
#C6CCE1
(198,204,225)
#D9DCEB
(217,220,235)
#ECECF5
(236,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4C91 color. Also use rgb(46,76,145) instead hex code.

Text Font Color

.myTextColor { color: #2E4C91; }

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

This text font color is #2E4C91.


Background Color

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

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

This div background color is #2E4C91.


Border color

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

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

This div border color is #2E4C91.


Opacity

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

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

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

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

This text has shadow with #2E4C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4C91 on black background.


Color preview on white background

This text has color #2E4C91 on white background.



Black color preview on #2E4C91 background

This text has black color on #2E4C91 background.


White color preview on #2E4C91 background

This text has white color on #2E4C91 background.