COLOR #2C4276

HEX: #2C4276
RGB: (44,66,118)

Color info

#2C4276 contains mainly green and blue colors. Web safe color of #2C4276 is #333366 (or #336).

RGB color model

#2C4276 color RGB value is (44,66,118).

  • red value is 44;
  • green value is 66;
  • blue value is 118.
RGB:
(44,66,118)
(17%,26%,46%)

RGB channels and saturation

R 44 of 255 = 17%
G 66 of 255 = 26%
B 118 of 255 = 46%

44
66
118

R + G + B ~ 30%. #2C4276 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 66 + 118 = 228 (100%)
R 44 of 228 ~ 19.3%
G 66 of 228 ~ 28.95%
B 118 of 228 ~ 51.75%

%19.3
%28.95
%51.75

CMYK color model

#2C4276 color CMYK value is (63,44,0,54).

  • cyan value is 62.71%
  • magenta value is 44.07%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(63,44,0,54)
C63M44Y0K54 
(63%,44%,0%,54%)
(0.63/0.44/0.00/0.54)	

CMYK percentages

%62.71
%44.07
%0
%53.73

Codes

Color #2C4276 in popluar color models

2C4276
RGB4466118
HSL222°45.68%31.76%
HSB/HSV222°62.71%46.27%
CMYK62.71%44.07%0.00%
53.73%

Color #2C4276 in popluar number systems.

HEX2C4276
Decimal4466118
Binary10110010000101110110
Octal54102166

Shades and tints

Shades of #2C4276

#2C4276
(44,66,118)
#283C6C
(40,60,108)
#243662
(36,54,98)
#203058
(32,48,88)
#1C2A4E
(28,42,78)
#182444
(24,36,68)
#141E3A
(20,30,58)
#101830
(16,24,48)
#0C1226
(12,18,38)
#080C1C
(8,12,28)
#040612
(4,6,18)
#000000
(0,0,0)

Tints of #2C4276

#2C4276
(44,66,118)
#3F5382
(63,83,130)
#52648E
(82,100,142)
#65759A
(101,117,154)
#7886A6
(120,134,166)
#8B97B2
(139,151,178)
#9EA8BE
(158,168,190)
#B1B9CA
(177,185,202)
#C4CAD6
(196,202,214)
#D7DBE2
(215,219,226)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4276 color. Also use rgb(44,66,118) instead hex code.

Text Font Color

.myTextColor { color: #2C4276; }

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

This text font color is #2C4276.


Background Color

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

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

This div background color is #2C4276.


Border color

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

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

This div border color is #2C4276.


Opacity

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

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

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

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

This text has shadow with #2C4276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4276 on black background.


Color preview on white background

This text has color #2C4276 on white background.



Black color preview on #2C4276 background

This text has black color on #2C4276 background.


White color preview on #2C4276 background

This text has white color on #2C4276 background.