COLOR #2C477D

HEX: #2C477D RGB: (44,71,125)

Color info

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

RGB color model

#2C477D color RGB value is (44,71,125).

RGB: (44,71,125) (17%, 28%, 49%)

RGB channels and saturation

R 44 of 255 = 17%
G 71 of 255 = 28%
B 125 of 255 = 49%

44
71
125

R + G + B ~ 31%. #2C477D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 44 + 71 + 125 = 240 (100%)
R 44 of 240 ~ 18.33%
G 71 of 240 ~ 29.58%
B 125 of 240 ~ 52.08'%

%18.33
%29.58
%52.08

CMYK color model

#2C477D color CMYK value is (65,43,0,51).

  • cyan value is 64.80%
  • magenta value is 43.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (65,43,0,51) C65M43Y0K51 (65%,43%,0%,51%) (0.65/0.43/0.00/0.51) 

CMYK percentages

%64.8
%43.2
%0
%50.98

Codes

Color #2C477D in popluar color models

2C 47 7D
RGB 44 71 125
HSL 220° 47.93% 33.14%
HSB/HSV 220° 64.80% 49.02%
CMYK 64.80% 43.20% 0.00%
50.98%

Color #2C477D in popluar number systems.

HEX 2C 47 7D
Decimal 44 71 125
Binary 101100 1000111 1111101
Octal 54 107 175

Shades and tints

Shades of #2C477D

#2C477D
(44,71,125)
#284172
(40,65,114)
#243B67
(36,59,103)
#20355C
(32,53,92)
#1C2F51
(28,47,81)
#182946
(24,41,70)
#14233B
(20,35,59)
#101D30
(16,29,48)
#0C1725
(12,23,37)
#08111A
(8,17,26)
#040B0F
(4,11,15)
#000000
(0,0,0)

Tints of #2C477D

#2C477D
(44,71,125)
#3F5788
(63,87,136)
#526793
(82,103,147)
#65779E
(101,119,158)
#7887A9
(120,135,169)
#8B97B4
(139,151,180)
#9EA7BF
(158,167,191)
#B1B7CA
(177,183,202)
#C4C7D5
(196,199,213)
#D7D7E0
(215,215,224)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C477D color. Also use rgb(44,71,125) instead hex code.

Text Font Color

.myTextColor { color: #2C477D; }

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

This text font color is #2C477D.

Background Color

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

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

This div background color is #2C477D.

Border color

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

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

This div border color is #2C477D.

Opacity

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

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

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

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

This text has shadow with #2C477D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C477D.

Preview

Color preview on black background

This text has color #2C477D on black background.


Color preview on white background

This text has color #2C477D on white background.


Black color preview on #2C477D background

This text has black color on #2C477D background.


White color preview on #2C477D background

This text has white color on #2C477D background.


Related colors

Complementary color

Complementary color for #hex is #D3B882.


I love getcolorcode.com

Triadic colors

1 #7D2C47 and #477D2C with #2C477D are triadic colors.

2 #7D472C and #472C7D with #2C477D are triadic colors.