COLOR #2E3469

HEX: #2E3469
RGB: (46,52,105)

Color info

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

RGB color model

#2E3469 color RGB value is (46,52,105).

  • red value is 46;
  • green value is 52;
  • blue value is 105.
RGB:
(46,52,105)
(18%,20%,41%)

RGB channels and saturation

R 46 of 255 = 18%
G 52 of 255 = 20%
B 105 of 255 = 41%

46
52
105

R + G + B ~ 26%. #2E3469 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 52 + 105 = 203 (100%)
R 46 of 203 ~ 22.66%
G 52 of 203 ~ 25.62%
B 105 of 203 ~ 51.72%

%22.66
%25.62
%51.72

CMYK color model

#2E3469 color CMYK value is (56,50,0,59).

  • cyan value is 56.19%
  • magenta value is 50.48%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(56,50,0,59)
C56M50Y0K59 
(56%,50%,0%,59%)
(0.56/0.50/0.00/0.59)	

CMYK percentages

%56.19
%50.48
%0
%58.82

Codes

Color #2E3469 in popluar color models

2E3469
RGB4652105
HSL234°39.07%29.61%
HSB/HSV234°56.19%41.18%
CMYK56.19%50.48%0.00%
58.82%

Color #2E3469 in popluar number systems.

HEX2E3469
Decimal4652105
Binary1011101101001101001
Octal5664151

Shades and tints

Shades of #2E3469

#2E3469
(46,52,105)
#2A3060
(42,48,96)
#262C57
(38,44,87)
#22284E
(34,40,78)
#1E2445
(30,36,69)
#1A203C
(26,32,60)
#161C33
(22,28,51)
#12182A
(18,24,42)
#0E1421
(14,20,33)
#0A1018
(10,16,24)
#060C0F
(6,12,15)
#000000
(0,0,0)

Tints of #2E3469

#2E3469
(46,52,105)
#414676
(65,70,118)
#545883
(84,88,131)
#676A90
(103,106,144)
#7A7C9D
(122,124,157)
#8D8EAA
(141,142,170)
#A0A0B7
(160,160,183)
#B3B2C4
(179,178,196)
#C6C4D1
(198,196,209)
#D9D6DE
(217,214,222)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3469; }

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

This text font color is #2E3469.


Background Color

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

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

This div background color is #2E3469.


Border color

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

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

This div border color is #2E3469.


Opacity

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

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

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

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

This text has shadow with #2E3469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3469 on black background.


Color preview on white background

This text has color #2E3469 on white background.



Black color preview on #2E3469 background

This text has black color on #2E3469 background.


White color preview on #2E3469 background

This text has white color on #2E3469 background.