COLOR #2E495A

HEX: #2E495A RGB: (46,73,90)

Color info

#2E495A contains red, green and blue colors in about the same proportion. Web safe color of #2E495A is #333366 (or #336).

RGB color model

#2E495A color RGB value is (46,73,90).

RGB: (46,73,90) (18%, 29%, 35%)

RGB channels and saturation

R 46 of 255 = 18%
G 73 of 255 = 29%
B 90 of 255 = 35%

46
73
90

R + G + B ~ 27%. #2E495A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 73 + 90 = 209 (100%)
R 46 of 209 ~ 22.01%
G 73 of 209 ~ 34.93%
B 90 of 209 ~ 43.06'%

%22.01
%34.93
%43.06

CMYK color model

#2E495A color CMYK value is (49,19,0,65).

  • cyan value is 48.89%
  • magenta value is 18.89%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (49,19,0,65)
C49M19Y0K65 (49%, 19%, 0%, 65%)
(0.49 / 0.19 / 0.00 / 0.65)

CMYK percentages

%48.89
%18.89
%0
%64.71

Codes

Color #2E495A in popluar color models

2E 49 5A
RGB 46 73 90
HSL 203° 32.35% 26.67%
HSB/HSV 203° 48.89% 35.29%
CMYK 48.89% 18.89% 0.00%
64.71%

Color #2E495A in popluar number systems.

HEX 2E 49 5A
Decimal 46 73 90
Binary 101110 1001001 1011010
Octal 56 111 132

Shades and tints

Shades of #2E495A

#2E495A
(46,73,90)
#2A4352
(42,67,82)
#263D4A
(38,61,74)
#223742
(34,55,66)
#1E313A
(30,49,58)
#1A2B32
(26,43,50)
#16252A
(22,37,42)
#121F22
(18,31,34)
#0E191A
(14,25,26)
#0A1312
(10,19,18)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #2E495A

#2E495A
(46,73,90)
#415969
(65,89,105)
#546978
(84,105,120)
#677987
(103,121,135)
#7A8996
(122,137,150)
#8D99A5
(141,153,165)
#A0A9B4
(160,169,180)
#B3B9C3
(179,185,195)
#C6C9D2
(198,201,210)
#D9D9E1
(217,217,225)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E495A color. Also use rgb(46,73,90) instead hex code.

Text Font Color

.myTextColor { color: #2E495A; }

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

This text font color is #2E495A.

Background Color

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

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

This div background color is #2E495A.

Border color

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

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

This div border color is #2E495A.

Opacity

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

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

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

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

This text has shadow with #2E495A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E495A.

Preview

Color preview on black background

This text has color #2E495A on black background.


Color preview on white background

This text has color #2E495A on white background.


Black color preview on #2E495A background

This text has black color on #2E495A background.


White color preview on #2E495A background

This text has white color on #2E495A background.


Related colors

Complementary color

Complementary color for #hex is #D1B6A5.


I love getcolorcode.com

Triadic colors

1 #5A2E49 and #495A2E with #2E495A are triadic colors.

2 #5A492E and #492E5A with #2E495A are triadic colors.