COLOR #2C5070

HEX: #2C5070 RGB: (44,80,112)

Color info

#2C5070 contains mainly green and blue colors. Web safe color of #2C5070 is #336666 (or #366).

RGB color model

#2C5070 color RGB value is (44,80,112).

RGB: (44,80,112) (17%, 31%, 44%)

RGB channels and saturation

R 44 of 255 = 17%
G 80 of 255 = 31%
B 112 of 255 = 44%

44
80
112

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

Portions of RGB colors in percentages

R + G + B = 44 + 80 + 112 = 236 (100%)
R 44 of 236 ~ 18.64%
G 80 of 236 ~ 33.9%
B 112 of 236 ~ 47.46'%

%18.64
%33.9
%47.46

CMYK color model

#2C5070 color CMYK value is (61,29,0,56).

  • cyan value is 60.71%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (61,29,0,56)
C61M29Y0K56 (61%, 29%, 0%, 56%)
(0.61 / 0.29 / 0.00 / 0.56)

CMYK percentages

%60.71
%28.57
%0
%56.08

Codes

Color #2C5070 in popluar color models

2C 50 70
RGB 44 80 112
HSL 208° 43.59% 30.59%
HSB/HSV 208° 60.71% 43.92%
CMYK 60.71% 28.57% 0.00%
56.08%

Color #2C5070 in popluar number systems.

HEX 2C 50 70
Decimal 44 80 112
Binary 101100 1010000 1110000
Octal 54 120 160

Shades and tints

Shades of #2C5070

#2C5070
(44,80,112)
#284966
(40,73,102)
#24425C
(36,66,92)
#203B52
(32,59,82)
#1C3448
(28,52,72)
#182D3E
(24,45,62)
#142634
(20,38,52)
#101F2A
(16,31,42)
#0C1820
(12,24,32)
#081116
(8,17,22)
#040A0C
(4,10,12)
#000000
(0,0,0)

Tints of #2C5070

#2C5070
(44,80,112)
#3F5F7D
(63,95,125)
#526E8A
(82,110,138)
#657D97
(101,125,151)
#788CA4
(120,140,164)
#8B9BB1
(139,155,177)
#9EAABE
(158,170,190)
#B1B9CB
(177,185,203)
#C4C8D8
(196,200,216)
#D7D7E5
(215,215,229)
#EAE6F2
(234,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C5070 color. Also use rgb(44,80,112) instead hex code.

Text Font Color

.myTextColor { color: #2C5070; }

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

This text font color is #2C5070.

Background Color

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

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

This div background color is #2C5070.

Border color

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

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

This div border color is #2C5070.

Opacity

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

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

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

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

This text has shadow with #2C5070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C5070.

Preview

Color preview on black background

This text has color #2C5070 on black background.


Color preview on white background

This text has color #2C5070 on white background.


Black color preview on #2C5070 background

This text has black color on #2C5070 background.


White color preview on #2C5070 background

This text has white color on #2C5070 background.


Related colors

Complementary color

Complementary color for #hex is #D3AF8F.


I love getcolorcode.com

Triadic colors

1 #702C50 and #50702C with #2C5070 are triadic colors.

2 #70502C and #502C70 with #2C5070 are triadic colors.