COLOR #2C4778

HEX: #2C4778
RGB: (44,71,120)

Color info

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

RGB color model

#2C4778 color RGB value is (44,71,120).

  • red value is 44;
  • green value is 71;
  • blue value is 120.
RGB:
(44,71,120)
(17%,28%,47%)

RGB channels and saturation

R 44 of 255 = 17%
G 71 of 255 = 28%
B 120 of 255 = 47%

44
71
120

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

Portions of RGB colors in percentages

R + G + B =
44 + 71 + 120 = 235 (100%)
R 44 of 235 ~ 18.72%
G 71 of 235 ~ 30.21%
B 120 of 235 ~ 51.06%

%18.72
%30.21
%51.06

CMYK color model

#2C4778 color CMYK value is (63,41,0,53).

  • cyan value is 63.33%
  • magenta value is 40.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(63,41,0,53)
C63M41Y0K53 
(63%,41%,0%,53%)
(0.63/0.41/0.00/0.53)	

CMYK percentages

%63.33
%40.83
%0
%52.94

Codes

Color #2C4778 in popluar color models

2C4778
RGB4471120
HSL219°46.34%32.16%
HSB/HSV219°63.33%47.06%
CMYK63.33%40.83%0.00%
52.94%

Color #2C4778 in popluar number systems.

HEX2C4778
Decimal4471120
Binary10110010001111111000
Octal54107170

Shades and tints

Shades of #2C4778

#2C4778
(44,71,120)
#28416E
(40,65,110)
#243B64
(36,59,100)
#20355A
(32,53,90)
#1C2F50
(28,47,80)
#182946
(24,41,70)
#14233C
(20,35,60)
#101D32
(16,29,50)
#0C1728
(12,23,40)
#08111E
(8,17,30)
#040B14
(4,11,20)
#000000
(0,0,0)

Tints of #2C4778

#2C4778
(44,71,120)
#3F5784
(63,87,132)
#526790
(82,103,144)
#65779C
(101,119,156)
#7887A8
(120,135,168)
#8B97B4
(139,151,180)
#9EA7C0
(158,167,192)
#B1B7CC
(177,183,204)
#C4C7D8
(196,199,216)
#D7D7E4
(215,215,228)
#EAE7F0
(234,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C4778; }

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

This text font color is #2C4778.


Background Color

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

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

This div background color is #2C4778.


Border color

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

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

This div border color is #2C4778.


Opacity

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

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

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

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

This text has shadow with #2C4778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4778 on black background.


Color preview on white background

This text has color #2C4778 on white background.



Black color preview on #2C4778 background

This text has black color on #2C4778 background.


White color preview on #2C4778 background

This text has white color on #2C4778 background.