COLOR #2C4CA6

HEX: #2C4CA6
RGB: (44,76,166)

Color info

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

RGB color model

#2C4CA6 color RGB value is (44,76,166).

  • red value is 44;
  • green value is 76;
  • blue value is 166.
RGB:
(44,76,166)
(17%,30%,65%)

RGB channels and saturation

R 44 of 255 = 17%
G 76 of 255 = 30%
B 166 of 255 = 65%

44
76
166

R + G + B ~ 37%. #2C4CA6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 76 + 166 = 286 (100%)
R 44 of 286 ~ 15.38%
G 76 of 286 ~ 26.57%
B 166 of 286 ~ 58.04%

%15.38
%26.57
%58.04

CMYK color model

#2C4CA6 color CMYK value is (73,54,0,35).

  • cyan value is 73.49%
  • magenta value is 54.22%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(73,54,0,35)
C73M54Y0K35 
(73%,54%,0%,35%)
(0.73/0.54/0.00/0.35)	

CMYK percentages

%73.49
%54.22
%0
%34.9

Codes

Color #2C4CA6 in popluar color models

2C4CA6
RGB4476166
HSL224°58.10%41.18%
HSB/HSV224°73.49%65.10%
CMYK73.49%54.22%0.00%
34.90%

Color #2C4CA6 in popluar number systems.

HEX2C4CA6
Decimal4476166
Binary101100100110010100110
Octal54114246

Shades and tints

Shades of #2C4CA6

#2C4CA6
(44,76,166)
#284697
(40,70,151)
#244088
(36,64,136)
#203A79
(32,58,121)
#1C346A
(28,52,106)
#182E5B
(24,46,91)
#14284C
(20,40,76)
#10223D
(16,34,61)
#0C1C2E
(12,28,46)
#08161F
(8,22,31)
#041010
(4,16,16)
#000000
(0,0,0)

Tints of #2C4CA6

#2C4CA6
(44,76,166)
#3F5CAE
(63,92,174)
#526CB6
(82,108,182)
#657CBE
(101,124,190)
#788CC6
(120,140,198)
#8B9CCE
(139,156,206)
#9EACD6
(158,172,214)
#B1BCDE
(177,188,222)
#C4CCE6
(196,204,230)
#D7DCEE
(215,220,238)
#EAECF6
(234,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C4CA6; }

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

This text font color is #2C4CA6.


Background Color

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

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

This div background color is #2C4CA6.


Border color

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

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

This div border color is #2C4CA6.


Opacity

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

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

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

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

This text has shadow with #2C4CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4CA6 on black background.


Color preview on white background

This text has color #2C4CA6 on white background.



Black color preview on #2C4CA6 background

This text has black color on #2C4CA6 background.


White color preview on #2C4CA6 background

This text has white color on #2C4CA6 background.