COLOR #2C4489

HEX: #2C4489
RGB: (44,68,137)

Color info

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

RGB color model

#2C4489 color RGB value is (44,68,137).

  • red value is 44;
  • green value is 68;
  • blue value is 137.
RGB:
(44,68,137)
(17%,27%,54%)

RGB channels and saturation

R 44 of 255 = 17%
G 68 of 255 = 27%
B 137 of 255 = 54%

44
68
137

R + G + B ~ 33%. #2C4489 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 68 + 137 = 249 (100%)
R 44 of 249 ~ 17.67%
G 68 of 249 ~ 27.31%
B 137 of 249 ~ 55.02%

%17.67
%27.31
%55.02

CMYK color model

#2C4489 color CMYK value is (68,50,0,46).

  • cyan value is 67.88%
  • magenta value is 50.36%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(68,50,0,46)
C68M50Y0K46 
(68%,50%,0%,46%)
(0.68/0.50/0.00/0.46)	

CMYK percentages

%67.88
%50.36
%0
%46.27

Codes

Color #2C4489 in popluar color models

2C4489
RGB4468137
HSL225°51.38%35.49%
HSB/HSV225°67.88%53.73%
CMYK67.88%50.36%0.00%
46.27%

Color #2C4489 in popluar number systems.

HEX2C4489
Decimal4468137
Binary101100100010010001001
Octal54104211

Shades and tints

Shades of #2C4489

#2C4489
(44,68,137)
#283E7D
(40,62,125)
#243871
(36,56,113)
#203265
(32,50,101)
#1C2C59
(28,44,89)
#18264D
(24,38,77)
#142041
(20,32,65)
#101A35
(16,26,53)
#0C1429
(12,20,41)
#080E1D
(8,14,29)
#040811
(4,8,17)
#000000
(0,0,0)

Tints of #2C4489

#2C4489
(44,68,137)
#3F5593
(63,85,147)
#52669D
(82,102,157)
#6577A7
(101,119,167)
#7888B1
(120,136,177)
#8B99BB
(139,153,187)
#9EAAC5
(158,170,197)
#B1BBCF
(177,187,207)
#C4CCD9
(196,204,217)
#D7DDE3
(215,221,227)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4489 color. Also use rgb(44,68,137) instead hex code.

Text Font Color

.myTextColor { color: #2C4489; }

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

This text font color is #2C4489.


Background Color

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

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

This div background color is #2C4489.


Border color

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

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

This div border color is #2C4489.


Opacity

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

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

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

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

This text has shadow with #2C4489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4489 on black background.


Color preview on white background

This text has color #2C4489 on white background.



Black color preview on #2C4489 background

This text has black color on #2C4489 background.


White color preview on #2C4489 background

This text has white color on #2C4489 background.