COLOR #2C4684

HEX: #2C4684
RGB: (44,70,132)

Color info

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

RGB color model

#2C4684 color RGB value is (44,70,132).

  • red value is 44;
  • green value is 70;
  • blue value is 132.
RGB: (44,70,132) (17%,27%,52%)

RGB channels and saturation

R 44 of 255 = 17%
G 70 of 255 = 27%
B 132 of 255 = 52%

44
70
132

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

Portions of RGB colors in percentages

R + G + B =
44 + 70 + 132 = 246 (100%)
R 44 of 246 ~ 17.89%
G 70 of 246 ~ 28.46%
B 132 of 246 ~ 53.66%

%17.89
%28.46
%53.66

CMYK color model

#2C4684 color CMYK value is (67,47,0,48).

  • cyan value is 66.67%
  • magenta value is 46.97%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK: (67,47,0,48) C67M47Y0K48 (67%,47%,0%,48%) (0.67/0.47/0.00/0.48)

CMYK percentages

%66.67
%46.97
%0
%48.24

Codes

Color #2C4684 in popluar color models

2C4684
RGB4470132
HSL222°50.00%34.51%
HSB/HSV222°66.67%51.76%
CMYK66.67%46.97%0.00%
48.24%

Color #2C4684 in popluar number systems.

HEX2C4684
Decimal4470132
Binary101100100011010000100
Octal54106204

Shades and tints

Shades of #2C4684

#2C4684
(44,70,132)
#284078
(40,64,120)
#243A6C
(36,58,108)
#203460
(32,52,96)
#1C2E54
(28,46,84)
#182848
(24,40,72)
#14223C
(20,34,60)
#101C30
(16,28,48)
#0C1624
(12,22,36)
#081018
(8,16,24)
#040A0C
(4,10,12)
#000000
(0,0,0)

Tints of #2C4684

#2C4684
(44,70,132)
#3F568F
(63,86,143)
#52669A
(82,102,154)
#6576A5
(101,118,165)
#7886B0
(120,134,176)
#8B96BB
(139,150,187)
#9EA6C6
(158,166,198)
#B1B6D1
(177,182,209)
#C4C6DC
(196,198,220)
#D7D6E7
(215,214,231)
#EAE6F2
(234,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4684 color. Also use rgb(44,70,132) instead hex code.

Text Font Color

.myTextColor { color: #2C4684; }

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

This text font color is #2C4684.


Background Color

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

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

This div background color is #2C4684.


Border color

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

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

This div border color is #2C4684.


Opacity

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

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

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

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

This text has shadow with #2C4684 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #2C4684 on black background.


Color preview on white background

This text has color #2C4684 on white background.



Black color preview on #2C4684 background

This text has black color on #2C4684 background.


White color preview on #2C4684 background

This text has white color on #2C4684 background.