COLOR #2E3B74

HEX: #2E3B74
RGB: (46,59,116)

Color info

#2E3B74 contains mainly green and blue colors. Web safe color of #2E3B74 is #333366 (or #336).

RGB color model

#2E3B74 color RGB value is (46,59,116).

  • red value is 46;
  • green value is 59;
  • blue value is 116.
RGB:
(46,59,116)
(18%,23%,45%)

RGB channels and saturation

R 46 of 255 = 18%
G 59 of 255 = 23%
B 116 of 255 = 45%

46
59
116

R + G + B ~ 29%. #2E3B74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 59 + 116 = 221 (100%)
R 46 of 221 ~ 20.81%
G 59 of 221 ~ 26.7%
B 116 of 221 ~ 52.49%

%20.81
%26.7
%52.49

CMYK color model

#2E3B74 color CMYK value is (60,49,0,55).

  • cyan value is 60.34%
  • magenta value is 49.14%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(60,49,0,55)
C60M49Y0K55 
(60%,49%,0%,55%)
(0.60/0.49/0.00/0.55)	

CMYK percentages

%60.34
%49.14
%0
%54.51

Codes

Color #2E3B74 in popluar color models

2E3B74
RGB4659116
HSL229°43.21%31.76%
HSB/HSV229°60.34%45.49%
CMYK60.34%49.14%0.00%
54.51%

Color #2E3B74 in popluar number systems.

HEX2E3B74
Decimal4659116
Binary1011101110111110100
Octal5673164

Shades and tints

Shades of #2E3B74

#2E3B74
(46,59,116)
#2A366A
(42,54,106)
#263160
(38,49,96)
#222C56
(34,44,86)
#1E274C
(30,39,76)
#1A2242
(26,34,66)
#161D38
(22,29,56)
#12182E
(18,24,46)
#0E1324
(14,19,36)
#0A0E1A
(10,14,26)
#060910
(6,9,16)
#000000
(0,0,0)

Tints of #2E3B74

#2E3B74
(46,59,116)
#414C80
(65,76,128)
#545D8C
(84,93,140)
#676E98
(103,110,152)
#7A7FA4
(122,127,164)
#8D90B0
(141,144,176)
#A0A1BC
(160,161,188)
#B3B2C8
(179,178,200)
#C6C3D4
(198,195,212)
#D9D4E0
(217,212,224)
#ECE5EC
(236,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3B74 color. Also use rgb(46,59,116) instead hex code.

Text Font Color

.myTextColor { color: #2E3B74; }

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

This text font color is #2E3B74.


Background Color

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

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

This div background color is #2E3B74.


Border color

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

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

This div border color is #2E3B74.


Opacity

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

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

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

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

This text has shadow with #2E3B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3B74 on black background.


Color preview on white background

This text has color #2E3B74 on white background.



Black color preview on #2E3B74 background

This text has black color on #2E3B74 background.


White color preview on #2E3B74 background

This text has white color on #2E3B74 background.