COLOR #2C4C88

HEX: #2C4C88 RGB: (44,76,136)

Color info

#2C4C88 contains mainly blue color. Web safe color of #2C4C88 is #333399 (or #339).

RGB color model

#2C4C88 color RGB value is (44,76,136).

RGB: (44,76,136) (17%, 30%, 53%)

RGB channels and saturation

R 44 of 255 = 17%
G 76 of 255 = 30%
B 136 of 255 = 53%

44
76
136

R + G + B ~ 33%. #2C4C88 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 44 + 76 + 136 = 256 (100%)
R 44 of 256 ~ 17.19%
G 76 of 256 ~ 29.69%
B 136 of 256 ~ 53.13'%

%17.19
%29.69
%53.13

CMYK color model

#2C4C88 color CMYK value is (68,44,0,47).

  • cyan value is 67.65%
  • magenta value is 44.12%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK: (68,44,0,47) C68M44Y0K47 (68%,44%,0%,47%) (0.68/0.44/0.00/0.47) 

CMYK percentages

%67.65
%44.12
%0
%46.67

Codes

Color #2C4C88 in popluar color models

2C 4C 88
RGB 44 76 136
HSL 219° 51.11% 35.29%
HSB/HSV 219° 67.65% 53.33%
CMYK 67.65% 44.12% 0.00%
46.67%

Color #2C4C88 in popluar number systems.

HEX 2C 4C 88
Decimal 44 76 136
Binary 101100 1001100 10001000
Octal 54 114 210

Shades and tints

Shades of #2C4C88

#2C4C88
(44,76,136)
#28467C
(40,70,124)
#244070
(36,64,112)
#203A64
(32,58,100)
#1C3458
(28,52,88)
#182E4C
(24,46,76)
#142840
(20,40,64)
#102234
(16,34,52)
#0C1C28
(12,28,40)
#08161C
(8,22,28)
#041010
(4,16,16)
#000000
(0,0,0)

Tints of #2C4C88

#2C4C88
(44,76,136)
#3F5C92
(63,92,146)
#526C9C
(82,108,156)
#657CA6
(101,124,166)
#788CB0
(120,140,176)
#8B9CBA
(139,156,186)
#9EACC4
(158,172,196)
#B1BCCE
(177,188,206)
#C4CCD8
(196,204,216)
#D7DCE2
(215,220,226)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4C88 color. Also use rgb(44,76,136) instead hex code.

Text Font Color

.myTextColor { color: #2C4C88; }

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

This text font color is #2C4C88.

Background Color

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

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

This div background color is #2C4C88.

Border color

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

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

This div border color is #2C4C88.

Opacity

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

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

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

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

This text has shadow with #2C4C88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C4C88.

Preview

Color preview on black background

This text has color #2C4C88 on black background.


Color preview on white background

This text has color #2C4C88 on white background.


Black color preview on #2C4C88 background

This text has black color on #2C4C88 background.


White color preview on #2C4C88 background

This text has white color on #2C4C88 background.


Related colors

Complementary color

Complementary color for #hex is #D3B377.


I love getcolorcode.com

Triadic colors

1 #882C4C and #4C882C with #2C4C88 are triadic colors.

2 #884C2C and #4C2C88 with #2C4C88 are triadic colors.