COLOR #2E2E79

HEX: #2E2E79
RGB: (46,46,121)

Color info

#2E2E79 contains mainly blue color. Web safe color of #2E2E79 is #333366 (or #336).

RGB color model

#2E2E79 color RGB value is (46,46,121).

  • red value is 46;
  • green value is 46;
  • blue value is 121.
RGB:
(46,46,121)
(18%,18%,47%)

RGB channels and saturation

R 46 of 255 = 18%
G 46 of 255 = 18%
B 121 of 255 = 47%

46
46
121

R + G + B ~ 28%. #2E2E79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 46 + 121 = 213 (100%)
R 46 of 213 ~ 21.6%
G 46 of 213 ~ 21.6%
B 121 of 213 ~ 56.81%

%21.6
%21.6
%56.81

CMYK color model

#2E2E79 color CMYK value is (62,62,0,53).

  • cyan value is 61.98%
  • magenta value is 61.98%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(62,62,0,53)
C62M62Y0K53 
(62%,62%,0%,53%)
(0.62/0.62/0.00/0.53)	

CMYK percentages

%61.98
%61.98
%0
%52.55

Codes

Color #2E2E79 in popluar color models

2E2E79
RGB4646121
HSL240°44.91%32.75%
HSB/HSV240°61.98%47.45%
CMYK61.98%61.98%0.00%
52.55%

Color #2E2E79 in popluar number systems.

HEX2E2E79
Decimal4646121
Binary1011101011101111001
Octal5656171

Shades and tints

Shades of #2E2E79

#2E2E79
(46,46,121)
#2A2A6E
(42,42,110)
#262663
(38,38,99)
#222258
(34,34,88)
#1E1E4D
(30,30,77)
#1A1A42
(26,26,66)
#161637
(22,22,55)
#12122C
(18,18,44)
#0E0E21
(14,14,33)
#0A0A16
(10,10,22)
#06060B
(6,6,11)
#000000
(0,0,0)

Tints of #2E2E79

#2E2E79
(46,46,121)
#414185
(65,65,133)
#545491
(84,84,145)
#67679D
(103,103,157)
#7A7AA9
(122,122,169)
#8D8DB5
(141,141,181)
#A0A0C1
(160,160,193)
#B3B3CD
(179,179,205)
#C6C6D9
(198,198,217)
#D9D9E5
(217,217,229)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2E79; }

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

This text font color is #2E2E79.


Background Color

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

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

This div background color is #2E2E79.


Border color

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

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

This div border color is #2E2E79.


Opacity

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

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

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

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

This text has shadow with #2E2E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2E79 on black background.


Color preview on white background

This text has color #2E2E79 on white background.



Black color preview on #2E2E79 background

This text has black color on #2E2E79 background.


White color preview on #2E2E79 background

This text has white color on #2E2E79 background.