COLOR #2E6685

HEX: #2E6685
RGB: (46,102,133)

Color info

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

RGB color model

#2E6685 color RGB value is (46,102,133).

  • red value is 46;
  • green value is 102;
  • blue value is 133.
RGB:
(46,102,133)
(18%,40%,52%)

RGB channels and saturation

R 46 of 255 = 18%
G 102 of 255 = 40%
B 133 of 255 = 52%

46
102
133

R + G + B ~ 37%. #2E6685 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 102 + 133 = 281 (100%)
R 46 of 281 ~ 16.37%
G 102 of 281 ~ 36.3%
B 133 of 281 ~ 47.33%

%16.37
%36.3
%47.33

CMYK color model

#2E6685 color CMYK value is (65,23,0,48).

  • cyan value is 65.41%
  • magenta value is 23.31%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(65,23,0,48)
C65M23Y0K48 
(65%,23%,0%,48%)
(0.65/0.23/0.00/0.48)	

CMYK percentages

%65.41
%23.31
%0
%47.84

Codes

Color #2E6685 in popluar color models

2E6685
RGB46102133
HSL201°48.60%35.10%
HSB/HSV201°65.41%52.16%
CMYK65.41%23.31%0.00%
47.84%

Color #2E6685 in popluar number systems.

HEX2E6685
Decimal46102133
Binary101110110011010000101
Octal56146205

Shades and tints

Shades of #2E6685

#2E6685
(46,102,133)
#2A5D79
(42,93,121)
#26546D
(38,84,109)
#224B61
(34,75,97)
#1E4255
(30,66,85)
#1A3949
(26,57,73)
#16303D
(22,48,61)
#122731
(18,39,49)
#0E1E25
(14,30,37)
#0A1519
(10,21,25)
#060C0D
(6,12,13)
#000000
(0,0,0)

Tints of #2E6685

#2E6685
(46,102,133)
#417390
(65,115,144)
#54809B
(84,128,155)
#678DA6
(103,141,166)
#7A9AB1
(122,154,177)
#8DA7BC
(141,167,188)
#A0B4C7
(160,180,199)
#B3C1D2
(179,193,210)
#C6CEDD
(198,206,221)
#D9DBE8
(217,219,232)
#ECE8F3
(236,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6685 color. Also use rgb(46,102,133) instead hex code.

Text Font Color

.myTextColor { color: #2E6685; }

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

This text font color is #2E6685.


Background Color

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

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

This div background color is #2E6685.


Border color

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

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

This div border color is #2E6685.


Opacity

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

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

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

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

This text has shadow with #2E6685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6685 on black background.


Color preview on white background

This text has color #2E6685 on white background.



Black color preview on #2E6685 background

This text has black color on #2E6685 background.


White color preview on #2E6685 background

This text has white color on #2E6685 background.