COLOR #2C4474

HEX: #2C4474
RGB: (44,68,116)

Color info

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

RGB color model

#2C4474 color RGB value is (44,68,116).

  • red value is 44;
  • green value is 68;
  • blue value is 116.
RGB:
(44,68,116)
(17%,27%,45%)

RGB channels and saturation

R 44 of 255 = 17%
G 68 of 255 = 27%
B 116 of 255 = 45%

44
68
116

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

Portions of RGB colors in percentages

R + G + B =
44 + 68 + 116 = 228 (100%)
R 44 of 228 ~ 19.3%
G 68 of 228 ~ 29.82%
B 116 of 228 ~ 50.88%

%19.3
%29.82
%50.88

CMYK color model

#2C4474 color CMYK value is (62,41,0,55).

  • cyan value is 62.07%
  • magenta value is 41.38%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(62,41,0,55)
C62M41Y0K55 
(62%,41%,0%,55%)
(0.62/0.41/0.00/0.55)	

CMYK percentages

%62.07
%41.38
%0
%54.51

Codes

Color #2C4474 in popluar color models

2C4474
RGB4468116
HSL220°45.00%31.37%
HSB/HSV220°62.07%45.49%
CMYK62.07%41.38%0.00%
54.51%

Color #2C4474 in popluar number systems.

HEX2C4474
Decimal4468116
Binary10110010001001110100
Octal54104164

Shades and tints

Shades of #2C4474

#2C4474
(44,68,116)
#283E6A
(40,62,106)
#243860
(36,56,96)
#203256
(32,50,86)
#1C2C4C
(28,44,76)
#182642
(24,38,66)
#142038
(20,32,56)
#101A2E
(16,26,46)
#0C1424
(12,20,36)
#080E1A
(8,14,26)
#040810
(4,8,16)
#000000
(0,0,0)

Tints of #2C4474

#2C4474
(44,68,116)
#3F5580
(63,85,128)
#52668C
(82,102,140)
#657798
(101,119,152)
#7888A4
(120,136,164)
#8B99B0
(139,153,176)
#9EAABC
(158,170,188)
#B1BBC8
(177,187,200)
#C4CCD4
(196,204,212)
#D7DDE0
(215,221,224)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C4474; }

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

This text font color is #2C4474.


Background Color

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

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

This div background color is #2C4474.


Border color

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

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

This div border color is #2C4474.


Opacity

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

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

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

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

This text has shadow with #2C4474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4474 on black background.


Color preview on white background

This text has color #2C4474 on white background.



Black color preview on #2C4474 background

This text has black color on #2C4474 background.


White color preview on #2C4474 background

This text has white color on #2C4474 background.