COLOR #2E68B3

HEX: #2E68B3
RGB: (46,104,179)

Color info

#2E68B3 contains mainly blue color. Web safe color of #2E68B3 is #336699 (or #369).

RGB color model

#2E68B3 color RGB value is (46,104,179).

  • red value is 46;
  • green value is 104;
  • blue value is 179.
RGB:
(46,104,179)
(18%,41%,70%)

RGB channels and saturation

R 46 of 255 = 18%
G 104 of 255 = 41%
B 179 of 255 = 70%

46
104
179

R + G + B ~ 43%. #2E68B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
46 + 104 + 179 = 329 (100%)
R 46 of 329 ~ 13.98%
G 104 of 329 ~ 31.61%
B 179 of 329 ~ 54.41%

%13.98
%31.61
%54.41

CMYK color model

#2E68B3 color CMYK value is (74,42,0,30).

  • cyan value is 74.30%
  • magenta value is 41.90%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(74,42,0,30)
C74M42Y0K30 
(74%,42%,0%,30%)
(0.74/0.42/0.00/0.30)	

CMYK percentages

%74.3
%41.9
%0
%29.8

Codes

Color #2E68B3 in popluar color models

2E68B3
RGB46104179
HSL214°59.11%44.12%
HSB/HSV214°74.30%70.20%
CMYK74.30%41.90%0.00%
29.80%

Color #2E68B3 in popluar number systems.

HEX2E68B3
Decimal46104179
Binary101110110100010110011
Octal56150263

Shades and tints

Shades of #2E68B3

#2E68B3
(46,104,179)
#2A5FA3
(42,95,163)
#265693
(38,86,147)
#224D83
(34,77,131)
#1E4473
(30,68,115)
#1A3B63
(26,59,99)
#163253
(22,50,83)
#122943
(18,41,67)
#0E2033
(14,32,51)
#0A1723
(10,23,35)
#060E13
(6,14,19)
#000000
(0,0,0)

Tints of #2E68B3

#2E68B3
(46,104,179)
#4175B9
(65,117,185)
#5482BF
(84,130,191)
#678FC5
(103,143,197)
#7A9CCB
(122,156,203)
#8DA9D1
(141,169,209)
#A0B6D7
(160,182,215)
#B3C3DD
(179,195,221)
#C6D0E3
(198,208,227)
#D9DDE9
(217,221,233)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E68B3 color. Also use rgb(46,104,179) instead hex code.

Text Font Color

.myTextColor { color: #2E68B3; }

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

This text font color is #2E68B3.


Background Color

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

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

This div background color is #2E68B3.


Border color

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

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

This div border color is #2E68B3.


Opacity

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

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

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

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

This text has shadow with #2E68B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E68B3 on black background.


Color preview on white background

This text has color #2E68B3 on white background.



Black color preview on #2E68B3 background

This text has black color on #2E68B3 background.


White color preview on #2E68B3 background

This text has white color on #2E68B3 background.