COLOR #2E5FA5

HEX: #2E5FA5 RGB: (46,95,165)

Color info

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

RGB color model

#2E5FA5 color RGB value is (46,95,165).

RGB: (46,95,165) (18%, 37%, 65%)

RGB channels and saturation

R 46 of 255 = 18%
G 95 of 255 = 37%
B 165 of 255 = 65%

46
95
165

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

Portions of RGB colors in percentages

R + G + B = 46 + 95 + 165 = 306 (100%)
R 46 of 306 ~ 15.03%
G 95 of 306 ~ 31.05%
B 165 of 306 ~ 53.92'%

%15.03
%31.05
%53.92

CMYK color model

#2E5FA5 color CMYK value is (72,42,0,35).

  • cyan value is 72.12%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (72,42,0,35)
C72M42Y0K35 (72%, 42%, 0%, 35%)
(0.72 / 0.42 / 0.00 / 0.35)

CMYK percentages

%72.12
%42.42
%0
%35.29

Codes

Color #2E5FA5 in popluar color models

2E 5F A5
RGB 46 95 165
HSL 215° 56.40% 41.37%
HSB/HSV 215° 72.12% 64.71%
CMYK 72.12% 42.42% 0.00%
35.29%

Color #2E5FA5 in popluar number systems.

HEX 2E 5F A5
Decimal 46 95 165
Binary 101110 1011111 10100101
Octal 56 137 245

Shades and tints

Shades of #2E5FA5

#2E5FA5
(46,95,165)
#2A5796
(42,87,150)
#264F87
(38,79,135)
#224778
(34,71,120)
#1E3F69
(30,63,105)
#1A375A
(26,55,90)
#162F4B
(22,47,75)
#12273C
(18,39,60)
#0E1F2D
(14,31,45)
#0A171E
(10,23,30)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #2E5FA5

#2E5FA5
(46,95,165)
#416DAD
(65,109,173)
#547BB5
(84,123,181)
#6789BD
(103,137,189)
#7A97C5
(122,151,197)
#8DA5CD
(141,165,205)
#A0B3D5
(160,179,213)
#B3C1DD
(179,193,221)
#C6CFE5
(198,207,229)
#D9DDED
(217,221,237)
#ECEBF5
(236,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5FA5; }

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

This text font color is #2E5FA5.

Background Color

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

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

This div background color is #2E5FA5.

Border color

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

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

This div border color is #2E5FA5.

Opacity

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

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

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

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

This text has shadow with #2E5FA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5FA5.

Preview

Color preview on black background

This text has color #2E5FA5 on black background.


Color preview on white background

This text has color #2E5FA5 on white background.


Black color preview on #2E5FA5 background

This text has black color on #2E5FA5 background.


White color preview on #2E5FA5 background

This text has white color on #2E5FA5 background.


Related colors

Complementary color

Complementary color for #hex is #D1A05A.


I love getcolorcode.com

Triadic colors

1 #A52E5F and #5FA52E with #2E5FA5 are triadic colors.

2 #A55F2E and #5F2EA5 with #2E5FA5 are triadic colors.