COLOR #3C356D

HEX: #3C356D RGB: (60,53,109)

Color info

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

RGB color model

#3C356D color RGB value is (60,53,109).

RGB: (60,53,109) (24%, 21%, 43%)

RGB channels and saturation

R 60 of 255 = 24%
G 53 of 255 = 21%
B 109 of 255 = 43%

60
53
109

R + G + B ~ 29%. #3C356D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 53 + 109 = 222 (100%)
R 60 of 222 ~ 27.03%
G 53 of 222 ~ 23.87%
B 109 of 222 ~ 49.1'%

%27.03
%23.87
%49.1

CMYK color model

#3C356D color CMYK value is (45,51,0,57).

  • cyan value is 44.95%
  • magenta value is 51.38%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (45,51,0,57)
C45M51Y0K57 (45%, 51%, 0%, 57%)
(0.45 / 0.51 / 0.00 / 0.57)

CMYK percentages

%44.95
%51.38
%0
%57.25

Codes

Color #3C356D in popluar color models

3C 35 6D
RGB 60 53 109
HSL 248° 34.57% 31.76%
HSB/HSV 248° 51.38% 42.75%
CMYK 44.95% 51.38% 0.00%
57.25%

Color #3C356D in popluar number systems.

HEX 3C 35 6D
Decimal 60 53 109
Binary 111100 110101 1101101
Octal 74 65 155

Shades and tints

Shades of #3C356D

#3C356D
(60,53,109)
#373164
(55,49,100)
#322D5B
(50,45,91)
#2D2952
(45,41,82)
#282549
(40,37,73)
#232140
(35,33,64)
#1E1D37
(30,29,55)
#19192E
(25,25,46)
#141525
(20,21,37)
#0F111C
(15,17,28)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #3C356D

#3C356D
(60,53,109)
#4D477A
(77,71,122)
#5E5987
(94,89,135)
#6F6B94
(111,107,148)
#807DA1
(128,125,161)
#918FAE
(145,143,174)
#A2A1BB
(162,161,187)
#B3B3C8
(179,179,200)
#C4C5D5
(196,197,213)
#D5D7E2
(213,215,226)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C356D color. Also use rgb(60,53,109) instead hex code.

Text Font Color

.myTextColor { color: #3C356D; }

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

This text font color is #3C356D.

Background Color

.myBgColor { background-color: #3C356D; }

<div style="background-color:#3C356D">Inner text</div>

This div background color is #3C356D.

Border color

.myBorderColor { border: 1px solid #3C356D; }

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

This div border color is #3C356D.

Opacity

.myOpacity80 { color: #3C356D; opacity: 0.8; }

<p style="color:#3C356D;opacity:0.8;">80%</p>

Text with #3C356D 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 #3C356D;}

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

This text has shadow with #3C356D color.


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

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

This text has shadow with #3C356D primary color and red secondary color.


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

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

This text has shadow with #3C356D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3C356D.

Preview

Color preview on black background

This text has color #3C356D on black background.


Color preview on white background

This text has color #3C356D on white background.


Black color preview on #3C356D background

This text has black color on #3C356D background.


White color preview on #3C356D background

This text has white color on #3C356D background.


Related colors

Complementary color

Complementary color for #hex is #C3CA92.


I love getcolorcode.com

Triadic colors

1 #6D3C35 and #356D3C with #3C356D are triadic colors.

2 #6D353C and #353C6D with #3C356D are triadic colors.