COLOR #2C5E97

HEX: #2C5E97
RGB: (44,94,151)

Color info

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

RGB color model

#2C5E97 color RGB value is (44,94,151).

  • red value is 44;
  • green value is 94;
  • blue value is 151.
RGB:
(44,94,151)
(17%,37%,59%)

RGB channels and saturation

R 44 of 255 = 17%
G 94 of 255 = 37%
B 151 of 255 = 59%

44
94
151

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

Portions of RGB colors in percentages

R + G + B =
44 + 94 + 151 = 289 (100%)
R 44 of 289 ~ 15.22%
G 94 of 289 ~ 32.53%
B 151 of 289 ~ 52.25%

%15.22
%32.53
%52.25

CMYK color model

#2C5E97 color CMYK value is (71,38,0,41).

  • cyan value is 70.86%
  • magenta value is 37.75%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(71,38,0,41)
C71M38Y0K41 
(71%,38%,0%,41%)
(0.71/0.38/0.00/0.41)	

CMYK percentages

%70.86
%37.75
%0
%40.78

Codes

Color #2C5E97 in popluar color models

2C5E97
RGB4494151
HSL212°54.87%38.24%
HSB/HSV212°70.86%59.22%
CMYK70.86%37.75%0.00%
40.78%

Color #2C5E97 in popluar number systems.

HEX2C5E97
Decimal4494151
Binary101100101111010010111
Octal54136227

Shades and tints

Shades of #2C5E97

#2C5E97
(44,94,151)
#28568A
(40,86,138)
#244E7D
(36,78,125)
#204670
(32,70,112)
#1C3E63
(28,62,99)
#183656
(24,54,86)
#142E49
(20,46,73)
#10263C
(16,38,60)
#0C1E2F
(12,30,47)
#081622
(8,22,34)
#040E15
(4,14,21)
#000000
(0,0,0)

Tints of #2C5E97

#2C5E97
(44,94,151)
#3F6CA0
(63,108,160)
#527AA9
(82,122,169)
#6588B2
(101,136,178)
#7896BB
(120,150,187)
#8BA4C4
(139,164,196)
#9EB2CD
(158,178,205)
#B1C0D6
(177,192,214)
#C4CEDF
(196,206,223)
#D7DCE8
(215,220,232)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C5E97 color. Also use rgb(44,94,151) instead hex code.

Text Font Color

.myTextColor { color: #2C5E97; }

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

This text font color is #2C5E97.


Background Color

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

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

This div background color is #2C5E97.


Border color

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

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

This div border color is #2C5E97.


Opacity

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

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

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

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

This text has shadow with #2C5E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C5E97 on black background.


Color preview on white background

This text has color #2C5E97 on white background.



Black color preview on #2C5E97 background

This text has black color on #2C5E97 background.


White color preview on #2C5E97 background

This text has white color on #2C5E97 background.