COLOR #2C4477

HEX: #2C4477 RGB: (44,68,119)

Color info

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

RGB color model

#2C4477 color RGB value is (44,68,119).

RGB: (44,68,119) (17%, 27%, 47%)

RGB channels and saturation

R 44 of 255 = 17%
G 68 of 255 = 27%
B 119 of 255 = 47%

44
68
119

R + G + B ~ 30%. #2C4477 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 44 + 68 + 119 = 231 (100%)
R 44 of 231 ~ 19.05%
G 68 of 231 ~ 29.44%
B 119 of 231 ~ 51.52'%

%19.05
%29.44
%51.52

CMYK color model

#2C4477 color CMYK value is (63,43,0,53).

  • cyan value is 63.03%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (63,43,0,53)
C63M43Y0K53 (63%, 43%, 0%, 53%)
(0.63 / 0.43 / 0.00 / 0.53)

CMYK percentages

%63.03
%42.86
%0
%53.33

Codes

Color #2C4477 in popluar color models

2C 44 77
RGB 44 68 119
HSL 221° 46.01% 31.96%
HSB/HSV 221° 63.03% 46.67%
CMYK 63.03% 42.86% 0.00%
53.33%

Color #2C4477 in popluar number systems.

HEX 2C 44 77
Decimal 44 68 119
Binary 101100 1000100 1110111
Octal 54 104 167

Shades and tints

Shades of #2C4477

#2C4477
(44,68,119)
#283E6D
(40,62,109)
#243863
(36,56,99)
#203259
(32,50,89)
#1C2C4F
(28,44,79)
#182645
(24,38,69)
#14203B
(20,32,59)
#101A31
(16,26,49)
#0C1427
(12,20,39)
#080E1D
(8,14,29)
#040813
(4,8,19)
#000000
(0,0,0)

Tints of #2C4477

#2C4477
(44,68,119)
#3F5583
(63,85,131)
#52668F
(82,102,143)
#65779B
(101,119,155)
#7888A7
(120,136,167)
#8B99B3
(139,153,179)
#9EAABF
(158,170,191)
#B1BBCB
(177,187,203)
#C4CCD7
(196,204,215)
#D7DDE3
(215,221,227)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4477 color. Also use rgb(44,68,119) instead hex code.

Text Font Color

.myTextColor { color: #2C4477; }

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

This text font color is #2C4477.

Background Color

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

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

This div background color is #2C4477.

Border color

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

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

This div border color is #2C4477.

Opacity

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

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

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

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

This text has shadow with #2C4477 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C4477.

Preview

Color preview on black background

This text has color #2C4477 on black background.


Color preview on white background

This text has color #2C4477 on white background.


Black color preview on #2C4477 background

This text has black color on #2C4477 background.


White color preview on #2C4477 background

This text has white color on #2C4477 background.


Related colors

Complementary color

Complementary color for #hex is #D3BB88.


I love getcolorcode.com

Triadic colors

1 #772C44 and #44772C with #2C4477 are triadic colors.

2 #77442C and #442C77 with #2C4477 are triadic colors.