COLOR #2E537C

HEX: #2E537C
RGB: (46,83,124)

Color info

#2E537C contains mainly green and blue colors. Web safe color of #2E537C is #336666 (or #366).

RGB color model

#2E537C color RGB value is (46,83,124).

  • red value is 46;
  • green value is 83;
  • blue value is 124.
RGB:
(46,83,124)
(18%,33%,49%)

RGB channels and saturation

R 46 of 255 = 18%
G 83 of 255 = 33%
B 124 of 255 = 49%

46
83
124

R + G + B ~ 33%. #2E537C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 83 + 124 = 253 (100%)
R 46 of 253 ~ 18.18%
G 83 of 253 ~ 32.81%
B 124 of 253 ~ 49.01%

%18.18
%32.81
%49.01

CMYK color model

#2E537C color CMYK value is (63,33,0,51).

  • cyan value is 62.90%
  • magenta value is 33.06%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(63,33,0,51)
C63M33Y0K51 
(63%,33%,0%,51%)
(0.63/0.33/0.00/0.51)	

CMYK percentages

%62.9
%33.06
%0
%51.37

Codes

Color #2E537C in popluar color models

2E537C
RGB4683124
HSL212°45.88%33.33%
HSB/HSV212°62.90%48.63%
CMYK62.90%33.06%0.00%
51.37%

Color #2E537C in popluar number systems.

HEX2E537C
Decimal4683124
Binary10111010100111111100
Octal56123174

Shades and tints

Shades of #2E537C

#2E537C
(46,83,124)
#2A4C71
(42,76,113)
#264566
(38,69,102)
#223E5B
(34,62,91)
#1E3750
(30,55,80)
#1A3045
(26,48,69)
#16293A
(22,41,58)
#12222F
(18,34,47)
#0E1B24
(14,27,36)
#0A1419
(10,20,25)
#060D0E
(6,13,14)
#000000
(0,0,0)

Tints of #2E537C

#2E537C
(46,83,124)
#416287
(65,98,135)
#547192
(84,113,146)
#67809D
(103,128,157)
#7A8FA8
(122,143,168)
#8D9EB3
(141,158,179)
#A0ADBE
(160,173,190)
#B3BCC9
(179,188,201)
#C6CBD4
(198,203,212)
#D9DADF
(217,218,223)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E537C; }

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

This text font color is #2E537C.


Background Color

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

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

This div background color is #2E537C.


Border color

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

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

This div border color is #2E537C.


Opacity

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

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

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

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

This text has shadow with #2E537C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E537C on black background.


Color preview on white background

This text has color #2E537C on white background.



Black color preview on #2E537C background

This text has black color on #2E537C background.


White color preview on #2E537C background

This text has white color on #2E537C background.