COLOR #2E568A

HEX: #2E568A
RGB: (46,86,138)

Color info

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

RGB color model

#2E568A color RGB value is (46,86,138).

  • red value is 46;
  • green value is 86;
  • blue value is 138.
RGB:
(46,86,138)
(18%,34%,54%)

RGB channels and saturation

R 46 of 255 = 18%
G 86 of 255 = 34%
B 138 of 255 = 54%

46
86
138

R + G + B ~ 35%. #2E568A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 86 + 138 = 270 (100%)
R 46 of 270 ~ 17.04%
G 86 of 270 ~ 31.85%
B 138 of 270 ~ 51.11%

%17.04
%31.85
%51.11

CMYK color model

#2E568A color CMYK value is (67,38,0,46).

  • cyan value is 66.67%
  • magenta value is 37.68%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(67,38,0,46)
C67M38Y0K46 
(67%,38%,0%,46%)
(0.67/0.38/0.00/0.46)	

CMYK percentages

%66.67
%37.68
%0
%45.88

Codes

Color #2E568A in popluar color models

2E568A
RGB4686138
HSL214°50.00%36.08%
HSB/HSV214°66.67%54.12%
CMYK66.67%37.68%0.00%
45.88%

Color #2E568A in popluar number systems.

HEX2E568A
Decimal4686138
Binary101110101011010001010
Octal56126212

Shades and tints

Shades of #2E568A

#2E568A
(46,86,138)
#2A4F7E
(42,79,126)
#264872
(38,72,114)
#224166
(34,65,102)
#1E3A5A
(30,58,90)
#1A334E
(26,51,78)
#162C42
(22,44,66)
#122536
(18,37,54)
#0E1E2A
(14,30,42)
#0A171E
(10,23,30)
#061012
(6,16,18)
#000000
(0,0,0)

Tints of #2E568A

#2E568A
(46,86,138)
#416594
(65,101,148)
#54749E
(84,116,158)
#6783A8
(103,131,168)
#7A92B2
(122,146,178)
#8DA1BC
(141,161,188)
#A0B0C6
(160,176,198)
#B3BFD0
(179,191,208)
#C6CEDA
(198,206,218)
#D9DDE4
(217,221,228)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E568A color. Also use rgb(46,86,138) instead hex code.

Text Font Color

.myTextColor { color: #2E568A; }

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

This text font color is #2E568A.


Background Color

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

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

This div background color is #2E568A.


Border color

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

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

This div border color is #2E568A.


Opacity

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

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

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

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

This text has shadow with #2E568A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E568A on black background.


Color preview on white background

This text has color #2E568A on white background.



Black color preview on #2E568A background

This text has black color on #2E568A background.


White color preview on #2E568A background

This text has white color on #2E568A background.