COLOR #2E5FC4

HEX: #2E5FC4
RGB: (46,95,196)

Color info

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

RGB color model

#2E5FC4 color RGB value is (46,95,196).

  • red value is 46;
  • green value is 95;
  • blue value is 196.
RGB:
(46,95,196)
(18%,37%,77%)

RGB channels and saturation

R 46 of 255 = 18%
G 95 of 255 = 37%
B 196 of 255 = 77%

46
95
196

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

Portions of RGB colors in percentages

R + G + B =
46 + 95 + 196 = 337 (100%)
R 46 of 337 ~ 13.65%
G 95 of 337 ~ 28.19%
B 196 of 337 ~ 58.16%

%13.65
%28.19
%58.16

CMYK color model

#2E5FC4 color CMYK value is (77,52,0,23).

  • cyan value is 76.53%
  • magenta value is 51.53%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(77,52,0,23)
C77M52Y0K23 
(77%,52%,0%,23%)
(0.77/0.52/0.00/0.23)	

CMYK percentages

%76.53
%51.53
%0
%23.14

Codes

Color #2E5FC4 in popluar color models

2E5FC4
RGB4695196
HSL220°61.98%47.45%
HSB/HSV220°76.53%76.86%
CMYK76.53%51.53%0.00%
23.14%

Color #2E5FC4 in popluar number systems.

HEX2E5FC4
Decimal4695196
Binary101110101111111000100
Octal56137304

Shades and tints

Shades of #2E5FC4

#2E5FC4
(46,95,196)
#2A57B3
(42,87,179)
#264FA2
(38,79,162)
#224791
(34,71,145)
#1E3F80
(30,63,128)
#1A376F
(26,55,111)
#162F5E
(22,47,94)
#12274D
(18,39,77)
#0E1F3C
(14,31,60)
#0A172B
(10,23,43)
#060F1A
(6,15,26)
#000000
(0,0,0)

Tints of #2E5FC4

#2E5FC4
(46,95,196)
#416DC9
(65,109,201)
#547BCE
(84,123,206)
#6789D3
(103,137,211)
#7A97D8
(122,151,216)
#8DA5DD
(141,165,221)
#A0B3E2
(160,179,226)
#B3C1E7
(179,193,231)
#C6CFEC
(198,207,236)
#D9DDF1
(217,221,241)
#ECEBF6
(236,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5FC4 color. Also use rgb(46,95,196) instead hex code.

Text Font Color

.myTextColor { color: #2E5FC4; }

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

This text font color is #2E5FC4.


Background Color

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

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

This div background color is #2E5FC4.


Border color

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

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

This div border color is #2E5FC4.


Opacity

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

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

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

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

This text has shadow with #2E5FC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5FC4 on black background.


Color preview on white background

This text has color #2E5FC4 on white background.



Black color preview on #2E5FC4 background

This text has black color on #2E5FC4 background.


White color preview on #2E5FC4 background

This text has white color on #2E5FC4 background.