COLOR #2C5588

HEX: #2C5588
RGB: (44,85,136)

Color info

#2C5588 contains mainly green and blue colors. Web safe color of #2C5588 is #336699 (or #369).

RGB color model

#2C5588 color RGB value is (44,85,136).

  • red value is 44;
  • green value is 85;
  • blue value is 136.
RGB:
(44,85,136)
(17%,33%,53%)

RGB channels and saturation

R 44 of 255 = 17%
G 85 of 255 = 33%
B 136 of 255 = 53%

44
85
136

R + G + B ~ 34%. #2C5588 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 85 + 136 = 265 (100%)
R 44 of 265 ~ 16.6%
G 85 of 265 ~ 32.08%
B 136 of 265 ~ 51.32%

%16.6
%32.08
%51.32

CMYK color model

#2C5588 color CMYK value is (68,38,0,47).

  • cyan value is 67.65%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(68,38,0,47)
C68M38Y0K47 
(68%,38%,0%,47%)
(0.68/0.38/0.00/0.47)	

CMYK percentages

%67.65
%37.5
%0
%46.67

Codes

Color #2C5588 in popluar color models

2C5588
RGB4485136
HSL213°51.11%35.29%
HSB/HSV213°67.65%53.33%
CMYK67.65%37.50%0.00%
46.67%

Color #2C5588 in popluar number systems.

HEX2C5588
Decimal4485136
Binary101100101010110001000
Octal54125210

Shades and tints

Shades of #2C5588

#2C5588
(44,85,136)
#284E7C
(40,78,124)
#244770
(36,71,112)
#204064
(32,64,100)
#1C3958
(28,57,88)
#18324C
(24,50,76)
#142B40
(20,43,64)
#102434
(16,36,52)
#0C1D28
(12,29,40)
#08161C
(8,22,28)
#040F10
(4,15,16)
#000000
(0,0,0)

Tints of #2C5588

#2C5588
(44,85,136)
#3F6492
(63,100,146)
#52739C
(82,115,156)
#6582A6
(101,130,166)
#7891B0
(120,145,176)
#8BA0BA
(139,160,186)
#9EAFC4
(158,175,196)
#B1BECE
(177,190,206)
#C4CDD8
(196,205,216)
#D7DCE2
(215,220,226)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C5588; }

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

This text font color is #2C5588.


Background Color

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

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

This div background color is #2C5588.


Border color

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

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

This div border color is #2C5588.


Opacity

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

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

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

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

This text has shadow with #2C5588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C5588 on black background.


Color preview on white background

This text has color #2C5588 on white background.



Black color preview on #2C5588 background

This text has black color on #2C5588 background.


White color preview on #2C5588 background

This text has white color on #2C5588 background.