COLOR #3C3364

HEX: #3C3364 RGB: (60,51,100)

Color info

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

RGB color model

#3C3364 color RGB value is (60,51,100).

RGB: (60,51,100) (24%, 20%, 39%)

RGB channels and saturation

R 60 of 255 = 24%
G 51 of 255 = 20%
B 100 of 255 = 39%

60
51
100

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

Portions of RGB colors in percentages

R + G + B = 60 + 51 + 100 = 211 (100%)
R 60 of 211 ~ 28.44%
G 51 of 211 ~ 24.17%
B 100 of 211 ~ 47.39'%

%28.44
%24.17
%47.39

CMYK color model

#3C3364 color CMYK value is (40,49,0,61).

  • cyan value is 40.00%
  • magenta value is 49.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (40,49,0,61)
C40M49Y0K61 (40%, 49%, 0%, 61%)
(0.40 / 0.49 / 0.00 / 0.61)

CMYK percentages

%40
%49
%0
%60.78

Codes

Color #3C3364 in popluar color models

3C 33 64
RGB 60 51 100
HSL 251° 32.45% 29.61%
HSB/HSV 251° 49.00% 39.22%
CMYK 40.00% 49.00% 0.00%
60.78%

Color #3C3364 in popluar number systems.

HEX 3C 33 64
Decimal 60 51 100
Binary 111100 110011 1100100
Octal 74 63 144

Shades and tints

Shades of #3C3364

#3C3364
(60,51,100)
#372F5B
(55,47,91)
#322B52
(50,43,82)
#2D2749
(45,39,73)
#282340
(40,35,64)
#231F37
(35,31,55)
#1E1B2E
(30,27,46)
#191725
(25,23,37)
#14131C
(20,19,28)
#0F0F13
(15,15,19)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #3C3364

#3C3364
(60,51,100)
#4D4572
(77,69,114)
#5E5780
(94,87,128)
#6F698E
(111,105,142)
#807B9C
(128,123,156)
#918DAA
(145,141,170)
#A29FB8
(162,159,184)
#B3B1C6
(179,177,198)
#C4C3D4
(196,195,212)
#D5D5E2
(213,213,226)
#E6E7F0
(230,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3364; }

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

This text font color is #3C3364.

Background Color

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

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

This div background color is #3C3364.

Border color

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

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

This div border color is #3C3364.

Opacity

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

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

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

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

This text has shadow with #3C3364 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C3364.

Preview

Color preview on black background

This text has color #3C3364 on black background.


Color preview on white background

This text has color #3C3364 on white background.


Black color preview on #3C3364 background

This text has black color on #3C3364 background.


White color preview on #3C3364 background

This text has white color on #3C3364 background.


Related colors

Complementary color

Complementary color for #hex is #C3CC9B.


I love getcolorcode.com

Triadic colors

1 #643C33 and #33643C with #3C3364 are triadic colors.

2 #64333C and #333C64 with #3C3364 are triadic colors.