COLOR #2E3B63

HEX: #2E3B63 RGB: (46,59,99)

Color info

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

RGB color model

#2E3B63 color RGB value is (46,59,99).

RGB: (46,59,99) (18%, 23%, 39%)

RGB channels and saturation

R 46 of 255 = 18%
G 59 of 255 = 23%
B 99 of 255 = 39%

46
59
99

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

Portions of RGB colors in percentages

R + G + B = 46 + 59 + 99 = 204 (100%)
R 46 of 204 ~ 22.55%
G 59 of 204 ~ 28.92%
B 99 of 204 ~ 48.53'%

%22.55
%28.92
%48.53

CMYK color model

#2E3B63 color CMYK value is (54,40,0,61).

  • cyan value is 53.54%
  • magenta value is 40.40%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (54,40,0,61)
C54M40Y0K61 (54%, 40%, 0%, 61%)
(0.54 / 0.40 / 0.00 / 0.61)

CMYK percentages

%53.54
%40.4
%0
%61.18

Codes

Color #2E3B63 in popluar color models

2E 3B 63
RGB 46 59 99
HSL 225° 36.55% 28.43%
HSB/HSV 225° 53.54% 38.82%
CMYK 53.54% 40.40% 0.00%
61.18%

Color #2E3B63 in popluar number systems.

HEX 2E 3B 63
Decimal 46 59 99
Binary 101110 111011 1100011
Octal 56 73 143

Shades and tints

Shades of #2E3B63

#2E3B63
(46,59,99)
#2A365A
(42,54,90)
#263151
(38,49,81)
#222C48
(34,44,72)
#1E273F
(30,39,63)
#1A2236
(26,34,54)
#161D2D
(22,29,45)
#121824
(18,24,36)
#0E131B
(14,19,27)
#0A0E12
(10,14,18)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #2E3B63

#2E3B63
(46,59,99)
#414C71
(65,76,113)
#545D7F
(84,93,127)
#676E8D
(103,110,141)
#7A7F9B
(122,127,155)
#8D90A9
(141,144,169)
#A0A1B7
(160,161,183)
#B3B2C5
(179,178,197)
#C6C3D3
(198,195,211)
#D9D4E1
(217,212,225)
#ECE5EF
(236,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3B63 color. Also use rgb(46,59,99) instead hex code.

Text Font Color

.myTextColor { color: #2E3B63; }

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

This text font color is #2E3B63.

Background Color

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

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

This div background color is #2E3B63.

Border color

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

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

This div border color is #2E3B63.

Opacity

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

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

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

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

This text has shadow with #2E3B63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E3B63.

Preview

Color preview on black background

This text has color #2E3B63 on black background.


Color preview on white background

This text has color #2E3B63 on white background.


Black color preview on #2E3B63 background

This text has black color on #2E3B63 background.


White color preview on #2E3B63 background

This text has white color on #2E3B63 background.


Related colors

Complementary color

Complementary color for #hex is #D1C49C.


I love getcolorcode.com

Triadic colors

1 #632E3B and #3B632E with #2E3B63 are triadic colors.

2 #633B2E and #3B2E63 with #2E3B63 are triadic colors.