COLOR #2C2359

HEX: #2C2359 RGB: (44,35,89)

Color info

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

RGB color model

#2C2359 color RGB value is (44,35,89).

RGB: (44,35,89) (17%, 14%, 35%)

RGB channels and saturation

R 44 of 255 = 17%
G 35 of 255 = 14%
B 89 of 255 = 35%

44
35
89

R + G + B ~ 22%. #2C2359 is dark color.

Portions of RGB colors in percentages

R + G + B = 44 + 35 + 89 = 168 (100%)
R 44 of 168 ~ 26.19%
G 35 of 168 ~ 20.83%
B 89 of 168 ~ 52.98'%

%26.19
%20.83
%52.98

CMYK color model

#2C2359 color CMYK value is (51,61,0,65).

  • cyan value is 50.56%
  • magenta value is 60.67%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK: (51,61,0,65) C51M61Y0K65 (51%,61%,0%,65%) (0.51/0.61/0.00/0.65) 

CMYK percentages

%50.56
%60.67
%0
%65.1

Codes

Color #2C2359 in popluar color models

2C 23 59
RGB 44 35 89
HSL 250° 43.55% 24.31%
HSB/HSV 250° 60.67% 34.90%
CMYK 50.56% 60.67% 0.00%
65.10%

Color #2C2359 in popluar number systems.

HEX 2C 23 59
Decimal 44 35 89
Binary 101100 100011 1011001
Octal 54 43 131

Shades and tints

Shades of #2C2359

#2C2359
(44,35,89)
#282051
(40,32,81)
#241D49
(36,29,73)
#201A41
(32,26,65)
#1C1739
(28,23,57)
#181431
(24,20,49)
#141129
(20,17,41)
#100E21
(16,14,33)
#0C0B19
(12,11,25)
#080811
(8,8,17)
#040509
(4,5,9)
#000000
(0,0,0)

Tints of #2C2359

#2C2359
(44,35,89)
#3F3768
(63,55,104)
#524B77
(82,75,119)
#655F86
(101,95,134)
#787395
(120,115,149)
#8B87A4
(139,135,164)
#9E9BB3
(158,155,179)
#B1AFC2
(177,175,194)
#C4C3D1
(196,195,209)
#D7D7E0
(215,215,224)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C2359 color. Also use rgb(44,35,89) instead hex code.

Text Font Color

.myTextColor { color: #2C2359; }

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

This text font color is #2C2359.

Background Color

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

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

This div background color is #2C2359.

Border color

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

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

This div border color is #2C2359.

Opacity

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

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

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

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

This text has shadow with #2C2359 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C2359.

Preview

Color preview on black background

This text has color #2C2359 on black background.


Color preview on white background

This text has color #2C2359 on white background.


Black color preview on #2C2359 background

This text has black color on #2C2359 background.


White color preview on #2C2359 background

This text has white color on #2C2359 background.


Related colors

Complementary color

Complementary color for #hex is #D3DCA6.


I love getcolorcode.com

Triadic colors

1 #592C23 and #23592C with #2C2359 are triadic colors.

2 #59232C and #232C59 with #2C2359 are triadic colors.