COLOR #2C4663

HEX: #2C4663 RGB: (44,70,99)

Color info

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

RGB color model

#2C4663 color RGB value is (44,70,99).

RGB: (44,70,99) (17%, 27%, 39%)

RGB channels and saturation

R 44 of 255 = 17%
G 70 of 255 = 27%
B 99 of 255 = 39%

44
70
99

R + G + B ~ 28%. #2C4663 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 44 + 70 + 99 = 213 (100%)
R 44 of 213 ~ 20.66%
G 70 of 213 ~ 32.86%
B 99 of 213 ~ 46.48'%

%20.66
%32.86
%46.48

CMYK color model

#2C4663 color CMYK value is (56,29,0,61).

  • cyan value is 55.56%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (56,29,0,61)
C56M29Y0K61 (56%, 29%, 0%, 61%)
(0.56 / 0.29 / 0.00 / 0.61)

CMYK percentages

%55.56
%29.29
%0
%61.18

Codes

Color #2C4663 in popluar color models

2C 46 63
RGB 44 70 99
HSL 212° 38.46% 28.04%
HSB/HSV 212° 55.56% 38.82%
CMYK 55.56% 29.29% 0.00%
61.18%

Color #2C4663 in popluar number systems.

HEX 2C 46 63
Decimal 44 70 99
Binary 101100 1000110 1100011
Octal 54 106 143

Shades and tints

Shades of #2C4663

#2C4663
(44,70,99)
#28405A
(40,64,90)
#243A51
(36,58,81)
#203448
(32,52,72)
#1C2E3F
(28,46,63)
#182836
(24,40,54)
#14222D
(20,34,45)
#101C24
(16,28,36)
#0C161B
(12,22,27)
#081012
(8,16,18)
#040A09
(4,10,9)
#000000
(0,0,0)

Tints of #2C4663

#2C4663
(44,70,99)
#3F5671
(63,86,113)
#52667F
(82,102,127)
#65768D
(101,118,141)
#78869B
(120,134,155)
#8B96A9
(139,150,169)
#9EA6B7
(158,166,183)
#B1B6C5
(177,182,197)
#C4C6D3
(196,198,211)
#D7D6E1
(215,214,225)
#EAE6EF
(234,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C4663; }

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

This text font color is #2C4663.

Background Color

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

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

This div background color is #2C4663.

Border color

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

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

This div border color is #2C4663.

Opacity

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

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

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

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

This text has shadow with #2C4663 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C4663.

Preview

Color preview on black background

This text has color #2C4663 on black background.


Color preview on white background

This text has color #2C4663 on white background.


Black color preview on #2C4663 background

This text has black color on #2C4663 background.


White color preview on #2C4663 background

This text has white color on #2C4663 background.


Related colors

Complementary color

Complementary color for #hex is #D3B99C.


I love getcolorcode.com

Triadic colors

1 #632C46 and #46632C with #2C4663 are triadic colors.

2 #63462C and #462C63 with #2C4663 are triadic colors.