COLOR #2E4FCA

HEX: #2E4FCA
RGB: (46,79,202)

Color info

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

RGB color model

#2E4FCA color RGB value is (46,79,202).

  • red value is 46;
  • green value is 79;
  • blue value is 202.
RGB:
(46,79,202)
(18%,31%,79%)

RGB channels and saturation

R 46 of 255 = 18%
G 79 of 255 = 31%
B 202 of 255 = 79%

46
79
202

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

Portions of RGB colors in percentages

R + G + B =
46 + 79 + 202 = 327 (100%)
R 46 of 327 ~ 14.07%
G 79 of 327 ~ 24.16%
B 202 of 327 ~ 61.77%

%14.07
%24.16
%61.77

CMYK color model

#2E4FCA color CMYK value is (77,61,0,21).

  • cyan value is 77.23%
  • magenta value is 60.89%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(77,61,0,21)
C77M61Y0K21 
(77%,61%,0%,21%)
(0.77/0.61/0.00/0.21)	

CMYK percentages

%77.23
%60.89
%0
%20.78

Codes

Color #2E4FCA in popluar color models

2E4FCA
RGB4679202
HSL227°62.90%48.63%
HSB/HSV227°77.23%79.22%
CMYK77.23%60.89%0.00%
20.78%

Color #2E4FCA in popluar number systems.

HEX2E4FCA
Decimal4679202
Binary101110100111111001010
Octal56117312

Shades and tints

Shades of #2E4FCA

#2E4FCA
(46,79,202)
#2A48B8
(42,72,184)
#2641A6
(38,65,166)
#223A94
(34,58,148)
#1E3382
(30,51,130)
#1A2C70
(26,44,112)
#16255E
(22,37,94)
#121E4C
(18,30,76)
#0E173A
(14,23,58)
#0A1028
(10,16,40)
#060916
(6,9,22)
#000000
(0,0,0)

Tints of #2E4FCA

#2E4FCA
(46,79,202)
#415FCE
(65,95,206)
#546FD2
(84,111,210)
#677FD6
(103,127,214)
#7A8FDA
(122,143,218)
#8D9FDE
(141,159,222)
#A0AFE2
(160,175,226)
#B3BFE6
(179,191,230)
#C6CFEA
(198,207,234)
#D9DFEE
(217,223,238)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4FCA color. Also use rgb(46,79,202) instead hex code.

Text Font Color

.myTextColor { color: #2E4FCA; }

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

This text font color is #2E4FCA.


Background Color

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

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

This div background color is #2E4FCA.


Border color

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

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

This div border color is #2E4FCA.


Opacity

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

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

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

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

This text has shadow with #2E4FCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4FCA on black background.


Color preview on white background

This text has color #2E4FCA on white background.



Black color preview on #2E4FCA background

This text has black color on #2E4FCA background.


White color preview on #2E4FCA background

This text has white color on #2E4FCA background.