COLOR #2C3C5F

HEX: #2C3C5F
RGB: (44,60,95)

Color info

#2C3C5F contains red, green and blue colors in about the same proportion. Web safe color of #2C3C5F is #333366 (or #336).

RGB color model

#2C3C5F color RGB value is (44,60,95).

  • red value is 44;
  • green value is 60;
  • blue value is 95.
RGB:
(44,60,95)
(17%,24%,37%)

RGB channels and saturation

R 44 of 255 = 17%
G 60 of 255 = 24%
B 95 of 255 = 37%

44
60
95

R + G + B ~ 26%. #2C3C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 60 + 95 = 199 (100%)
R 44 of 199 ~ 22.11%
G 60 of 199 ~ 30.15%
B 95 of 199 ~ 47.74%

%22.11
%30.15
%47.74

CMYK color model

#2C3C5F color CMYK value is (54,37,0,63).

  • cyan value is 53.68%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(54,37,0,63)
C54M37Y0K63 
(54%,37%,0%,63%)
(0.54/0.37/0.00/0.63)	

CMYK percentages

%53.68
%36.84
%0
%62.75

Codes

Color #2C3C5F in popluar color models

2C3C5F
RGB446095
HSL221°36.69%27.25%
HSB/HSV221°53.68%37.25%
CMYK53.68%36.84%0.00%
62.75%

Color #2C3C5F in popluar number systems.

HEX2C3C5F
Decimal446095
Binary1011001111001011111
Octal5474137

Shades and tints

Shades of #2C3C5F

#2C3C5F
(44,60,95)
#283757
(40,55,87)
#24324F
(36,50,79)
#202D47
(32,45,71)
#1C283F
(28,40,63)
#182337
(24,35,55)
#141E2F
(20,30,47)
#101927
(16,25,39)
#0C141F
(12,20,31)
#080F17
(8,15,23)
#040A0F
(4,10,15)
#000000
(0,0,0)

Tints of #2C3C5F

#2C3C5F
(44,60,95)
#3F4D6D
(63,77,109)
#525E7B
(82,94,123)
#656F89
(101,111,137)
#788097
(120,128,151)
#8B91A5
(139,145,165)
#9EA2B3
(158,162,179)
#B1B3C1
(177,179,193)
#C4C4CF
(196,196,207)
#D7D5DD
(215,213,221)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C3C5F color. Also use rgb(44,60,95) instead hex code.

Text Font Color

.myTextColor { color: #2C3C5F; }

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

This text font color is #2C3C5F.


Background Color

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

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

This div background color is #2C3C5F.


Border color

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

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

This div border color is #2C3C5F.


Opacity

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

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

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

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

This text has shadow with #2C3C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C3C5F on black background.


Color preview on white background

This text has color #2C3C5F on white background.



Black color preview on #2C3C5F background

This text has black color on #2C3C5F background.


White color preview on #2C3C5F background

This text has white color on #2C3C5F background.