COLOR #2E46D5

HEX: #2E46D5
RGB: (46,70,213)

Color info

#2E46D5 contains mainly blue color. Web safe color of #2E46D5 is #3333CC (or #33C).

RGB color model

#2E46D5 color RGB value is (46,70,213).

  • red value is 46;
  • green value is 70;
  • blue value is 213.
RGB:
(46,70,213)
(18%,27%,84%)

RGB channels and saturation

R 46 of 255 = 18%
G 70 of 255 = 27%
B 213 of 255 = 84%

46
70
213

R + G + B ~ 43%. #2E46D5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
46 + 70 + 213 = 329 (100%)
R 46 of 329 ~ 13.98%
G 70 of 329 ~ 21.28%
B 213 of 329 ~ 64.74%

%13.98
%21.28
%64.74

CMYK color model

#2E46D5 color CMYK value is (78,67,0,16).

  • cyan value is 78.40%
  • magenta value is 67.14%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(78,67,0,16)
C78M67Y0K16 
(78%,67%,0%,16%)
(0.78/0.67/0.00/0.16)	

CMYK percentages

%78.4
%67.14
%0
%16.47

Codes

Color #2E46D5 in popluar color models

2E46D5
RGB4670213
HSL231°66.53%50.78%
HSB/HSV231°78.40%83.53%
CMYK78.40%67.14%0.00%
16.47%

Color #2E46D5 in popluar number systems.

HEX2E46D5
Decimal4670213
Binary101110100011011010101
Octal56106325

Shades and tints

Shades of #2E46D5

#2E46D5
(46,70,213)
#2A40C2
(42,64,194)
#263AAF
(38,58,175)
#22349C
(34,52,156)
#1E2E89
(30,46,137)
#1A2876
(26,40,118)
#162263
(22,34,99)
#121C50
(18,28,80)
#0E163D
(14,22,61)
#0A102A
(10,16,42)
#060A17
(6,10,23)
#000000
(0,0,0)

Tints of #2E46D5

#2E46D5
(46,70,213)
#4156D8
(65,86,216)
#5466DB
(84,102,219)
#6776DE
(103,118,222)
#7A86E1
(122,134,225)
#8D96E4
(141,150,228)
#A0A6E7
(160,166,231)
#B3B6EA
(179,182,234)
#C6C6ED
(198,198,237)
#D9D6F0
(217,214,240)
#ECE6F3
(236,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E46D5 color. Also use rgb(46,70,213) instead hex code.

Text Font Color

.myTextColor { color: #2E46D5; }

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

This text font color is #2E46D5.


Background Color

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

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

This div background color is #2E46D5.


Border color

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

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

This div border color is #2E46D5.


Opacity

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

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

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

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

This text has shadow with #2E46D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E46D5 on black background.


Color preview on white background

This text has color #2E46D5 on white background.



Black color preview on #2E46D5 background

This text has black color on #2E46D5 background.


White color preview on #2E46D5 background

This text has white color on #2E46D5 background.