COLOR #2E4361

HEX: #2E4361
RGB: (46,67,97)

Color info

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

RGB color model

#2E4361 color RGB value is (46,67,97).

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

RGB channels and saturation

R 46 of 255 = 18%
G 67 of 255 = 26%
B 97 of 255 = 38%

46
67
97

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

Portions of RGB colors in percentages

R + G + B =
46 + 67 + 97 = 210 (100%)
R 46 of 210 ~ 21.9%
G 67 of 210 ~ 31.9%
B 97 of 210 ~ 46.19%

%21.9
%31.9
%46.19

CMYK color model

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

  • cyan value is 52.58%
  • magenta value is 30.93%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(53,31,0,62)
C53M31Y0K62 
(53%,31%,0%,62%)
(0.53/0.31/0.00/0.62)	

CMYK percentages

%52.58
%30.93
%0
%61.96

Codes

Color #2E4361 in popluar color models

2E4361
RGB466797
HSL215°35.66%28.04%
HSB/HSV215°52.58%38.04%
CMYK52.58%30.93%0.00%
61.96%

Color #2E4361 in popluar number systems.

HEX2E4361
Decimal466797
Binary10111010000111100001
Octal56103141

Shades and tints

Shades of #2E4361

#2E4361
(46,67,97)
#2A3D59
(42,61,89)
#263751
(38,55,81)
#223149
(34,49,73)
#1E2B41
(30,43,65)
#1A2539
(26,37,57)
#161F31
(22,31,49)
#121929
(18,25,41)
#0E1321
(14,19,33)
#0A0D19
(10,13,25)
#060711
(6,7,17)
#000000
(0,0,0)

Tints of #2E4361

#2E4361
(46,67,97)
#41546F
(65,84,111)
#54657D
(84,101,125)
#67768B
(103,118,139)
#7A8799
(122,135,153)
#8D98A7
(141,152,167)
#A0A9B5
(160,169,181)
#B3BAC3
(179,186,195)
#C6CBD1
(198,203,209)
#D9DCDF
(217,220,223)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4361; }

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

This text font color is #2E4361.


Background Color

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

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

This div background color is #2E4361.


Border color

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

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

This div border color is #2E4361.


Opacity

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

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

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

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

This text has shadow with #2E4361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4361 on black background.


Color preview on white background

This text has color #2E4361 on white background.



Black color preview on #2E4361 background

This text has black color on #2E4361 background.


White color preview on #2E4361 background

This text has white color on #2E4361 background.