COLOR #2E5390

HEX: #2E5390 RGB: (46,83,144)

Color info

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

RGB color model

#2E5390 color RGB value is (46,83,144).

RGB: (46,83,144) (18%, 33%, 56%)

RGB channels and saturation

R 46 of 255 = 18%
G 83 of 255 = 33%
B 144 of 255 = 56%

46
83
144

R + G + B ~ 36%. #2E5390 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 83 + 144 = 273 (100%)
R 46 of 273 ~ 16.85%
G 83 of 273 ~ 30.4%
B 144 of 273 ~ 52.75'%

%16.85
%30.4
%52.75

CMYK color model

#2E5390 color CMYK value is (68,42,0,44).

  • cyan value is 68.06%
  • magenta value is 42.36%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (68,42,0,44)
C68M42Y0K44 (68%, 42%, 0%, 44%)
(0.68 / 0.42 / 0.00 / 0.44)

CMYK percentages

%68.06
%42.36
%0
%43.53

Codes

Color #2E5390 in popluar color models

2E 53 90
RGB 46 83 144
HSL 217° 51.58% 37.25%
HSB/HSV 217° 68.06% 56.47%
CMYK 68.06% 42.36% 0.00%
43.53%

Color #2E5390 in popluar number systems.

HEX 2E 53 90
Decimal 46 83 144
Binary 101110 1010011 10010000
Octal 56 123 220

Shades and tints

Shades of #2E5390

#2E5390
(46,83,144)
#2A4C83
(42,76,131)
#264576
(38,69,118)
#223E69
(34,62,105)
#1E375C
(30,55,92)
#1A304F
(26,48,79)
#162942
(22,41,66)
#122235
(18,34,53)
#0E1B28
(14,27,40)
#0A141B
(10,20,27)
#060D0E
(6,13,14)
#000000
(0,0,0)

Tints of #2E5390

#2E5390
(46,83,144)
#41629A
(65,98,154)
#5471A4
(84,113,164)
#6780AE
(103,128,174)
#7A8FB8
(122,143,184)
#8D9EC2
(141,158,194)
#A0ADCC
(160,173,204)
#B3BCD6
(179,188,214)
#C6CBE0
(198,203,224)
#D9DAEA
(217,218,234)
#ECE9F4
(236,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5390 color. Also use rgb(46,83,144) instead hex code.

Text Font Color

.myTextColor { color: #2E5390; }

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

This text font color is #2E5390.

Background Color

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

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

This div background color is #2E5390.

Border color

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

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

This div border color is #2E5390.

Opacity

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

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

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

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

This text has shadow with #2E5390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5390.

Preview

Color preview on black background

This text has color #2E5390 on black background.


Color preview on white background

This text has color #2E5390 on white background.


Black color preview on #2E5390 background

This text has black color on #2E5390 background.


White color preview on #2E5390 background

This text has white color on #2E5390 background.


Related colors

Complementary color

Complementary color for #hex is #D1AC6F.


I love getcolorcode.com

Triadic colors

1 #902E53 and #53902E with #2E5390 are triadic colors.

2 #90532E and #532E90 with #2E5390 are triadic colors.