COLOR #2C74C4

HEX: #2C74C4
RGB: (44,116,196)

Color info

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

RGB color model

#2C74C4 color RGB value is (44,116,196).

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

RGB channels and saturation

R 44 of 255 = 17%
G 116 of 255 = 45%
B 196 of 255 = 77%

44
116
196

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

Portions of RGB colors in percentages

R + G + B =
44 + 116 + 196 = 356 (100%)
R 44 of 356 ~ 12.36%
G 116 of 356 ~ 32.58%
B 196 of 356 ~ 55.06%

%12.36
%32.58
%55.06

CMYK color model

#2C74C4 color CMYK value is (78,41,0,23).

  • cyan value is 77.55%
  • magenta value is 40.82%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(78,41,0,23)
C78M41Y0K23 
(78%,41%,0%,23%)
(0.78/0.41/0.00/0.23)	

CMYK percentages

%77.55
%40.82
%0
%23.14

Codes

Color #2C74C4 in popluar color models

2C74C4
RGB44116196
HSL212°63.33%47.06%
HSB/HSV212°77.55%76.86%
CMYK77.55%40.82%0.00%
23.14%

Color #2C74C4 in popluar number systems.

HEX2C74C4
Decimal44116196
Binary101100111010011000100
Octal54164304

Shades and tints

Shades of #2C74C4

#2C74C4
(44,116,196)
#286AB3
(40,106,179)
#2460A2
(36,96,162)
#205691
(32,86,145)
#1C4C80
(28,76,128)
#18426F
(24,66,111)
#14385E
(20,56,94)
#102E4D
(16,46,77)
#0C243C
(12,36,60)
#081A2B
(8,26,43)
#04101A
(4,16,26)
#000000
(0,0,0)

Tints of #2C74C4

#2C74C4
(44,116,196)
#3F80C9
(63,128,201)
#528CCE
(82,140,206)
#6598D3
(101,152,211)
#78A4D8
(120,164,216)
#8BB0DD
(139,176,221)
#9EBCE2
(158,188,226)
#B1C8E7
(177,200,231)
#C4D4EC
(196,212,236)
#D7E0F1
(215,224,241)
#EAECF6
(234,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C74C4; }

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

This text font color is #2C74C4.


Background Color

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

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

This div background color is #2C74C4.


Border color

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

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

This div border color is #2C74C4.


Opacity

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

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

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

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

This text has shadow with #2C74C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C74C4 on black background.


Color preview on white background

This text has color #2C74C4 on white background.



Black color preview on #2C74C4 background

This text has black color on #2C74C4 background.


White color preview on #2C74C4 background

This text has white color on #2C74C4 background.