COLOR #3C3365

HEX: #3C3365 RGB: (60,51,101)

Color info

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

RGB color model

#3C3365 color RGB value is (60,51,101).

RGB: (60,51,101) (24%, 20%, 40%)

RGB channels and saturation

R 60 of 255 = 24%
G 51 of 255 = 20%
B 101 of 255 = 40%

60
51
101

R + G + B ~ 28%. #3C3365 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 51 + 101 = 212 (100%)
R 60 of 212 ~ 28.3%
G 51 of 212 ~ 24.06%
B 101 of 212 ~ 47.64'%

%28.3
%24.06
%47.64

CMYK color model

#3C3365 color CMYK value is (41,50,0,60).

  • cyan value is 40.59%
  • magenta value is 49.50%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (41,50,0,60)
C41M50Y0K60 (41%, 50%, 0%, 60%)
(0.41 / 0.50 / 0.00 / 0.60)

CMYK percentages

%40.59
%49.5
%0
%60.39

Codes

Color #3C3365 in popluar color models

3C 33 65
RGB 60 51 101
HSL 251° 32.89% 29.80%
HSB/HSV 251° 49.50% 39.61%
CMYK 40.59% 49.50% 0.00%
60.39%

Color #3C3365 in popluar number systems.

HEX 3C 33 65
Decimal 60 51 101
Binary 111100 110011 1100101
Octal 74 63 145

Shades and tints

Shades of #3C3365

#3C3365
(60,51,101)
#372F5C
(55,47,92)
#322B53
(50,43,83)
#2D274A
(45,39,74)
#282341
(40,35,65)
#231F38
(35,31,56)
#1E1B2F
(30,27,47)
#191726
(25,23,38)
#14131D
(20,19,29)
#0F0F14
(15,15,20)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #3C3365

#3C3365
(60,51,101)
#4D4573
(77,69,115)
#5E5781
(94,87,129)
#6F698F
(111,105,143)
#807B9D
(128,123,157)
#918DAB
(145,141,171)
#A29FB9
(162,159,185)
#B3B1C7
(179,177,199)
#C4C3D5
(196,195,213)
#D5D5E3
(213,213,227)
#E6E7F1
(230,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C3365 color. Also use rgb(60,51,101) instead hex code.

Text Font Color

.myTextColor { color: #3C3365; }

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

This text font color is #3C3365.

Background Color

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

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

This div background color is #3C3365.

Border color

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

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

This div border color is #3C3365.

Opacity

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

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

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

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

This text has shadow with #3C3365 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C3365.

Preview

Color preview on black background

This text has color #3C3365 on black background.


Color preview on white background

This text has color #3C3365 on white background.


Black color preview on #3C3365 background

This text has black color on #3C3365 background.


White color preview on #3C3365 background

This text has white color on #3C3365 background.


Related colors

Complementary color

Complementary color for #hex is #C3CC9A.


I love getcolorcode.com

Triadic colors

1 #653C33 and #33653C with #3C3365 are triadic colors.

2 #65333C and #333C65 with #3C3365 are triadic colors.