COLOR #2E356D

HEX: #2E356D RGB: (46,53,109)

Color info

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

RGB color model

#2E356D color RGB value is (46,53,109).

RGB: (46,53,109) (18%, 21%, 43%)

RGB channels and saturation

R 46 of 255 = 18%
G 53 of 255 = 21%
B 109 of 255 = 43%

46
53
109

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

Portions of RGB colors in percentages

R + G + B = 46 + 53 + 109 = 208 (100%)
R 46 of 208 ~ 22.12%
G 53 of 208 ~ 25.48%
B 109 of 208 ~ 52.4'%

%22.12
%25.48
%52.4

CMYK color model

#2E356D color CMYK value is (58,51,0,57).

  • cyan value is 57.80%
  • magenta value is 51.38%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (58,51,0,57)
C58M51Y0K57 (58%, 51%, 0%, 57%)
(0.58 / 0.51 / 0.00 / 0.57)

CMYK percentages

%57.8
%51.38
%0
%57.25

Codes

Color #2E356D in popluar color models

2E 35 6D
RGB 46 53 109
HSL 233° 40.65% 30.39%
HSB/HSV 233° 57.80% 42.75%
CMYK 57.80% 51.38% 0.00%
57.25%

Color #2E356D in popluar number systems.

HEX 2E 35 6D
Decimal 46 53 109
Binary 101110 110101 1101101
Octal 56 65 155

Shades and tints

Shades of #2E356D

#2E356D
(46,53,109)
#2A3164
(42,49,100)
#262D5B
(38,45,91)
#222952
(34,41,82)
#1E2549
(30,37,73)
#1A2140
(26,33,64)
#161D37
(22,29,55)
#12192E
(18,25,46)
#0E1525
(14,21,37)
#0A111C
(10,17,28)
#060D13
(6,13,19)
#000000
(0,0,0)

Tints of #2E356D

#2E356D
(46,53,109)
#41477A
(65,71,122)
#545987
(84,89,135)
#676B94
(103,107,148)
#7A7DA1
(122,125,161)
#8D8FAE
(141,143,174)
#A0A1BB
(160,161,187)
#B3B3C8
(179,179,200)
#C6C5D5
(198,197,213)
#D9D7E2
(217,215,226)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E356D; }

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

This text font color is #2E356D.

Background Color

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

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

This div background color is #2E356D.

Border color

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

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

This div border color is #2E356D.

Opacity

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

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

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

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

This text has shadow with #2E356D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E356D.

Preview

Color preview on black background

This text has color #2E356D on black background.


Color preview on white background

This text has color #2E356D on white background.


Black color preview on #2E356D background

This text has black color on #2E356D background.


White color preview on #2E356D background

This text has white color on #2E356D background.


Related colors

Complementary color

Complementary color for #hex is #D1CA92.


I love getcolorcode.com

Triadic colors

1 #6D2E35 and #356D2E with #2E356D are triadic colors.

2 #6D352E and #352E6D with #2E356D are triadic colors.