COLOR #2C4A5D

HEX: #2C4A5D
RGB: (44,74,93)

Color info

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

RGB color model

#2C4A5D color RGB value is (44,74,93).

  • red value is 44;
  • green value is 74;
  • blue value is 93.
RGB:
(44,74,93)
(17%,29%,36%)

RGB channels and saturation

R 44 of 255 = 17%
G 74 of 255 = 29%
B 93 of 255 = 36%

44
74
93

R + G + B ~ 27%. #2C4A5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 74 + 93 = 211 (100%)
R 44 of 211 ~ 20.85%
G 74 of 211 ~ 35.07%
B 93 of 211 ~ 44.08%

%20.85
%35.07
%44.08

CMYK color model

#2C4A5D color CMYK value is (53,20,0,64).

  • cyan value is 52.69%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(53,20,0,64)
C53M20Y0K64 
(53%,20%,0%,64%)
(0.53/0.20/0.00/0.64)	

CMYK percentages

%52.69
%20.43
%0
%63.53

Codes

Color #2C4A5D in popluar color models

2C4A5D
RGB447493
HSL203°35.77%26.86%
HSB/HSV203°52.69%36.47%
CMYK52.69%20.43%0.00%
63.53%

Color #2C4A5D in popluar number systems.

HEX2C4A5D
Decimal447493
Binary10110010010101011101
Octal54112135

Shades and tints

Shades of #2C4A5D

#2C4A5D
(44,74,93)
#284455
(40,68,85)
#243E4D
(36,62,77)
#203845
(32,56,69)
#1C323D
(28,50,61)
#182C35
(24,44,53)
#14262D
(20,38,45)
#102025
(16,32,37)
#0C1A1D
(12,26,29)
#081415
(8,20,21)
#040E0D
(4,14,13)
#000000
(0,0,0)

Tints of #2C4A5D

#2C4A5D
(44,74,93)
#3F5A6B
(63,90,107)
#526A79
(82,106,121)
#657A87
(101,122,135)
#788A95
(120,138,149)
#8B9AA3
(139,154,163)
#9EAAB1
(158,170,177)
#B1BABF
(177,186,191)
#C4CACD
(196,202,205)
#D7DADB
(215,218,219)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4A5D color. Also use rgb(44,74,93) instead hex code.

Text Font Color

.myTextColor { color: #2C4A5D; }

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

This text font color is #2C4A5D.


Background Color

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

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

This div background color is #2C4A5D.


Border color

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

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

This div border color is #2C4A5D.


Opacity

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

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

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

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

This text has shadow with #2C4A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4A5D on black background.


Color preview on white background

This text has color #2C4A5D on white background.



Black color preview on #2C4A5D background

This text has black color on #2C4A5D background.


White color preview on #2C4A5D background

This text has white color on #2C4A5D background.