COLOR #2E62B5

HEX: #2E62B5
RGB: (46,98,181)

Color info

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

RGB color model

#2E62B5 color RGB value is (46,98,181).

  • red value is 46;
  • green value is 98;
  • blue value is 181.
RGB:
(46,98,181)
(18%,38%,71%)

RGB channels and saturation

R 46 of 255 = 18%
G 98 of 255 = 38%
B 181 of 255 = 71%

46
98
181

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

Portions of RGB colors in percentages

R + G + B =
46 + 98 + 181 = 325 (100%)
R 46 of 325 ~ 14.15%
G 98 of 325 ~ 30.15%
B 181 of 325 ~ 55.69%

%14.15
%30.15
%55.69

CMYK color model

#2E62B5 color CMYK value is (75,46,0,29).

  • cyan value is 74.59%
  • magenta value is 45.86%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(75,46,0,29)
C75M46Y0K29 
(75%,46%,0%,29%)
(0.75/0.46/0.00/0.29)	

CMYK percentages

%74.59
%45.86
%0
%29.02

Codes

Color #2E62B5 in popluar color models

2E62B5
RGB4698181
HSL217°59.47%44.51%
HSB/HSV217°74.59%70.98%
CMYK74.59%45.86%0.00%
29.02%

Color #2E62B5 in popluar number systems.

HEX2E62B5
Decimal4698181
Binary101110110001010110101
Octal56142265

Shades and tints

Shades of #2E62B5

#2E62B5
(46,98,181)
#2A5AA5
(42,90,165)
#265295
(38,82,149)
#224A85
(34,74,133)
#1E4275
(30,66,117)
#1A3A65
(26,58,101)
#163255
(22,50,85)
#122A45
(18,42,69)
#0E2235
(14,34,53)
#0A1A25
(10,26,37)
#061215
(6,18,21)
#000000
(0,0,0)

Tints of #2E62B5

#2E62B5
(46,98,181)
#4170BB
(65,112,187)
#547EC1
(84,126,193)
#678CC7
(103,140,199)
#7A9ACD
(122,154,205)
#8DA8D3
(141,168,211)
#A0B6D9
(160,182,217)
#B3C4DF
(179,196,223)
#C6D2E5
(198,210,229)
#D9E0EB
(217,224,235)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E62B5 color. Also use rgb(46,98,181) instead hex code.

Text Font Color

.myTextColor { color: #2E62B5; }

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

This text font color is #2E62B5.


Background Color

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

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

This div background color is #2E62B5.


Border color

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

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

This div border color is #2E62B5.


Opacity

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

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

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

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

This text has shadow with #2E62B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E62B5 on black background.


Color preview on white background

This text has color #2E62B5 on white background.



Black color preview on #2E62B5 background

This text has black color on #2E62B5 background.


White color preview on #2E62B5 background

This text has white color on #2E62B5 background.