COLOR #2C4172

HEX: #2C4172
RGB: (44,65,114)

Color info

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

RGB color model

#2C4172 color RGB value is (44,65,114).

  • red value is 44;
  • green value is 65;
  • blue value is 114.
RGB:
(44,65,114)
(17%,25%,45%)

RGB channels and saturation

R 44 of 255 = 17%
G 65 of 255 = 25%
B 114 of 255 = 45%

44
65
114

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

Portions of RGB colors in percentages

R + G + B =
44 + 65 + 114 = 223 (100%)
R 44 of 223 ~ 19.73%
G 65 of 223 ~ 29.15%
B 114 of 223 ~ 51.12%

%19.73
%29.15
%51.12

CMYK color model

#2C4172 color CMYK value is (61,43,0,55).

  • cyan value is 61.40%
  • magenta value is 42.98%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(61,43,0,55)
C61M43Y0K55 
(61%,43%,0%,55%)
(0.61/0.43/0.00/0.55)	

CMYK percentages

%61.4
%42.98
%0
%55.29

Codes

Color #2C4172 in popluar color models

2C4172
RGB4465114
HSL222°44.30%30.98%
HSB/HSV222°61.40%44.71%
CMYK61.40%42.98%0.00%
55.29%

Color #2C4172 in popluar number systems.

HEX2C4172
Decimal4465114
Binary10110010000011110010
Octal54101162

Shades and tints

Shades of #2C4172

#2C4172
(44,65,114)
#283C68
(40,60,104)
#24375E
(36,55,94)
#203254
(32,50,84)
#1C2D4A
(28,45,74)
#182840
(24,40,64)
#142336
(20,35,54)
#101E2C
(16,30,44)
#0C1922
(12,25,34)
#081418
(8,20,24)
#040F0E
(4,15,14)
#000000
(0,0,0)

Tints of #2C4172

#2C4172
(44,65,114)
#3F527E
(63,82,126)
#52638A
(82,99,138)
#657496
(101,116,150)
#7885A2
(120,133,162)
#8B96AE
(139,150,174)
#9EA7BA
(158,167,186)
#B1B8C6
(177,184,198)
#C4C9D2
(196,201,210)
#D7DADE
(215,218,222)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4172 color. Also use rgb(44,65,114) instead hex code.

Text Font Color

.myTextColor { color: #2C4172; }

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

This text font color is #2C4172.


Background Color

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

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

This div background color is #2C4172.


Border color

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

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

This div border color is #2C4172.


Opacity

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

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

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

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

This text has shadow with #2C4172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4172 on black background.


Color preview on white background

This text has color #2C4172 on white background.



Black color preview on #2C4172 background

This text has black color on #2C4172 background.


White color preview on #2C4172 background

This text has white color on #2C4172 background.