COLOR #2C355D

HEX: #2C355D
RGB: (44,53,93)

Color info

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

RGB color model

#2C355D color RGB value is (44,53,93).

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

RGB channels and saturation

R 44 of 255 = 17%
G 53 of 255 = 21%
B 93 of 255 = 36%

44
53
93

R + G + B ~ 25%. #2C355D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 53 + 93 = 190 (100%)
R 44 of 190 ~ 23.16%
G 53 of 190 ~ 27.89%
B 93 of 190 ~ 48.95%

%23.16
%27.89
%48.95

CMYK color model

#2C355D color CMYK value is (53,43,0,64).

  • cyan value is 52.69%
  • magenta value is 43.01%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(53,43,0,64)
C53M43Y0K64 
(53%,43%,0%,64%)
(0.53/0.43/0.00/0.64)	

CMYK percentages

%52.69
%43.01
%0
%63.53

Codes

Color #2C355D in popluar color models

2C355D
RGB445393
HSL229°35.77%26.86%
HSB/HSV229°52.69%36.47%
CMYK52.69%43.01%0.00%
63.53%

Color #2C355D in popluar number systems.

HEX2C355D
Decimal445393
Binary1011001101011011101
Octal5465135

Shades and tints

Shades of #2C355D

#2C355D
(44,53,93)
#283155
(40,49,85)
#242D4D
(36,45,77)
#202945
(32,41,69)
#1C253D
(28,37,61)
#182135
(24,33,53)
#141D2D
(20,29,45)
#101925
(16,25,37)
#0C151D
(12,21,29)
#081115
(8,17,21)
#040D0D
(4,13,13)
#000000
(0,0,0)

Tints of #2C355D

#2C355D
(44,53,93)
#3F476B
(63,71,107)
#525979
(82,89,121)
#656B87
(101,107,135)
#787D95
(120,125,149)
#8B8FA3
(139,143,163)
#9EA1B1
(158,161,177)
#B1B3BF
(177,179,191)
#C4C5CD
(196,197,205)
#D7D7DB
(215,215,219)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C355D; }

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

This text font color is #2C355D.


Background Color

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

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

This div background color is #2C355D.


Border color

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

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

This div border color is #2C355D.


Opacity

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

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

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

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

This text has shadow with #2C355D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C355D on black background.


Color preview on white background

This text has color #2C355D on white background.



Black color preview on #2C355D background

This text has black color on #2C355D background.


White color preview on #2C355D background

This text has white color on #2C355D background.