COLOR #2C4B71

HEX: #2C4B71 RGB: (44,75,113)

Color info

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

RGB color model

#2C4B71 color RGB value is (44,75,113).

RGB: (44,75,113) (17%, 29%, 44%)

RGB channels and saturation

R 44 of 255 = 17%
G 75 of 255 = 29%
B 113 of 255 = 44%

44
75
113

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

Portions of RGB colors in percentages

R + G + B = 44 + 75 + 113 = 232 (100%)
R 44 of 232 ~ 18.97%
G 75 of 232 ~ 32.33%
B 113 of 232 ~ 48.71'%

%18.97
%32.33
%48.71

CMYK color model

#2C4B71 color CMYK value is (61,34,0,56).

  • cyan value is 61.06%
  • magenta value is 33.63%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (61,34,0,56)
C61M34Y0K56 (61%, 34%, 0%, 56%)
(0.61 / 0.34 / 0.00 / 0.56)

CMYK percentages

%61.06
%33.63
%0
%55.69

Codes

Color #2C4B71 in popluar color models

2C 4B 71
RGB 44 75 113
HSL 213° 43.95% 30.78%
HSB/HSV 213° 61.06% 44.31%
CMYK 61.06% 33.63% 0.00%
55.69%

Color #2C4B71 in popluar number systems.

HEX 2C 4B 71
Decimal 44 75 113
Binary 101100 1001011 1110001
Octal 54 113 161

Shades and tints

Shades of #2C4B71

#2C4B71
(44,75,113)
#284567
(40,69,103)
#243F5D
(36,63,93)
#203953
(32,57,83)
#1C3349
(28,51,73)
#182D3F
(24,45,63)
#142735
(20,39,53)
#10212B
(16,33,43)
#0C1B21
(12,27,33)
#081517
(8,21,23)
#040F0D
(4,15,13)
#000000
(0,0,0)

Tints of #2C4B71

#2C4B71
(44,75,113)
#3F5B7D
(63,91,125)
#526B89
(82,107,137)
#657B95
(101,123,149)
#788BA1
(120,139,161)
#8B9BAD
(139,155,173)
#9EABB9
(158,171,185)
#B1BBC5
(177,187,197)
#C4CBD1
(196,203,209)
#D7DBDD
(215,219,221)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4B71 color. Also use rgb(44,75,113) instead hex code.

Text Font Color

.myTextColor { color: #2C4B71; }

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

This text font color is #2C4B71.

Background Color

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

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

This div background color is #2C4B71.

Border color

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

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

This div border color is #2C4B71.

Opacity

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

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

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

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

This text has shadow with #2C4B71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C4B71.

Preview

Color preview on black background

This text has color #2C4B71 on black background.


Color preview on white background

This text has color #2C4B71 on white background.


Black color preview on #2C4B71 background

This text has black color on #2C4B71 background.


White color preview on #2C4B71 background

This text has white color on #2C4B71 background.


Related colors

Complementary color

Complementary color for #hex is #D3B48E.


I love getcolorcode.com

Triadic colors

1 #712C4B and #4B712C with #2C4B71 are triadic colors.

2 #714B2C and #4B2C71 with #2C4B71 are triadic colors.