COLOR #2C47A1

HEX: #2C47A1
RGB: (44,71,161)

Color info

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

RGB color model

#2C47A1 color RGB value is (44,71,161).

  • red value is 44;
  • green value is 71;
  • blue value is 161.
RGB:
(44,71,161)
(17%,28%,63%)

RGB channels and saturation

R 44 of 255 = 17%
G 71 of 255 = 28%
B 161 of 255 = 63%

44
71
161

R + G + B ~ 36%. #2C47A1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 71 + 161 = 276 (100%)
R 44 of 276 ~ 15.94%
G 71 of 276 ~ 25.72%
B 161 of 276 ~ 58.33%

%15.94
%25.72
%58.33

CMYK color model

#2C47A1 color CMYK value is (73,56,0,37).

  • cyan value is 72.67%
  • magenta value is 55.90%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(73,56,0,37)
C73M56Y0K37 
(73%,56%,0%,37%)
(0.73/0.56/0.00/0.37)	

CMYK percentages

%72.67
%55.9
%0
%36.86

Codes

Color #2C47A1 in popluar color models

2C47A1
RGB4471161
HSL226°57.07%40.20%
HSB/HSV226°72.67%63.14%
CMYK72.67%55.90%0.00%
36.86%

Color #2C47A1 in popluar number systems.

HEX2C47A1
Decimal4471161
Binary101100100011110100001
Octal54107241

Shades and tints

Shades of #2C47A1

#2C47A1
(44,71,161)
#284193
(40,65,147)
#243B85
(36,59,133)
#203577
(32,53,119)
#1C2F69
(28,47,105)
#18295B
(24,41,91)
#14234D
(20,35,77)
#101D3F
(16,29,63)
#0C1731
(12,23,49)
#081123
(8,17,35)
#040B15
(4,11,21)
#000000
(0,0,0)

Tints of #2C47A1

#2C47A1
(44,71,161)
#3F57A9
(63,87,169)
#5267B1
(82,103,177)
#6577B9
(101,119,185)
#7887C1
(120,135,193)
#8B97C9
(139,151,201)
#9EA7D1
(158,167,209)
#B1B7D9
(177,183,217)
#C4C7E1
(196,199,225)
#D7D7E9
(215,215,233)
#EAE7F1
(234,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C47A1 color. Also use rgb(44,71,161) instead hex code.

Text Font Color

.myTextColor { color: #2C47A1; }

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

This text font color is #2C47A1.


Background Color

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

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

This div background color is #2C47A1.


Border color

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

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

This div border color is #2C47A1.


Opacity

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

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

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

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

This text has shadow with #2C47A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C47A1 on black background.


Color preview on white background

This text has color #2C47A1 on white background.



Black color preview on #2C47A1 background

This text has black color on #2C47A1 background.


White color preview on #2C47A1 background

This text has white color on #2C47A1 background.