COLOR #2E3268

HEX: #2E3268
RGB: (46,50,104)

Color info

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

RGB color model

#2E3268 color RGB value is (46,50,104).

  • red value is 46;
  • green value is 50;
  • blue value is 104.
RGB: (46,50,104) (18%,20%,41%)

RGB channels and saturation

R 46 of 255 = 18%
G 50 of 255 = 20%
B 104 of 255 = 41%

46
50
104

R + G + B ~ 26%. #2E3268 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 50 + 104 = 200 (100%)
R 46 of 200 ~ 23%
G 50 of 200 ~ 25%
B 104 of 200 ~ 52%

%23
%25
%52

CMYK color model

#2E3268 color CMYK value is (56,52,0,59).

  • cyan value is 55.77%
  • magenta value is 51.92%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK: (56,52,0,59) C56M52Y0K59 (56%,52%,0%,59%) (0.56/0.52/0.00/0.59)

CMYK percentages

%55.77
%51.92
%0
%59.22

Codes

Color #2E3268 in popluar color models

2E3268
RGB4650104
HSL236°38.67%29.41%
HSB/HSV236°55.77%40.78%
CMYK55.77%51.92%0.00%
59.22%

Color #2E3268 in popluar number systems.

HEX2E3268
Decimal4650104
Binary1011101100101101000
Octal5662150

Shades and tints

Shades of #2E3268

#2E3268
(46,50,104)
#2A2E5F
(42,46,95)
#262A56
(38,42,86)
#22264D
(34,38,77)
#1E2244
(30,34,68)
#1A1E3B
(26,30,59)
#161A32
(22,26,50)
#121629
(18,22,41)
#0E1220
(14,18,32)
#0A0E17
(10,14,23)
#060A0E
(6,10,14)
#000000
(0,0,0)

Tints of #2E3268

#2E3268
(46,50,104)
#414475
(65,68,117)
#545682
(84,86,130)
#67688F
(103,104,143)
#7A7A9C
(122,122,156)
#8D8CA9
(141,140,169)
#A09EB6
(160,158,182)
#B3B0C3
(179,176,195)
#C6C2D0
(198,194,208)
#D9D4DD
(217,212,221)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3268 color. Also use rgb(46,50,104) instead hex code.

Text Font Color

.myTextColor { color: #2E3268; }

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

This text font color is #2E3268.


Background Color

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

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

This div background color is #2E3268.


Border color

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

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

This div border color is #2E3268.


Opacity

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

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

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

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

This text has shadow with #2E3268 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #2E3268 on black background.


Color preview on white background

This text has color #2E3268 on white background.



Black color preview on #2E3268 background

This text has black color on #2E3268 background.


White color preview on #2E3268 background

This text has white color on #2E3268 background.