COLOR #2C3E76

HEX: #2C3E76
RGB: (44,62,118)

Color info

#2C3E76 contains mainly green and blue colors. Web safe color of #2C3E76 is #333366 (or #336).

RGB color model

#2C3E76 color RGB value is (44,62,118).

  • red value is 44;
  • green value is 62;
  • blue value is 118.
RGB:
(44,62,118)
(17%,24%,46%)

RGB channels and saturation

R 44 of 255 = 17%
G 62 of 255 = 24%
B 118 of 255 = 46%

44
62
118

R + G + B ~ 29%. #2C3E76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 62 + 118 = 224 (100%)
R 44 of 224 ~ 19.64%
G 62 of 224 ~ 27.68%
B 118 of 224 ~ 52.68%

%19.64
%27.68
%52.68

CMYK color model

#2C3E76 color CMYK value is (63,47,0,54).

  • cyan value is 62.71%
  • magenta value is 47.46%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(63,47,0,54)
C63M47Y0K54 
(63%,47%,0%,54%)
(0.63/0.47/0.00/0.54)	

CMYK percentages

%62.71
%47.46
%0
%53.73

Codes

Color #2C3E76 in popluar color models

2C3E76
RGB4462118
HSL225°45.68%31.76%
HSB/HSV225°62.71%46.27%
CMYK62.71%47.46%0.00%
53.73%

Color #2C3E76 in popluar number systems.

HEX2C3E76
Decimal4462118
Binary1011001111101110110
Octal5476166

Shades and tints

Shades of #2C3E76

#2C3E76
(44,62,118)
#28396C
(40,57,108)
#243462
(36,52,98)
#202F58
(32,47,88)
#1C2A4E
(28,42,78)
#182544
(24,37,68)
#14203A
(20,32,58)
#101B30
(16,27,48)
#0C1626
(12,22,38)
#08111C
(8,17,28)
#040C12
(4,12,18)
#000000
(0,0,0)

Tints of #2C3E76

#2C3E76
(44,62,118)
#3F4F82
(63,79,130)
#52608E
(82,96,142)
#65719A
(101,113,154)
#7882A6
(120,130,166)
#8B93B2
(139,147,178)
#9EA4BE
(158,164,190)
#B1B5CA
(177,181,202)
#C4C6D6
(196,198,214)
#D7D7E2
(215,215,226)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C3E76 color. Also use rgb(44,62,118) instead hex code.

Text Font Color

.myTextColor { color: #2C3E76; }

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

This text font color is #2C3E76.


Background Color

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

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

This div background color is #2C3E76.


Border color

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

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

This div border color is #2C3E76.


Opacity

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

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

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

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

This text has shadow with #2C3E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C3E76 on black background.


Color preview on white background

This text has color #2C3E76 on white background.



Black color preview on #2C3E76 background

This text has black color on #2C3E76 background.


White color preview on #2C3E76 background

This text has white color on #2C3E76 background.