COLOR #2C344E

HEX: #2C344E
RGB: (44,52,78)

Color info

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

RGB color model

#2C344E color RGB value is (44,52,78).

  • red value is 44;
  • green value is 52;
  • blue value is 78.
RGB:
(44,52,78)
(17%,20%,31%)

RGB channels and saturation

R 44 of 255 = 17%
G 52 of 255 = 20%
B 78 of 255 = 31%

44
52
78

R + G + B ~ 23%. #2C344E is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 52 + 78 = 174 (100%)
R 44 of 174 ~ 25.29%
G 52 of 174 ~ 29.89%
B 78 of 174 ~ 44.83%

%25.29
%29.89
%44.83

CMYK color model

#2C344E color CMYK value is (44,33,0,69).

  • cyan value is 43.59%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(44,33,0,69)
C44M33Y0K69 
(44%,33%,0%,69%)
(0.44/0.33/0.00/0.69)	

CMYK percentages

%43.59
%33.33
%0
%69.41

Codes

Color #2C344E in popluar color models

2C344E
RGB445278
HSL226°27.87%23.92%
HSB/HSV226°43.59%30.59%
CMYK43.59%33.33%0.00%
69.41%

Color #2C344E in popluar number systems.

HEX2C344E
Decimal445278
Binary1011001101001001110
Octal5464116

Shades and tints

Shades of #2C344E

#2C344E
(44,52,78)
#283047
(40,48,71)
#242C40
(36,44,64)
#202839
(32,40,57)
#1C2432
(28,36,50)
#18202B
(24,32,43)
#141C24
(20,28,36)
#10181D
(16,24,29)
#0C1416
(12,20,22)
#08100F
(8,16,15)
#040C08
(4,12,8)
#000000
(0,0,0)

Tints of #2C344E

#2C344E
(44,52,78)
#3F465E
(63,70,94)
#52586E
(82,88,110)
#656A7E
(101,106,126)
#787C8E
(120,124,142)
#8B8E9E
(139,142,158)
#9EA0AE
(158,160,174)
#B1B2BE
(177,178,190)
#C4C4CE
(196,196,206)
#D7D6DE
(215,214,222)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C344E color. Also use rgb(44,52,78) instead hex code.

Text Font Color

.myTextColor { color: #2C344E; }

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

This text font color is #2C344E.


Background Color

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

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

This div background color is #2C344E.


Border color

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

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

This div border color is #2C344E.


Opacity

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

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

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

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

This text has shadow with #2C344E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C344E on black background.


Color preview on white background

This text has color #2C344E on white background.



Black color preview on #2C344E background

This text has black color on #2C344E background.


White color preview on #2C344E background

This text has white color on #2C344E background.