COLOR #2E72C2

HEX: #2E72C2
RGB: (46,114,194)

Color info

#2E72C2 contains mainly blue color. Web safe color of #2E72C2 is #3366CC (or #36C).

RGB color model

#2E72C2 color RGB value is (46,114,194).

  • red value is 46;
  • green value is 114;
  • blue value is 194.
RGB:
(46,114,194)
(18%,45%,76%)

RGB channels and saturation

R 46 of 255 = 18%
G 114 of 255 = 45%
B 194 of 255 = 76%

46
114
194

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

Portions of RGB colors in percentages

R + G + B =
46 + 114 + 194 = 354 (100%)
R 46 of 354 ~ 12.99%
G 114 of 354 ~ 32.2%
B 194 of 354 ~ 54.8%

%12.99
%32.2
%54.8

CMYK color model

#2E72C2 color CMYK value is (76,41,0,24).

  • cyan value is 76.29%
  • magenta value is 41.24%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(76,41,0,24)
C76M41Y0K24 
(76%,41%,0%,24%)
(0.76/0.41/0.00/0.24)	

CMYK percentages

%76.29
%41.24
%0
%23.92

Codes

Color #2E72C2 in popluar color models

2E72C2
RGB46114194
HSL212°61.67%47.06%
HSB/HSV212°76.29%76.08%
CMYK76.29%41.24%0.00%
23.92%

Color #2E72C2 in popluar number systems.

HEX2E72C2
Decimal46114194
Binary101110111001011000010
Octal56162302

Shades and tints

Shades of #2E72C2

#2E72C2
(46,114,194)
#2A68B1
(42,104,177)
#265EA0
(38,94,160)
#22548F
(34,84,143)
#1E4A7E
(30,74,126)
#1A406D
(26,64,109)
#16365C
(22,54,92)
#122C4B
(18,44,75)
#0E223A
(14,34,58)
#0A1829
(10,24,41)
#060E18
(6,14,24)
#000000
(0,0,0)

Tints of #2E72C2

#2E72C2
(46,114,194)
#417EC7
(65,126,199)
#548ACC
(84,138,204)
#6796D1
(103,150,209)
#7AA2D6
(122,162,214)
#8DAEDB
(141,174,219)
#A0BAE0
(160,186,224)
#B3C6E5
(179,198,229)
#C6D2EA
(198,210,234)
#D9DEEF
(217,222,239)
#ECEAF4
(236,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E72C2 color. Also use rgb(46,114,194) instead hex code.

Text Font Color

.myTextColor { color: #2E72C2; }

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

This text font color is #2E72C2.


Background Color

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

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

This div background color is #2E72C2.


Border color

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

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

This div border color is #2E72C2.


Opacity

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

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

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

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

This text has shadow with #2E72C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E72C2 on black background.


Color preview on white background

This text has color #2E72C2 on white background.



Black color preview on #2E72C2 background

This text has black color on #2E72C2 background.


White color preview on #2E72C2 background

This text has white color on #2E72C2 background.