COLOR #2C55D4

HEX: #2C55D4
RGB: (44,85,212)

Color info

#2C55D4 contains mainly blue color. Web safe color of #2C55D4 is #3366CC (or #36C).

RGB color model

#2C55D4 color RGB value is (44,85,212).

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

RGB channels and saturation

R 44 of 255 = 17%
G 85 of 255 = 33%
B 212 of 255 = 83%

44
85
212

R + G + B ~ 44%. #2C55D4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
44 + 85 + 212 = 341 (100%)
R 44 of 341 ~ 12.9%
G 85 of 341 ~ 24.93%
B 212 of 341 ~ 62.17%

%12.9
%24.93
%62.17

CMYK color model

#2C55D4 color CMYK value is (79,60,0,17).

  • cyan value is 79.25%
  • magenta value is 59.91%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(79,60,0,17)
C79M60Y0K17 
(79%,60%,0%,17%)
(0.79/0.60/0.00/0.17)	

CMYK percentages

%79.25
%59.91
%0
%16.86

Codes

Color #2C55D4 in popluar color models

2C55D4
RGB4485212
HSL225°66.14%50.20%
HSB/HSV225°79.25%83.14%
CMYK79.25%59.91%0.00%
16.86%

Color #2C55D4 in popluar number systems.

HEX2C55D4
Decimal4485212
Binary101100101010111010100
Octal54125324

Shades and tints

Shades of #2C55D4

#2C55D4
(44,85,212)
#284EC1
(40,78,193)
#2447AE
(36,71,174)
#20409B
(32,64,155)
#1C3988
(28,57,136)
#183275
(24,50,117)
#142B62
(20,43,98)
#10244F
(16,36,79)
#0C1D3C
(12,29,60)
#081629
(8,22,41)
#040F16
(4,15,22)
#000000
(0,0,0)

Tints of #2C55D4

#2C55D4
(44,85,212)
#3F64D7
(63,100,215)
#5273DA
(82,115,218)
#6582DD
(101,130,221)
#7891E0
(120,145,224)
#8BA0E3
(139,160,227)
#9EAFE6
(158,175,230)
#B1BEE9
(177,190,233)
#C4CDEC
(196,205,236)
#D7DCEF
(215,220,239)
#EAEBF2
(234,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C55D4; }

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

This text font color is #2C55D4.


Background Color

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

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

This div background color is #2C55D4.


Border color

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

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

This div border color is #2C55D4.


Opacity

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

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

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

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

This text has shadow with #2C55D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C55D4 on black background.


Color preview on white background

This text has color #2C55D4 on white background.



Black color preview on #2C55D4 background

This text has black color on #2C55D4 background.


White color preview on #2C55D4 background

This text has white color on #2C55D4 background.