COLOR #2E438D

HEX: #2E438D
RGB: (46,67,141)

Color info

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

RGB color model

#2E438D color RGB value is (46,67,141).

  • red value is 46;
  • green value is 67;
  • blue value is 141.
RGB:
(46,67,141)
(18%,26%,55%)

RGB channels and saturation

R 46 of 255 = 18%
G 67 of 255 = 26%
B 141 of 255 = 55%

46
67
141

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

Portions of RGB colors in percentages

R + G + B =
46 + 67 + 141 = 254 (100%)
R 46 of 254 ~ 18.11%
G 67 of 254 ~ 26.38%
B 141 of 254 ~ 55.51%

%18.11
%26.38
%55.51

CMYK color model

#2E438D color CMYK value is (67,52,0,45).

  • cyan value is 67.38%
  • magenta value is 52.48%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(67,52,0,45)
C67M52Y0K45 
(67%,52%,0%,45%)
(0.67/0.52/0.00/0.45)	

CMYK percentages

%67.38
%52.48
%0
%44.71

Codes

Color #2E438D in popluar color models

2E438D
RGB4667141
HSL227°50.80%36.67%
HSB/HSV227°67.38%55.29%
CMYK67.38%52.48%0.00%
44.71%

Color #2E438D in popluar number systems.

HEX2E438D
Decimal4667141
Binary101110100001110001101
Octal56103215

Shades and tints

Shades of #2E438D

#2E438D
(46,67,141)
#2A3D81
(42,61,129)
#263775
(38,55,117)
#223169
(34,49,105)
#1E2B5D
(30,43,93)
#1A2551
(26,37,81)
#161F45
(22,31,69)
#121939
(18,25,57)
#0E132D
(14,19,45)
#0A0D21
(10,13,33)
#060715
(6,7,21)
#000000
(0,0,0)

Tints of #2E438D

#2E438D
(46,67,141)
#415497
(65,84,151)
#5465A1
(84,101,161)
#6776AB
(103,118,171)
#7A87B5
(122,135,181)
#8D98BF
(141,152,191)
#A0A9C9
(160,169,201)
#B3BAD3
(179,186,211)
#C6CBDD
(198,203,221)
#D9DCE7
(217,220,231)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E438D color. Also use rgb(46,67,141) instead hex code.

Text Font Color

.myTextColor { color: #2E438D; }

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

This text font color is #2E438D.


Background Color

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

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

This div background color is #2E438D.


Border color

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

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

This div border color is #2E438D.


Opacity

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

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

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

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

This text has shadow with #2E438D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E438D on black background.


Color preview on white background

This text has color #2E438D on white background.



Black color preview on #2E438D background

This text has black color on #2E438D background.


White color preview on #2E438D background

This text has white color on #2E438D background.