COLOR #2E65A5

HEX: #2E65A5
RGB: (46,101,165)

Color info

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

RGB color model

#2E65A5 color RGB value is (46,101,165).

  • red value is 46;
  • green value is 101;
  • blue value is 165.
RGB:
(46,101,165)
(18%,40%,65%)

RGB channels and saturation

R 46 of 255 = 18%
G 101 of 255 = 40%
B 165 of 255 = 65%

46
101
165

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

Portions of RGB colors in percentages

R + G + B =
46 + 101 + 165 = 312 (100%)
R 46 of 312 ~ 14.74%
G 101 of 312 ~ 32.37%
B 165 of 312 ~ 52.88%

%14.74
%32.37
%52.88

CMYK color model

#2E65A5 color CMYK value is (72,39,0,35).

  • cyan value is 72.12%
  • magenta value is 38.79%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(72,39,0,35)
C72M39Y0K35 
(72%,39%,0%,35%)
(0.72/0.39/0.00/0.35)	

CMYK percentages

%72.12
%38.79
%0
%35.29

Codes

Color #2E65A5 in popluar color models

2E65A5
RGB46101165
HSL212°56.40%41.37%
HSB/HSV212°72.12%64.71%
CMYK72.12%38.79%0.00%
35.29%

Color #2E65A5 in popluar number systems.

HEX2E65A5
Decimal46101165
Binary101110110010110100101
Octal56145245

Shades and tints

Shades of #2E65A5

#2E65A5
(46,101,165)
#2A5C96
(42,92,150)
#265387
(38,83,135)
#224A78
(34,74,120)
#1E4169
(30,65,105)
#1A385A
(26,56,90)
#162F4B
(22,47,75)
#12263C
(18,38,60)
#0E1D2D
(14,29,45)
#0A141E
(10,20,30)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #2E65A5

#2E65A5
(46,101,165)
#4173AD
(65,115,173)
#5481B5
(84,129,181)
#678FBD
(103,143,189)
#7A9DC5
(122,157,197)
#8DABCD
(141,171,205)
#A0B9D5
(160,185,213)
#B3C7DD
(179,199,221)
#C6D5E5
(198,213,229)
#D9E3ED
(217,227,237)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E65A5 color. Also use rgb(46,101,165) instead hex code.

Text Font Color

.myTextColor { color: #2E65A5; }

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

This text font color is #2E65A5.


Background Color

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

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

This div background color is #2E65A5.


Border color

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

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

This div border color is #2E65A5.


Opacity

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

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

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

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

This text has shadow with #2E65A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E65A5 on black background.


Color preview on white background

This text has color #2E65A5 on white background.



Black color preview on #2E65A5 background

This text has black color on #2E65A5 background.


White color preview on #2E65A5 background

This text has white color on #2E65A5 background.