COLOR #2E346A

HEX: #2E346A
RGB: (46,52,106)

Color info

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

RGB color model

#2E346A color RGB value is (46,52,106).

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

RGB channels and saturation

R 46 of 255 = 18%
G 52 of 255 = 20%
B 106 of 255 = 42%

46
52
106

R + G + B ~ 27%. #2E346A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 52 + 106 = 204 (100%)
R 46 of 204 ~ 22.55%
G 52 of 204 ~ 25.49%
B 106 of 204 ~ 51.96%

%22.55
%25.49
%51.96

CMYK color model

#2E346A color CMYK value is (57,51,0,58).

  • cyan value is 56.60%
  • magenta value is 50.94%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(57,51,0,58)
C57M51Y0K58 
(57%,51%,0%,58%)
(0.57/0.51/0.00/0.58)	

CMYK percentages

%56.6
%50.94
%0
%58.43

Codes

Color #2E346A in popluar color models

2E346A
RGB4652106
HSL234°39.47%29.80%
HSB/HSV234°56.60%41.57%
CMYK56.60%50.94%0.00%
58.43%

Color #2E346A in popluar number systems.

HEX2E346A
Decimal4652106
Binary1011101101001101010
Octal5664152

Shades and tints

Shades of #2E346A

#2E346A
(46,52,106)
#2A3061
(42,48,97)
#262C58
(38,44,88)
#22284F
(34,40,79)
#1E2446
(30,36,70)
#1A203D
(26,32,61)
#161C34
(22,28,52)
#12182B
(18,24,43)
#0E1422
(14,20,34)
#0A1019
(10,16,25)
#060C10
(6,12,16)
#000000
(0,0,0)

Tints of #2E346A

#2E346A
(46,52,106)
#414677
(65,70,119)
#545884
(84,88,132)
#676A91
(103,106,145)
#7A7C9E
(122,124,158)
#8D8EAB
(141,142,171)
#A0A0B8
(160,160,184)
#B3B2C5
(179,178,197)
#C6C4D2
(198,196,210)
#D9D6DF
(217,214,223)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E346A; }

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

This text font color is #2E346A.


Background Color

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

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

This div background color is #2E346A.


Border color

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

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

This div border color is #2E346A.


Opacity

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

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

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

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

This text has shadow with #2E346A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E346A on black background.


Color preview on white background

This text has color #2E346A on white background.



Black color preview on #2E346A background

This text has black color on #2E346A background.


White color preview on #2E346A background

This text has white color on #2E346A background.