COLOR #2E3C65

HEX: #2E3C65
RGB: (46,60,101)

Color info

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

RGB color model

#2E3C65 color RGB value is (46,60,101).

  • red value is 46;
  • green value is 60;
  • blue value is 101.
RGB:
(46,60,101)
(18%,24%,40%)

RGB channels and saturation

R 46 of 255 = 18%
G 60 of 255 = 24%
B 101 of 255 = 40%

46
60
101

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

Portions of RGB colors in percentages

R + G + B =
46 + 60 + 101 = 207 (100%)
R 46 of 207 ~ 22.22%
G 60 of 207 ~ 28.99%
B 101 of 207 ~ 48.79%

%22.22
%28.99
%48.79

CMYK color model

#2E3C65 color CMYK value is (54,41,0,60).

  • cyan value is 54.46%
  • magenta value is 40.59%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(54,41,0,60)
C54M41Y0K60 
(54%,41%,0%,60%)
(0.54/0.41/0.00/0.60)	

CMYK percentages

%54.46
%40.59
%0
%60.39

Codes

Color #2E3C65 in popluar color models

2E3C65
RGB4660101
HSL225°37.41%28.82%
HSB/HSV225°54.46%39.61%
CMYK54.46%40.59%0.00%
60.39%

Color #2E3C65 in popluar number systems.

HEX2E3C65
Decimal4660101
Binary1011101111001100101
Octal5674145

Shades and tints

Shades of #2E3C65

#2E3C65
(46,60,101)
#2A375C
(42,55,92)
#263253
(38,50,83)
#222D4A
(34,45,74)
#1E2841
(30,40,65)
#1A2338
(26,35,56)
#161E2F
(22,30,47)
#121926
(18,25,38)
#0E141D
(14,20,29)
#0A0F14
(10,15,20)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #2E3C65

#2E3C65
(46,60,101)
#414D73
(65,77,115)
#545E81
(84,94,129)
#676F8F
(103,111,143)
#7A809D
(122,128,157)
#8D91AB
(141,145,171)
#A0A2B9
(160,162,185)
#B3B3C7
(179,179,199)
#C6C4D5
(198,196,213)
#D9D5E3
(217,213,227)
#ECE6F1
(236,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3C65 color. Also use rgb(46,60,101) instead hex code.

Text Font Color

.myTextColor { color: #2E3C65; }

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

This text font color is #2E3C65.


Background Color

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

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

This div background color is #2E3C65.


Border color

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

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

This div border color is #2E3C65.


Opacity

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

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

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

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

This text has shadow with #2E3C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3C65 on black background.


Color preview on white background

This text has color #2E3C65 on white background.



Black color preview on #2E3C65 background

This text has black color on #2E3C65 background.


White color preview on #2E3C65 background

This text has white color on #2E3C65 background.