COLOR #2E3B61

HEX: #2E3B61 RGB: (46,59,97)

Color info

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

RGB color model

#2E3B61 color RGB value is (46,59,97).

RGB: (46,59,97) (18%, 23%, 38%)

RGB channels and saturation

R 46 of 255 = 18%
G 59 of 255 = 23%
B 97 of 255 = 38%

46
59
97

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

Portions of RGB colors in percentages

R + G + B = 46 + 59 + 97 = 202 (100%)
R 46 of 202 ~ 22.77%
G 59 of 202 ~ 29.21%
B 97 of 202 ~ 48.02'%

%22.77
%29.21
%48.02

CMYK color model

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

  • cyan value is 52.58%
  • magenta value is 39.18%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (53,39,0,62)
C53M39Y0K62 (53%, 39%, 0%, 62%)
(0.53 / 0.39 / 0.00 / 0.62)

CMYK percentages

%52.58
%39.18
%0
%61.96

Codes

Color #2E3B61 in popluar color models

2E 3B 61
RGB 46 59 97
HSL 225° 35.66% 28.04%
HSB/HSV 225° 52.58% 38.04%
CMYK 52.58% 39.18% 0.00%
61.96%

Color #2E3B61 in popluar number systems.

HEX 2E 3B 61
Decimal 46 59 97
Binary 101110 111011 1100001
Octal 56 73 141

Shades and tints

Shades of #2E3B61

#2E3B61
(46,59,97)
#2A3659
(42,54,89)
#263151
(38,49,81)
#222C49
(34,44,73)
#1E2741
(30,39,65)
#1A2239
(26,34,57)
#161D31
(22,29,49)
#121829
(18,24,41)
#0E1321
(14,19,33)
#0A0E19
(10,14,25)
#060911
(6,9,17)
#000000
(0,0,0)

Tints of #2E3B61

#2E3B61
(46,59,97)
#414C6F
(65,76,111)
#545D7D
(84,93,125)
#676E8B
(103,110,139)
#7A7F99
(122,127,153)
#8D90A7
(141,144,167)
#A0A1B5
(160,161,181)
#B3B2C3
(179,178,195)
#C6C3D1
(198,195,209)
#D9D4DF
(217,212,223)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3B61; }

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

This text font color is #2E3B61.

Background Color

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

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

This div background color is #2E3B61.

Border color

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

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

This div border color is #2E3B61.

Opacity

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

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

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

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

This text has shadow with #2E3B61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E3B61.

Preview

Color preview on black background

This text has color #2E3B61 on black background.


Color preview on white background

This text has color #2E3B61 on white background.


Black color preview on #2E3B61 background

This text has black color on #2E3B61 background.


White color preview on #2E3B61 background

This text has white color on #2E3B61 background.


Related colors

Complementary color

Complementary color for #hex is #D1C49E.


I love getcolorcode.com

Triadic colors

1 #612E3B and #3B612E with #2E3B61 are triadic colors.

2 #613B2E and #3B2E61 with #2E3B61 are triadic colors.