COLOR #2E42AE

HEX: #2E42AE
RGB: (46,66,174)

Color info

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

RGB color model

#2E42AE color RGB value is (46,66,174).

  • red value is 46;
  • green value is 66;
  • blue value is 174.
RGB:
(46,66,174)
(18%,26%,68%)

RGB channels and saturation

R 46 of 255 = 18%
G 66 of 255 = 26%
B 174 of 255 = 68%

46
66
174

R + G + B ~ 37%. #2E42AE is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 66 + 174 = 286 (100%)
R 46 of 286 ~ 16.08%
G 66 of 286 ~ 23.08%
B 174 of 286 ~ 60.84%

%16.08
%23.08
%60.84

CMYK color model

#2E42AE color CMYK value is (74,62,0,32).

  • cyan value is 73.56%
  • magenta value is 62.07%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(74,62,0,32)
C74M62Y0K32 
(74%,62%,0%,32%)
(0.74/0.62/0.00/0.32)	

CMYK percentages

%73.56
%62.07
%0
%31.76

Codes

Color #2E42AE in popluar color models

2E42AE
RGB4666174
HSL231°58.18%43.14%
HSB/HSV231°73.56%68.24%
CMYK73.56%62.07%0.00%
31.76%

Color #2E42AE in popluar number systems.

HEX2E42AE
Decimal4666174
Binary101110100001010101110
Octal56102256

Shades and tints

Shades of #2E42AE

#2E42AE
(46,66,174)
#2A3C9F
(42,60,159)
#263690
(38,54,144)
#223081
(34,48,129)
#1E2A72
(30,42,114)
#1A2463
(26,36,99)
#161E54
(22,30,84)
#121845
(18,24,69)
#0E1236
(14,18,54)
#0A0C27
(10,12,39)
#060618
(6,6,24)
#000000
(0,0,0)

Tints of #2E42AE

#2E42AE
(46,66,174)
#4153B5
(65,83,181)
#5464BC
(84,100,188)
#6775C3
(103,117,195)
#7A86CA
(122,134,202)
#8D97D1
(141,151,209)
#A0A8D8
(160,168,216)
#B3B9DF
(179,185,223)
#C6CAE6
(198,202,230)
#D9DBED
(217,219,237)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E42AE color. Also use rgb(46,66,174) instead hex code.

Text Font Color

.myTextColor { color: #2E42AE; }

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

This text font color is #2E42AE.


Background Color

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

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

This div background color is #2E42AE.


Border color

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

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

This div border color is #2E42AE.


Opacity

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

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

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

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

This text has shadow with #2E42AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E42AE on black background.


Color preview on white background

This text has color #2E42AE on white background.



Black color preview on #2E42AE background

This text has black color on #2E42AE background.


White color preview on #2E42AE background

This text has white color on #2E42AE background.