COLOR #2E52B2

HEX: #2E52B2
RGB: (46,82,178)

Color info

#2E52B2 contains mainly blue color. Web safe color of #2E52B2 is #336699 (or #369).

RGB color model

#2E52B2 color RGB value is (46,82,178).

  • red value is 46;
  • green value is 82;
  • blue value is 178.
RGB:
(46,82,178)
(18%,32%,70%)

RGB channels and saturation

R 46 of 255 = 18%
G 82 of 255 = 32%
B 178 of 255 = 70%

46
82
178

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

Portions of RGB colors in percentages

R + G + B =
46 + 82 + 178 = 306 (100%)
R 46 of 306 ~ 15.03%
G 82 of 306 ~ 26.8%
B 178 of 306 ~ 58.17%

%15.03
%26.8
%58.17

CMYK color model

#2E52B2 color CMYK value is (74,54,0,30).

  • cyan value is 74.16%
  • magenta value is 53.93%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(74,54,0,30)
C74M54Y0K30 
(74%,54%,0%,30%)
(0.74/0.54/0.00/0.30)	

CMYK percentages

%74.16
%53.93
%0
%30.2

Codes

Color #2E52B2 in popluar color models

2E52B2
RGB4682178
HSL224°58.93%43.92%
HSB/HSV224°74.16%69.80%
CMYK74.16%53.93%0.00%
30.20%

Color #2E52B2 in popluar number systems.

HEX2E52B2
Decimal4682178
Binary101110101001010110010
Octal56122262

Shades and tints

Shades of #2E52B2

#2E52B2
(46,82,178)
#2A4BA2
(42,75,162)
#264492
(38,68,146)
#223D82
(34,61,130)
#1E3672
(30,54,114)
#1A2F62
(26,47,98)
#162852
(22,40,82)
#122142
(18,33,66)
#0E1A32
(14,26,50)
#0A1322
(10,19,34)
#060C12
(6,12,18)
#000000
(0,0,0)

Tints of #2E52B2

#2E52B2
(46,82,178)
#4161B9
(65,97,185)
#5470C0
(84,112,192)
#677FC7
(103,127,199)
#7A8ECE
(122,142,206)
#8D9DD5
(141,157,213)
#A0ACDC
(160,172,220)
#B3BBE3
(179,187,227)
#C6CAEA
(198,202,234)
#D9D9F1
(217,217,241)
#ECE8F8
(236,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E52B2 color. Also use rgb(46,82,178) instead hex code.

Text Font Color

.myTextColor { color: #2E52B2; }

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

This text font color is #2E52B2.


Background Color

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

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

This div background color is #2E52B2.


Border color

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

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

This div border color is #2E52B2.


Opacity

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

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

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

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

This text has shadow with #2E52B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E52B2 on black background.


Color preview on white background

This text has color #2E52B2 on white background.



Black color preview on #2E52B2 background

This text has black color on #2E52B2 background.


White color preview on #2E52B2 background

This text has white color on #2E52B2 background.