COLOR #2E3385

HEX: #2E3385 RGB: (46,51,133)

Color info

#2E3385 contains mainly blue color. Web safe color of #2E3385 is #333399 (or #339).

RGB color model

#2E3385 color RGB value is (46,51,133).

RGB: (46,51,133) (18%, 20%, 52%)

RGB channels and saturation

R 46 of 255 = 18%
G 51 of 255 = 20%
B 133 of 255 = 52%

46
51
133

R + G + B ~ 30%. #2E3385 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 51 + 133 = 230 (100%)
R 46 of 230 ~ 20%
G 51 of 230 ~ 22.17%
B 133 of 230 ~ 57.83'%

%20
%22.17
%57.83

CMYK color model

#2E3385 color CMYK value is (65,62,0,48).

  • cyan value is 65.41%
  • magenta value is 61.65%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (65,62,0,48)
C65M62Y0K48 (65%, 62%, 0%, 48%)
(0.65 / 0.62 / 0.00 / 0.48)

CMYK percentages

%65.41
%61.65
%0
%47.84

Codes

Color #2E3385 in popluar color models

2E 33 85
RGB 46 51 133
HSL 237° 48.60% 35.10%
HSB/HSV 237° 65.41% 52.16%
CMYK 65.41% 61.65% 0.00%
47.84%

Color #2E3385 in popluar number systems.

HEX 2E 33 85
Decimal 46 51 133
Binary 101110 110011 10000101
Octal 56 63 205

Shades and tints

Shades of #2E3385

#2E3385
(46,51,133)
#2A2F79
(42,47,121)
#262B6D
(38,43,109)
#222761
(34,39,97)
#1E2355
(30,35,85)
#1A1F49
(26,31,73)
#161B3D
(22,27,61)
#121731
(18,23,49)
#0E1325
(14,19,37)
#0A0F19
(10,15,25)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #2E3385

#2E3385
(46,51,133)
#414590
(65,69,144)
#54579B
(84,87,155)
#6769A6
(103,105,166)
#7A7BB1
(122,123,177)
#8D8DBC
(141,141,188)
#A09FC7
(160,159,199)
#B3B1D2
(179,177,210)
#C6C3DD
(198,195,221)
#D9D5E8
(217,213,232)
#ECE7F3
(236,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3385 color. Also use rgb(46,51,133) instead hex code.

Text Font Color

.myTextColor { color: #2E3385; }

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

This text font color is #2E3385.

Background Color

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

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

This div background color is #2E3385.

Border color

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

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

This div border color is #2E3385.

Opacity

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

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

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

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

This text has shadow with #2E3385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E3385.

Preview

Color preview on black background

This text has color #2E3385 on black background.


Color preview on white background

This text has color #2E3385 on white background.


Black color preview on #2E3385 background

This text has black color on #2E3385 background.


White color preview on #2E3385 background

This text has white color on #2E3385 background.


Related colors

Complementary color

Complementary color for #hex is #D1CC7A.


I love getcolorcode.com

Triadic colors

1 #852E33 and #33852E with #2E3385 are triadic colors.

2 #85332E and #332E85 with #2E3385 are triadic colors.