COLOR #2C366E

HEX: #2C366E RGB: (44,54,110)

Color info

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

RGB color model

#2C366E color RGB value is (44,54,110).

RGB: (44,54,110) (17%, 21%, 43%)

RGB channels and saturation

R 44 of 255 = 17%
G 54 of 255 = 21%
B 110 of 255 = 43%

44
54
110

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

Portions of RGB colors in percentages

R + G + B = 44 + 54 + 110 = 208 (100%)
R 44 of 208 ~ 21.15%
G 54 of 208 ~ 25.96%
B 110 of 208 ~ 52.88'%

%21.15
%25.96
%52.88

CMYK color model

#2C366E color CMYK value is (60,51,0,57).

  • cyan value is 60.00%
  • magenta value is 50.91%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (60,51,0,57)
C60M51Y0K57 (60%, 51%, 0%, 57%)
(0.60 / 0.51 / 0.00 / 0.57)

CMYK percentages

%60
%50.91
%0
%56.86

Codes

Color #2C366E in popluar color models

2C 36 6E
RGB 44 54 110
HSL 231° 42.86% 30.20%
HSB/HSV 231° 60.00% 43.14%
CMYK 60.00% 50.91% 0.00%
56.86%

Color #2C366E in popluar number systems.

HEX 2C 36 6E
Decimal 44 54 110
Binary 101100 110110 1101110
Octal 54 66 156

Shades and tints

Shades of #2C366E

#2C366E
(44,54,110)
#283264
(40,50,100)
#242E5A
(36,46,90)
#202A50
(32,42,80)
#1C2646
(28,38,70)
#18223C
(24,34,60)
#141E32
(20,30,50)
#101A28
(16,26,40)
#0C161E
(12,22,30)
#081214
(8,18,20)
#040E0A
(4,14,10)
#000000
(0,0,0)

Tints of #2C366E

#2C366E
(44,54,110)
#3F487B
(63,72,123)
#525A88
(82,90,136)
#656C95
(101,108,149)
#787EA2
(120,126,162)
#8B90AF
(139,144,175)
#9EA2BC
(158,162,188)
#B1B4C9
(177,180,201)
#C4C6D6
(196,198,214)
#D7D8E3
(215,216,227)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C366E color. Also use rgb(44,54,110) instead hex code.

Text Font Color

.myTextColor { color: #2C366E; }

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

This text font color is #2C366E.

Background Color

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

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

This div background color is #2C366E.

Border color

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

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

This div border color is #2C366E.

Opacity

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

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

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

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

This text has shadow with #2C366E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C366E.

Preview

Color preview on black background

This text has color #2C366E on black background.


Color preview on white background

This text has color #2C366E on white background.


Black color preview on #2C366E background

This text has black color on #2C366E background.


White color preview on #2C366E background

This text has white color on #2C366E background.


Related colors

Complementary color

Complementary color for #hex is #D3C991.


I love getcolorcode.com

Triadic colors

1 #6E2C36 and #366E2C with #2C366E are triadic colors.

2 #6E362C and #362C6E with #2C366E are triadic colors.