COLOR #2E6287

HEX: #2E6287
RGB: (46,98,135)

Color info

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

RGB color model

#2E6287 color RGB value is (46,98,135).

  • red value is 46;
  • green value is 98;
  • blue value is 135.
RGB:
(46,98,135)
(18%,38%,53%)

RGB channels and saturation

R 46 of 255 = 18%
G 98 of 255 = 38%
B 135 of 255 = 53%

46
98
135

R + G + B ~ 36%. #2E6287 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 98 + 135 = 279 (100%)
R 46 of 279 ~ 16.49%
G 98 of 279 ~ 35.13%
B 135 of 279 ~ 48.39%

%16.49
%35.13
%48.39

CMYK color model

#2E6287 color CMYK value is (66,27,0,47).

  • cyan value is 65.93%
  • magenta value is 27.41%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(66,27,0,47)
C66M27Y0K47 
(66%,27%,0%,47%)
(0.66/0.27/0.00/0.47)	

CMYK percentages

%65.93
%27.41
%0
%47.06

Codes

Color #2E6287 in popluar color models

2E6287
RGB4698135
HSL205°49.17%35.49%
HSB/HSV205°65.93%52.94%
CMYK65.93%27.41%0.00%
47.06%

Color #2E6287 in popluar number systems.

HEX2E6287
Decimal4698135
Binary101110110001010000111
Octal56142207

Shades and tints

Shades of #2E6287

#2E6287
(46,98,135)
#2A5A7B
(42,90,123)
#26526F
(38,82,111)
#224A63
(34,74,99)
#1E4257
(30,66,87)
#1A3A4B
(26,58,75)
#16323F
(22,50,63)
#122A33
(18,42,51)
#0E2227
(14,34,39)
#0A1A1B
(10,26,27)
#06120F
(6,18,15)
#000000
(0,0,0)

Tints of #2E6287

#2E6287
(46,98,135)
#417091
(65,112,145)
#547E9B
(84,126,155)
#678CA5
(103,140,165)
#7A9AAF
(122,154,175)
#8DA8B9
(141,168,185)
#A0B6C3
(160,182,195)
#B3C4CD
(179,196,205)
#C6D2D7
(198,210,215)
#D9E0E1
(217,224,225)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6287 color. Also use rgb(46,98,135) instead hex code.

Text Font Color

.myTextColor { color: #2E6287; }

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

This text font color is #2E6287.


Background Color

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

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

This div background color is #2E6287.


Border color

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

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

This div border color is #2E6287.


Opacity

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

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

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

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

This text has shadow with #2E6287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6287 on black background.


Color preview on white background

This text has color #2E6287 on white background.



Black color preview on #2E6287 background

This text has black color on #2E6287 background.


White color preview on #2E6287 background

This text has white color on #2E6287 background.