COLOR #2E357A

HEX: #2E357A
RGB: (46,53,122)

Color info

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

RGB color model

#2E357A color RGB value is (46,53,122).

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

RGB channels and saturation

R 46 of 255 = 18%
G 53 of 255 = 21%
B 122 of 255 = 48%

46
53
122

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

Portions of RGB colors in percentages

R + G + B =
46 + 53 + 122 = 221 (100%)
R 46 of 221 ~ 20.81%
G 53 of 221 ~ 23.98%
B 122 of 221 ~ 55.2%

%20.81
%23.98
%55.2

CMYK color model

#2E357A color CMYK value is (62,57,0,52).

  • cyan value is 62.30%
  • magenta value is 56.56%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(62,57,0,52)
C62M57Y0K52 
(62%,57%,0%,52%)
(0.62/0.57/0.00/0.52)	

CMYK percentages

%62.3
%56.56
%0
%52.16

Codes

Color #2E357A in popluar color models

2E357A
RGB4653122
HSL234°45.24%32.94%
HSB/HSV234°62.30%47.84%
CMYK62.30%56.56%0.00%
52.16%

Color #2E357A in popluar number systems.

HEX2E357A
Decimal4653122
Binary1011101101011111010
Octal5665172

Shades and tints

Shades of #2E357A

#2E357A
(46,53,122)
#2A316F
(42,49,111)
#262D64
(38,45,100)
#222959
(34,41,89)
#1E254E
(30,37,78)
#1A2143
(26,33,67)
#161D38
(22,29,56)
#12192D
(18,25,45)
#0E1522
(14,21,34)
#0A1117
(10,17,23)
#060D0C
(6,13,12)
#000000
(0,0,0)

Tints of #2E357A

#2E357A
(46,53,122)
#414786
(65,71,134)
#545992
(84,89,146)
#676B9E
(103,107,158)
#7A7DAA
(122,125,170)
#8D8FB6
(141,143,182)
#A0A1C2
(160,161,194)
#B3B3CE
(179,179,206)
#C6C5DA
(198,197,218)
#D9D7E6
(217,215,230)
#ECE9F2
(236,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E357A; }

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

This text font color is #2E357A.


Background Color

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

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

This div background color is #2E357A.


Border color

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

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

This div border color is #2E357A.


Opacity

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

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

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

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

This text has shadow with #2E357A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E357A on black background.


Color preview on white background

This text has color #2E357A on white background.



Black color preview on #2E357A background

This text has black color on #2E357A background.


White color preview on #2E357A background

This text has white color on #2E357A background.