COLOR #2E2361

HEX: #2E2361
RGB: (46,35,97)

Color info

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

RGB color model

#2E2361 color RGB value is (46,35,97).

  • red value is 46;
  • green value is 35;
  • blue value is 97.
RGB:
(46,35,97)
(18%,14%,38%)

RGB channels and saturation

R 46 of 255 = 18%
G 35 of 255 = 14%
B 97 of 255 = 38%

46
35
97

R + G + B ~ 23%. #2E2361 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 35 + 97 = 178 (100%)
R 46 of 178 ~ 25.84%
G 35 of 178 ~ 19.66%
B 97 of 178 ~ 54.49%

%25.84
%19.66
%54.49

CMYK color model

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

  • cyan value is 52.58%
  • magenta value is 63.92%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(53,64,0,62)
C53M64Y0K62 
(53%,64%,0%,62%)
(0.53/0.64/0.00/0.62)	

CMYK percentages

%52.58
%63.92
%0
%61.96

Codes

Color #2E2361 in popluar color models

2E2361
RGB463597
HSL251°46.97%25.88%
HSB/HSV251°63.92%38.04%
CMYK52.58%63.92%0.00%
61.96%

Color #2E2361 in popluar number systems.

HEX2E2361
Decimal463597
Binary1011101000111100001
Octal5643141

Shades and tints

Shades of #2E2361

#2E2361
(46,35,97)
#2A2059
(42,32,89)
#261D51
(38,29,81)
#221A49
(34,26,73)
#1E1741
(30,23,65)
#1A1439
(26,20,57)
#161131
(22,17,49)
#120E29
(18,14,41)
#0E0B21
(14,11,33)
#0A0819
(10,8,25)
#060511
(6,5,17)
#000000
(0,0,0)

Tints of #2E2361

#2E2361
(46,35,97)
#41376F
(65,55,111)
#544B7D
(84,75,125)
#675F8B
(103,95,139)
#7A7399
(122,115,153)
#8D87A7
(141,135,167)
#A09BB5
(160,155,181)
#B3AFC3
(179,175,195)
#C6C3D1
(198,195,209)
#D9D7DF
(217,215,223)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2361; }

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

This text font color is #2E2361.


Background Color

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

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

This div background color is #2E2361.


Border color

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

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

This div border color is #2E2361.


Opacity

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

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

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

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

This text has shadow with #2E2361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2361 on black background.


Color preview on white background

This text has color #2E2361 on white background.



Black color preview on #2E2361 background

This text has black color on #2E2361 background.


White color preview on #2E2361 background

This text has white color on #2E2361 background.