COLOR #2E4464

HEX: #2E4464 RGB: (46,68,100)

Color info

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

RGB color model

#2E4464 color RGB value is (46,68,100).

RGB: (46,68,100) (18%, 27%, 39%)

RGB channels and saturation

R 46 of 255 = 18%
G 68 of 255 = 27%
B 100 of 255 = 39%

46
68
100

R + G + B ~ 28%. #2E4464 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 68 + 100 = 214 (100%)
R 46 of 214 ~ 21.5%
G 68 of 214 ~ 31.78%
B 100 of 214 ~ 46.73'%

%21.5
%31.78
%46.73

CMYK color model

#2E4464 color CMYK value is (54,32,0,61).

  • cyan value is 54.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (54,32,0,61)
C54M32Y0K61 (54%, 32%, 0%, 61%)
(0.54 / 0.32 / 0.00 / 0.61)

CMYK percentages

%54
%32
%0
%60.78

Codes

Color #2E4464 in popluar color models

2E 44 64
RGB 46 68 100
HSL 216° 36.99% 28.63%
HSB/HSV 216° 54.00% 39.22%
CMYK 54.00% 32.00% 0.00%
60.78%

Color #2E4464 in popluar number systems.

HEX 2E 44 64
Decimal 46 68 100
Binary 101110 1000100 1100100
Octal 56 104 144

Shades and tints

Shades of #2E4464

#2E4464
(46,68,100)
#2A3E5B
(42,62,91)
#263852
(38,56,82)
#223249
(34,50,73)
#1E2C40
(30,44,64)
#1A2637
(26,38,55)
#16202E
(22,32,46)
#121A25
(18,26,37)
#0E141C
(14,20,28)
#0A0E13
(10,14,19)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #2E4464

#2E4464
(46,68,100)
#415572
(65,85,114)
#546680
(84,102,128)
#67778E
(103,119,142)
#7A889C
(122,136,156)
#8D99AA
(141,153,170)
#A0AAB8
(160,170,184)
#B3BBC6
(179,187,198)
#C6CCD4
(198,204,212)
#D9DDE2
(217,221,226)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4464 color. Also use rgb(46,68,100) instead hex code.

Text Font Color

.myTextColor { color: #2E4464; }

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

This text font color is #2E4464.

Background Color

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

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

This div background color is #2E4464.

Border color

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

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

This div border color is #2E4464.

Opacity

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

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

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

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

This text has shadow with #2E4464 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E4464.

Preview

Color preview on black background

This text has color #2E4464 on black background.


Color preview on white background

This text has color #2E4464 on white background.


Black color preview on #2E4464 background

This text has black color on #2E4464 background.


White color preview on #2E4464 background

This text has white color on #2E4464 background.


Related colors

Complementary color

Complementary color for #hex is #D1BB9B.


I love getcolorcode.com

Triadic colors

1 #642E44 and #44642E with #2E4464 are triadic colors.

2 #64442E and #442E64 with #2E4464 are triadic colors.