COLOR #2E3685

HEX: #2E3685
RGB: (46,54,133)

Color info

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

RGB color model

#2E3685 color RGB value is (46,54,133).

  • red value is 46;
  • green value is 54;
  • blue value is 133.
RGB:
(46,54,133)
(18%,21%,52%)

RGB channels and saturation

R 46 of 255 = 18%
G 54 of 255 = 21%
B 133 of 255 = 52%

46
54
133

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

Portions of RGB colors in percentages

R + G + B =
46 + 54 + 133 = 233 (100%)
R 46 of 233 ~ 19.74%
G 54 of 233 ~ 23.18%
B 133 of 233 ~ 57.08%

%19.74
%23.18
%57.08

CMYK color model

#2E3685 color CMYK value is (65,59,0,48).

  • cyan value is 65.41%
  • magenta value is 59.40%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(65,59,0,48)
C65M59Y0K48 
(65%,59%,0%,48%)
(0.65/0.59/0.00/0.48)	

CMYK percentages

%65.41
%59.4
%0
%47.84

Codes

Color #2E3685 in popluar color models

2E3685
RGB4654133
HSL234°48.60%35.10%
HSB/HSV234°65.41%52.16%
CMYK65.41%59.40%0.00%
47.84%

Color #2E3685 in popluar number systems.

HEX2E3685
Decimal4654133
Binary10111011011010000101
Octal5666205

Shades and tints

Shades of #2E3685

#2E3685
(46,54,133)
#2A3279
(42,50,121)
#262E6D
(38,46,109)
#222A61
(34,42,97)
#1E2655
(30,38,85)
#1A2249
(26,34,73)
#161E3D
(22,30,61)
#121A31
(18,26,49)
#0E1625
(14,22,37)
#0A1219
(10,18,25)
#060E0D
(6,14,13)
#000000
(0,0,0)

Tints of #2E3685

#2E3685
(46,54,133)
#414890
(65,72,144)
#545A9B
(84,90,155)
#676CA6
(103,108,166)
#7A7EB1
(122,126,177)
#8D90BC
(141,144,188)
#A0A2C7
(160,162,199)
#B3B4D2
(179,180,210)
#C6C6DD
(198,198,221)
#D9D8E8
(217,216,232)
#ECEAF3
(236,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3685; }

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

This text font color is #2E3685.


Background Color

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

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

This div background color is #2E3685.


Border color

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

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

This div border color is #2E3685.


Opacity

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

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

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

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

This text has shadow with #2E3685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3685 on black background.


Color preview on white background

This text has color #2E3685 on white background.



Black color preview on #2E3685 background

This text has black color on #2E3685 background.


White color preview on #2E3685 background

This text has white color on #2E3685 background.