COLOR #2E426A

HEX: #2E426A
RGB: (46,66,106)

Color info

#2E426A contains mainly green and blue colors. Web safe color of #2E426A is #333366 (or #336).

RGB color model

#2E426A color RGB value is (46,66,106).

  • red value is 46;
  • green value is 66;
  • blue value is 106.
RGB:
(46,66,106)
(18%,26%,42%)

RGB channels and saturation

R 46 of 255 = 18%
G 66 of 255 = 26%
B 106 of 255 = 42%

46
66
106

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

Portions of RGB colors in percentages

R + G + B =
46 + 66 + 106 = 218 (100%)
R 46 of 218 ~ 21.1%
G 66 of 218 ~ 30.28%
B 106 of 218 ~ 48.62%

%21.1
%30.28
%48.62

CMYK color model

#2E426A color CMYK value is (57,38,0,58).

  • cyan value is 56.60%
  • magenta value is 37.74%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(57,38,0,58)
C57M38Y0K58 
(57%,38%,0%,58%)
(0.57/0.38/0.00/0.58)	

CMYK percentages

%56.6
%37.74
%0
%58.43

Codes

Color #2E426A in popluar color models

2E426A
RGB4666106
HSL220°39.47%29.80%
HSB/HSV220°56.60%41.57%
CMYK56.60%37.74%0.00%
58.43%

Color #2E426A in popluar number systems.

HEX2E426A
Decimal4666106
Binary10111010000101101010
Octal56102152

Shades and tints

Shades of #2E426A

#2E426A
(46,66,106)
#2A3C61
(42,60,97)
#263658
(38,54,88)
#22304F
(34,48,79)
#1E2A46
(30,42,70)
#1A243D
(26,36,61)
#161E34
(22,30,52)
#12182B
(18,24,43)
#0E1222
(14,18,34)
#0A0C19
(10,12,25)
#060610
(6,6,16)
#000000
(0,0,0)

Tints of #2E426A

#2E426A
(46,66,106)
#415377
(65,83,119)
#546484
(84,100,132)
#677591
(103,117,145)
#7A869E
(122,134,158)
#8D97AB
(141,151,171)
#A0A8B8
(160,168,184)
#B3B9C5
(179,185,197)
#C6CAD2
(198,202,210)
#D9DBDF
(217,219,223)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E426A color. Also use rgb(46,66,106) instead hex code.

Text Font Color

.myTextColor { color: #2E426A; }

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

This text font color is #2E426A.


Background Color

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

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

This div background color is #2E426A.


Border color

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

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

This div border color is #2E426A.


Opacity

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

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

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

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

This text has shadow with #2E426A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E426A on black background.


Color preview on white background

This text has color #2E426A on white background.



Black color preview on #2E426A background

This text has black color on #2E426A background.


White color preview on #2E426A background

This text has white color on #2E426A background.