COLOR #2E377A

HEX: #2E377A
RGB: (46,55,122)

Color info

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

RGB color model

#2E377A color RGB value is (46,55,122).

  • red value is 46;
  • green value is 55;
  • blue value is 122.
RGB:
(46,55,122)
(18%,22%,48%)

RGB channels and saturation

R 46 of 255 = 18%
G 55 of 255 = 22%
B 122 of 255 = 48%

46
55
122

R + G + B ~ 29%. #2E377A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 55 + 122 = 223 (100%)
R 46 of 223 ~ 20.63%
G 55 of 223 ~ 24.66%
B 122 of 223 ~ 54.71%

%20.63
%24.66
%54.71

CMYK color model

#2E377A color CMYK value is (62,55,0,52).

  • cyan value is 62.30%
  • magenta value is 54.92%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(62,55,0,52)
C62M55Y0K52 
(62%,55%,0%,52%)
(0.62/0.55/0.00/0.52)	

CMYK percentages

%62.3
%54.92
%0
%52.16

Codes

Color #2E377A in popluar color models

2E377A
RGB4655122
HSL233°45.24%32.94%
HSB/HSV233°62.30%47.84%
CMYK62.30%54.92%0.00%
52.16%

Color #2E377A in popluar number systems.

HEX2E377A
Decimal4655122
Binary1011101101111111010
Octal5667172

Shades and tints

Shades of #2E377A

#2E377A
(46,55,122)
#2A326F
(42,50,111)
#262D64
(38,45,100)
#222859
(34,40,89)
#1E234E
(30,35,78)
#1A1E43
(26,30,67)
#161938
(22,25,56)
#12142D
(18,20,45)
#0E0F22
(14,15,34)
#0A0A17
(10,10,23)
#06050C
(6,5,12)
#000000
(0,0,0)

Tints of #2E377A

#2E377A
(46,55,122)
#414986
(65,73,134)
#545B92
(84,91,146)
#676D9E
(103,109,158)
#7A7FAA
(122,127,170)
#8D91B6
(141,145,182)
#A0A3C2
(160,163,194)
#B3B5CE
(179,181,206)
#C6C7DA
(198,199,218)
#D9D9E6
(217,217,230)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E377A; }

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

This text font color is #2E377A.


Background Color

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

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

This div background color is #2E377A.


Border color

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

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

This div border color is #2E377A.


Opacity

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

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

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

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

This text has shadow with #2E377A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E377A on black background.


Color preview on white background

This text has color #2E377A on white background.



Black color preview on #2E377A background

This text has black color on #2E377A background.


White color preview on #2E377A background

This text has white color on #2E377A background.