COLOR #2E6ACC

HEX: #2E6ACC
RGB: (46,106,204)

Color info

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

RGB color model

#2E6ACC color RGB value is (46,106,204).

  • red value is 46;
  • green value is 106;
  • blue value is 204.
RGB:
(46,106,204)
(18%,42%,80%)

RGB channels and saturation

R 46 of 255 = 18%
G 106 of 255 = 42%
B 204 of 255 = 80%

46
106
204

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

Portions of RGB colors in percentages

R + G + B =
46 + 106 + 204 = 356 (100%)
R 46 of 356 ~ 12.92%
G 106 of 356 ~ 29.78%
B 204 of 356 ~ 57.3%

%12.92
%29.78
%57.3

CMYK color model

#2E6ACC color CMYK value is (77,48,0,20).

  • cyan value is 77.45%
  • magenta value is 48.04%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(77,48,0,20)
C77M48Y0K20 
(77%,48%,0%,20%)
(0.77/0.48/0.00/0.20)	

CMYK percentages

%77.45
%48.04
%0
%20

Codes

Color #2E6ACC in popluar color models

2E6ACC
RGB46106204
HSL217°63.20%49.02%
HSB/HSV217°77.45%80.00%
CMYK77.45%48.04%0.00%
20.00%

Color #2E6ACC in popluar number systems.

HEX2E6ACC
Decimal46106204
Binary101110110101011001100
Octal56152314

Shades and tints

Shades of #2E6ACC

#2E6ACC
(46,106,204)
#2A61BA
(42,97,186)
#2658A8
(38,88,168)
#224F96
(34,79,150)
#1E4684
(30,70,132)
#1A3D72
(26,61,114)
#163460
(22,52,96)
#122B4E
(18,43,78)
#0E223C
(14,34,60)
#0A192A
(10,25,42)
#061018
(6,16,24)
#000000
(0,0,0)

Tints of #2E6ACC

#2E6ACC
(46,106,204)
#4177D0
(65,119,208)
#5484D4
(84,132,212)
#6791D8
(103,145,216)
#7A9EDC
(122,158,220)
#8DABE0
(141,171,224)
#A0B8E4
(160,184,228)
#B3C5E8
(179,197,232)
#C6D2EC
(198,210,236)
#D9DFF0
(217,223,240)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6ACC color. Also use rgb(46,106,204) instead hex code.

Text Font Color

.myTextColor { color: #2E6ACC; }

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

This text font color is #2E6ACC.


Background Color

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

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

This div background color is #2E6ACC.


Border color

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

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

This div border color is #2E6ACC.


Opacity

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

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

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

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

This text has shadow with #2E6ACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6ACC on black background.


Color preview on white background

This text has color #2E6ACC on white background.



Black color preview on #2E6ACC background

This text has black color on #2E6ACC background.


White color preview on #2E6ACC background

This text has white color on #2E6ACC background.