COLOR #2C4A83

HEX: #2C4A83
RGB: (44,74,131)

Color info

#2C4A83 contains mainly green and blue colors. Web safe color of #2C4A83 is #333399 (or #339).

RGB color model

#2C4A83 color RGB value is (44,74,131).

  • red value is 44;
  • green value is 74;
  • blue value is 131.
RGB:
(44,74,131)
(17%,29%,51%)

RGB channels and saturation

R 44 of 255 = 17%
G 74 of 255 = 29%
B 131 of 255 = 51%

44
74
131

R + G + B ~ 32%. #2C4A83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 74 + 131 = 249 (100%)
R 44 of 249 ~ 17.67%
G 74 of 249 ~ 29.72%
B 131 of 249 ~ 52.61%

%17.67
%29.72
%52.61

CMYK color model

#2C4A83 color CMYK value is (66,44,0,49).

  • cyan value is 66.41%
  • magenta value is 43.51%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(66,44,0,49)
C66M44Y0K49 
(66%,44%,0%,49%)
(0.66/0.44/0.00/0.49)	

CMYK percentages

%66.41
%43.51
%0
%48.63

Codes

Color #2C4A83 in popluar color models

2C4A83
RGB4474131
HSL219°49.71%34.31%
HSB/HSV219°66.41%51.37%
CMYK66.41%43.51%0.00%
48.63%

Color #2C4A83 in popluar number systems.

HEX2C4A83
Decimal4474131
Binary101100100101010000011
Octal54112203

Shades and tints

Shades of #2C4A83

#2C4A83
(44,74,131)
#284478
(40,68,120)
#243E6D
(36,62,109)
#203862
(32,56,98)
#1C3257
(28,50,87)
#182C4C
(24,44,76)
#142641
(20,38,65)
#102036
(16,32,54)
#0C1A2B
(12,26,43)
#081420
(8,20,32)
#040E15
(4,14,21)
#000000
(0,0,0)

Tints of #2C4A83

#2C4A83
(44,74,131)
#3F5A8E
(63,90,142)
#526A99
(82,106,153)
#657AA4
(101,122,164)
#788AAF
(120,138,175)
#8B9ABA
(139,154,186)
#9EAAC5
(158,170,197)
#B1BAD0
(177,186,208)
#C4CADB
(196,202,219)
#D7DAE6
(215,218,230)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4A83 color. Also use rgb(44,74,131) instead hex code.

Text Font Color

.myTextColor { color: #2C4A83; }

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

This text font color is #2C4A83.


Background Color

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

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

This div background color is #2C4A83.


Border color

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

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

This div border color is #2C4A83.


Opacity

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

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

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

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

This text has shadow with #2C4A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4A83 on black background.


Color preview on white background

This text has color #2C4A83 on white background.



Black color preview on #2C4A83 background

This text has black color on #2C4A83 background.


White color preview on #2C4A83 background

This text has white color on #2C4A83 background.