COLOR #2E5F9B

HEX: #2E5F9B RGB: (46,95,155)

Color info

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

RGB color model

#2E5F9B color RGB value is (46,95,155).

RGB: (46,95,155) (18%, 37%, 61%)

RGB channels and saturation

R 46 of 255 = 18%
G 95 of 255 = 37%
B 155 of 255 = 61%

46
95
155

R + G + B ~ 39%. #2E5F9B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 95 + 155 = 296 (100%)
R 46 of 296 ~ 15.54%
G 95 of 296 ~ 32.09%
B 155 of 296 ~ 52.36'%

%15.54
%32.09
%52.36

CMYK color model

#2E5F9B color CMYK value is (70,39,0,39).

  • cyan value is 70.32%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (70,39,0,39)
C70M39Y0K39 (70%, 39%, 0%, 39%)
(0.70 / 0.39 / 0.00 / 0.39)

CMYK percentages

%70.32
%38.71
%0
%39.22

Codes

Color #2E5F9B in popluar color models

2E 5F 9B
RGB 46 95 155
HSL 213° 54.23% 39.41%
HSB/HSV 213° 70.32% 60.78%
CMYK 70.32% 38.71% 0.00%
39.22%

Color #2E5F9B in popluar number systems.

HEX 2E 5F 9B
Decimal 46 95 155
Binary 101110 1011111 10011011
Octal 56 137 233

Shades and tints

Shades of #2E5F9B

#2E5F9B
(46,95,155)
#2A578D
(42,87,141)
#264F7F
(38,79,127)
#224771
(34,71,113)
#1E3F63
(30,63,99)
#1A3755
(26,55,85)
#162F47
(22,47,71)
#122739
(18,39,57)
#0E1F2B
(14,31,43)
#0A171D
(10,23,29)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #2E5F9B

#2E5F9B
(46,95,155)
#416DA4
(65,109,164)
#547BAD
(84,123,173)
#6789B6
(103,137,182)
#7A97BF
(122,151,191)
#8DA5C8
(141,165,200)
#A0B3D1
(160,179,209)
#B3C1DA
(179,193,218)
#C6CFE3
(198,207,227)
#D9DDEC
(217,221,236)
#ECEBF5
(236,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5F9B; }

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

This text font color is #2E5F9B.

Background Color

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

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

This div background color is #2E5F9B.

Border color

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

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

This div border color is #2E5F9B.

Opacity

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

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

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

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

This text has shadow with #2E5F9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5F9B.

Preview

Color preview on black background

This text has color #2E5F9B on black background.


Color preview on white background

This text has color #2E5F9B on white background.


Black color preview on #2E5F9B background

This text has black color on #2E5F9B background.


White color preview on #2E5F9B background

This text has white color on #2E5F9B background.


Related colors

Complementary color

Complementary color for #hex is #D1A064.


I love getcolorcode.com

Triadic colors

1 #9B2E5F and #5F9B2E with #2E5F9B are triadic colors.

2 #9B5F2E and #5F2E9B with #2E5F9B are triadic colors.