COLOR #2E71C3

HEX: #2E71C3 RGB: (46,113,195)

Color info

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

RGB color model

#2E71C3 color RGB value is (46,113,195).

RGB: (46,113,195) (18%, 44%, 76%)

RGB channels and saturation

R 46 of 255 = 18%
G 113 of 255 = 44%
B 195 of 255 = 76%

46
113
195

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

Portions of RGB colors in percentages

R + G + B = 46 + 113 + 195 = 354 (100%)
R 46 of 354 ~ 12.99%
G 113 of 354 ~ 31.92%
B 195 of 354 ~ 55.08'%

%12.99
%31.92
%55.08

CMYK color model

#2E71C3 color CMYK value is (76,42,0,24).

  • cyan value is 76.41%
  • magenta value is 42.05%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (76,42,0,24)
C76M42Y0K24 (76%, 42%, 0%, 24%)
(0.76 / 0.42 / 0.00 / 0.24)

CMYK percentages

%76.41
%42.05
%0
%23.53

Codes

Color #2E71C3 in popluar color models

2E 71 C3
RGB 46 113 195
HSL 213° 61.83% 47.25%
HSB/HSV 213° 76.41% 76.47%
CMYK 76.41% 42.05% 0.00%
23.53%

Color #2E71C3 in popluar number systems.

HEX 2E 71 C3
Decimal 46 113 195
Binary 101110 1110001 11000011
Octal 56 161 303

Shades and tints

Shades of #2E71C3

#2E71C3
(46,113,195)
#2A67B2
(42,103,178)
#265DA1
(38,93,161)
#225390
(34,83,144)
#1E497F
(30,73,127)
#1A3F6E
(26,63,110)
#16355D
(22,53,93)
#122B4C
(18,43,76)
#0E213B
(14,33,59)
#0A172A
(10,23,42)
#060D19
(6,13,25)
#000000
(0,0,0)

Tints of #2E71C3

#2E71C3
(46,113,195)
#417DC8
(65,125,200)
#5489CD
(84,137,205)
#6795D2
(103,149,210)
#7AA1D7
(122,161,215)
#8DADDC
(141,173,220)
#A0B9E1
(160,185,225)
#B3C5E6
(179,197,230)
#C6D1EB
(198,209,235)
#D9DDF0
(217,221,240)
#ECE9F5
(236,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E71C3 color. Also use rgb(46,113,195) instead hex code.

Text Font Color

.myTextColor { color: #2E71C3; }

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

This text font color is #2E71C3.

Background Color

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

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

This div background color is #2E71C3.

Border color

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

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

This div border color is #2E71C3.

Opacity

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

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

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

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

This text has shadow with #2E71C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E71C3.

Preview

Color preview on black background

This text has color #2E71C3 on black background.


Color preview on white background

This text has color #2E71C3 on white background.


Black color preview on #2E71C3 background

This text has black color on #2E71C3 background.


White color preview on #2E71C3 background

This text has white color on #2E71C3 background.


Related colors

Complementary color

Complementary color for #hex is #D18E3C.


I love getcolorcode.com

Triadic colors

1 #C32E71 and #71C32E with #2E71C3 are triadic colors.

2 #C3712E and #712EC3 with #2E71C3 are triadic colors.