COLOR #2E62A7

HEX: #2E62A7
RGB: (46,98,167)

Color info

#2E62A7 contains mainly blue color. Web safe color of #2E62A7 is #336699 (or #369).

RGB color model

#2E62A7 color RGB value is (46,98,167).

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

RGB channels and saturation

R 46 of 255 = 18%
G 98 of 255 = 38%
B 167 of 255 = 65%

46
98
167

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

Portions of RGB colors in percentages

R + G + B =
46 + 98 + 167 = 311 (100%)
R 46 of 311 ~ 14.79%
G 98 of 311 ~ 31.51%
B 167 of 311 ~ 53.7%

%14.79
%31.51
%53.7

CMYK color model

#2E62A7 color CMYK value is (72,41,0,35).

  • cyan value is 72.46%
  • magenta value is 41.32%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(72,41,0,35)
C72M41Y0K35 
(72%,41%,0%,35%)
(0.72/0.41/0.00/0.35)	

CMYK percentages

%72.46
%41.32
%0
%34.51

Codes

Color #2E62A7 in popluar color models

2E62A7
RGB4698167
HSL214°56.81%41.76%
HSB/HSV214°72.46%65.49%
CMYK72.46%41.32%0.00%
34.51%

Color #2E62A7 in popluar number systems.

HEX2E62A7
Decimal4698167
Binary101110110001010100111
Octal56142247

Shades and tints

Shades of #2E62A7

#2E62A7
(46,98,167)
#2A5A98
(42,90,152)
#265289
(38,82,137)
#224A7A
(34,74,122)
#1E426B
(30,66,107)
#1A3A5C
(26,58,92)
#16324D
(22,50,77)
#122A3E
(18,42,62)
#0E222F
(14,34,47)
#0A1A20
(10,26,32)
#061211
(6,18,17)
#000000
(0,0,0)

Tints of #2E62A7

#2E62A7
(46,98,167)
#4170AF
(65,112,175)
#547EB7
(84,126,183)
#678CBF
(103,140,191)
#7A9AC7
(122,154,199)
#8DA8CF
(141,168,207)
#A0B6D7
(160,182,215)
#B3C4DF
(179,196,223)
#C6D2E7
(198,210,231)
#D9E0EF
(217,224,239)
#ECEEF7
(236,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E62A7; }

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

This text font color is #2E62A7.


Background Color

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

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

This div background color is #2E62A7.


Border color

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

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

This div border color is #2E62A7.


Opacity

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

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

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

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

This text has shadow with #2E62A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E62A7 on black background.


Color preview on white background

This text has color #2E62A7 on white background.



Black color preview on #2E62A7 background

This text has black color on #2E62A7 background.


White color preview on #2E62A7 background

This text has white color on #2E62A7 background.