COLOR #2E3479

HEX: #2E3479 RGB: (46,52,121)

Color info

#2E3479 contains mainly blue color. Web safe color of #2E3479 is #333366 (or #336).

RGB color model

#2E3479 color RGB value is (46,52,121).

RGB: (46,52,121) (18%, 20%, 47%)

RGB channels and saturation

R 46 of 255 = 18%
G 52 of 255 = 20%
B 121 of 255 = 47%

46
52
121

R + G + B ~ 28%. #2E3479 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 52 + 121 = 219 (100%)
R 46 of 219 ~ 21%
G 52 of 219 ~ 23.74%
B 121 of 219 ~ 55.25'%

%21
%23.74
%55.25

CMYK color model

#2E3479 color CMYK value is (62,57,0,53).

  • cyan value is 61.98%
  • magenta value is 57.02%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (62,57,0,53)
C62M57Y0K53 (62%, 57%, 0%, 53%)
(0.62 / 0.57 / 0.00 / 0.53)

CMYK percentages

%61.98
%57.02
%0
%52.55

Codes

Color #2E3479 in popluar color models

2E 34 79
RGB 46 52 121
HSL 235° 44.91% 32.75%
HSB/HSV 235° 61.98% 47.45%
CMYK 61.98% 57.02% 0.00%
52.55%

Color #2E3479 in popluar number systems.

HEX 2E 34 79
Decimal 46 52 121
Binary 101110 110100 1111001
Octal 56 64 171

Shades and tints

Shades of #2E3479

#2E3479
(46,52,121)
#2A306E
(42,48,110)
#262C63
(38,44,99)
#222858
(34,40,88)
#1E244D
(30,36,77)
#1A2042
(26,32,66)
#161C37
(22,28,55)
#12182C
(18,24,44)
#0E1421
(14,20,33)
#0A1016
(10,16,22)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #2E3479

#2E3479
(46,52,121)
#414685
(65,70,133)
#545891
(84,88,145)
#676A9D
(103,106,157)
#7A7CA9
(122,124,169)
#8D8EB5
(141,142,181)
#A0A0C1
(160,160,193)
#B3B2CD
(179,178,205)
#C6C4D9
(198,196,217)
#D9D6E5
(217,214,229)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3479 color. Also use rgb(46,52,121) instead hex code.

Text Font Color

.myTextColor { color: #2E3479; }

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

This text font color is #2E3479.

Background Color

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

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

This div background color is #2E3479.

Border color

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

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

This div border color is #2E3479.

Opacity

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

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

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

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

This text has shadow with #2E3479 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E3479.

Preview

Color preview on black background

This text has color #2E3479 on black background.


Color preview on white background

This text has color #2E3479 on white background.


Black color preview on #2E3479 background

This text has black color on #2E3479 background.


White color preview on #2E3479 background

This text has white color on #2E3479 background.


Related colors

Complementary color

Complementary color for #hex is #D1CB86.


I love getcolorcode.com

Triadic colors

1 #792E34 and #34792E with #2E3479 are triadic colors.

2 #79342E and #342E79 with #2E3479 are triadic colors.