COLOR #2E6192

HEX: #2E6192 RGB: (46,97,146)

Color info

#2E6192 contains mainly green and blue colors. Web safe color of #2E6192 is #336699 (or #369).

RGB color model

#2E6192 color RGB value is (46,97,146).

RGB: (46,97,146) (18%, 38%, 57%)

RGB channels and saturation

R 46 of 255 = 18%
G 97 of 255 = 38%
B 146 of 255 = 57%

46
97
146

R + G + B ~ 38%. #2E6192 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 97 + 146 = 289 (100%)
R 46 of 289 ~ 15.92%
G 97 of 289 ~ 33.56%
B 146 of 289 ~ 50.52'%

%15.92
%33.56
%50.52

CMYK color model

#2E6192 color CMYK value is (68,34,0,43).

  • cyan value is 68.49%
  • magenta value is 33.56%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (68,34,0,43)
C68M34Y0K43 (68%, 34%, 0%, 43%)
(0.68 / 0.34 / 0.00 / 0.43)

CMYK percentages

%68.49
%33.56
%0
%42.75

Codes

Color #2E6192 in popluar color models

2E 61 92
RGB 46 97 146
HSL 209° 52.08% 37.65%
HSB/HSV 209° 68.49% 57.25%
CMYK 68.49% 33.56% 0.00%
42.75%

Color #2E6192 in popluar number systems.

HEX 2E 61 92
Decimal 46 97 146
Binary 101110 1100001 10010010
Octal 56 141 222

Shades and tints

Shades of #2E6192

#2E6192
(46,97,146)
#2A5985
(42,89,133)
#265178
(38,81,120)
#22496B
(34,73,107)
#1E415E
(30,65,94)
#1A3951
(26,57,81)
#163144
(22,49,68)
#122937
(18,41,55)
#0E212A
(14,33,42)
#0A191D
(10,25,29)
#061110
(6,17,16)
#000000
(0,0,0)

Tints of #2E6192

#2E6192
(46,97,146)
#416F9B
(65,111,155)
#547DA4
(84,125,164)
#678BAD
(103,139,173)
#7A99B6
(122,153,182)
#8DA7BF
(141,167,191)
#A0B5C8
(160,181,200)
#B3C3D1
(179,195,209)
#C6D1DA
(198,209,218)
#D9DFE3
(217,223,227)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6192 color. Also use rgb(46,97,146) instead hex code.

Text Font Color

.myTextColor { color: #2E6192; }

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

This text font color is #2E6192.

Background Color

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

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

This div background color is #2E6192.

Border color

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

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

This div border color is #2E6192.

Opacity

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

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

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

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

This text has shadow with #2E6192 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E6192.

Preview

Color preview on black background

This text has color #2E6192 on black background.


Color preview on white background

This text has color #2E6192 on white background.


Black color preview on #2E6192 background

This text has black color on #2E6192 background.


White color preview on #2E6192 background

This text has white color on #2E6192 background.


Related colors

Complementary color

Complementary color for #hex is #D19E6D.


I love getcolorcode.com

Triadic colors

1 #922E61 and #61922E with #2E6192 are triadic colors.

2 #92612E and #612E92 with #2E6192 are triadic colors.