COLOR #2E3A58

HEX: #2E3A58
RGB: (46,58,88)

Color info

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

RGB color model

#2E3A58 color RGB value is (46,58,88).

  • red value is 46;
  • green value is 58;
  • blue value is 88.
RGB:
(46,58,88)
(18%,23%,35%)

RGB channels and saturation

R 46 of 255 = 18%
G 58 of 255 = 23%
B 88 of 255 = 35%

46
58
88

R + G + B ~ 25%. #2E3A58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 58 + 88 = 192 (100%)
R 46 of 192 ~ 23.96%
G 58 of 192 ~ 30.21%
B 88 of 192 ~ 45.83%

%23.96
%30.21
%45.83

CMYK color model

#2E3A58 color CMYK value is (48,34,0,65).

  • cyan value is 47.73%
  • magenta value is 34.09%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(48,34,0,65)
C48M34Y0K65 
(48%,34%,0%,65%)
(0.48/0.34/0.00/0.65)	

CMYK percentages

%47.73
%34.09
%0
%65.49

Codes

Color #2E3A58 in popluar color models

2E3A58
RGB465888
HSL223°31.34%26.27%
HSB/HSV223°47.73%34.51%
CMYK47.73%34.09%0.00%
65.49%

Color #2E3A58 in popluar number systems.

HEX2E3A58
Decimal465888
Binary1011101110101011000
Octal5672130

Shades and tints

Shades of #2E3A58

#2E3A58
(46,58,88)
#2A3550
(42,53,80)
#263048
(38,48,72)
#222B40
(34,43,64)
#1E2638
(30,38,56)
#1A2130
(26,33,48)
#161C28
(22,28,40)
#121720
(18,23,32)
#0E1218
(14,18,24)
#0A0D10
(10,13,16)
#060808
(6,8,8)
#000000
(0,0,0)

Tints of #2E3A58

#2E3A58
(46,58,88)
#414B67
(65,75,103)
#545C76
(84,92,118)
#676D85
(103,109,133)
#7A7E94
(122,126,148)
#8D8FA3
(141,143,163)
#A0A0B2
(160,160,178)
#B3B1C1
(179,177,193)
#C6C2D0
(198,194,208)
#D9D3DF
(217,211,223)
#ECE4EE
(236,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3A58 color. Also use rgb(46,58,88) instead hex code.

Text Font Color

.myTextColor { color: #2E3A58; }

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

This text font color is #2E3A58.


Background Color

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

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

This div background color is #2E3A58.


Border color

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

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

This div border color is #2E3A58.


Opacity

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

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

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

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

This text has shadow with #2E3A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3A58 on black background.


Color preview on white background

This text has color #2E3A58 on white background.



Black color preview on #2E3A58 background

This text has black color on #2E3A58 background.


White color preview on #2E3A58 background

This text has white color on #2E3A58 background.