COLOR #2C336B

HEX: #2C336B
RGB: (44,51,107)

Color info

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

RGB color model

#2C336B color RGB value is (44,51,107).

  • red value is 44;
  • green value is 51;
  • blue value is 107.
RGB:
(44,51,107)
(17%,20%,42%)

RGB channels and saturation

R 44 of 255 = 17%
G 51 of 255 = 20%
B 107 of 255 = 42%

44
51
107

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

Portions of RGB colors in percentages

R + G + B =
44 + 51 + 107 = 202 (100%)
R 44 of 202 ~ 21.78%
G 51 of 202 ~ 25.25%
B 107 of 202 ~ 52.97%

%21.78
%25.25
%52.97

CMYK color model

#2C336B color CMYK value is (59,52,0,58).

  • cyan value is 58.88%
  • magenta value is 52.34%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(59,52,0,58)
C59M52Y0K58 
(59%,52%,0%,58%)
(0.59/0.52/0.00/0.58)	

CMYK percentages

%58.88
%52.34
%0
%58.04

Codes

Color #2C336B in popluar color models

2C336B
RGB4451107
HSL233°41.72%29.61%
HSB/HSV233°58.88%41.96%
CMYK58.88%52.34%0.00%
58.04%

Color #2C336B in popluar number systems.

HEX2C336B
Decimal4451107
Binary1011001100111101011
Octal5463153

Shades and tints

Shades of #2C336B

#2C336B
(44,51,107)
#282F62
(40,47,98)
#242B59
(36,43,89)
#202750
(32,39,80)
#1C2347
(28,35,71)
#181F3E
(24,31,62)
#141B35
(20,27,53)
#10172C
(16,23,44)
#0C1323
(12,19,35)
#080F1A
(8,15,26)
#040B11
(4,11,17)
#000000
(0,0,0)

Tints of #2C336B

#2C336B
(44,51,107)
#3F4578
(63,69,120)
#525785
(82,87,133)
#656992
(101,105,146)
#787B9F
(120,123,159)
#8B8DAC
(139,141,172)
#9E9FB9
(158,159,185)
#B1B1C6
(177,177,198)
#C4C3D3
(196,195,211)
#D7D5E0
(215,213,224)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C336B color. Also use rgb(44,51,107) instead hex code.

Text Font Color

.myTextColor { color: #2C336B; }

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

This text font color is #2C336B.


Background Color

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

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

This div background color is #2C336B.


Border color

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

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

This div border color is #2C336B.


Opacity

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

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

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

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

This text has shadow with #2C336B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C336B on black background.


Color preview on white background

This text has color #2C336B on white background.



Black color preview on #2C336B background

This text has black color on #2C336B background.


White color preview on #2C336B background

This text has white color on #2C336B background.