COLOR #3C3678

HEX: #3C3678 RGB: (60,54,120)

Color info

#3C3678 contains mainly blue color. Web safe color of #3C3678 is #333366 (or #336).

RGB color model

#3C3678 color RGB value is (60,54,120).

RGB: (60,54,120) (24%, 21%, 47%)

RGB channels and saturation

R 60 of 255 = 24%
G 54 of 255 = 21%
B 120 of 255 = 47%

60
54
120

R + G + B ~ 31%. #3C3678 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 54 + 120 = 234 (100%)
R 60 of 234 ~ 25.64%
G 54 of 234 ~ 23.08%
B 120 of 234 ~ 51.28'%

%25.64
%23.08
%51.28

CMYK color model

#3C3678 color CMYK value is (50,55,0,53).

  • cyan value is 50.00%
  • magenta value is 55.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK: (50,55,0,53) C50M55Y0K53 (50%,55%,0%,53%) (0.50/0.55/0.00/0.53) 

CMYK percentages

%50
%55
%0
%52.94

Codes

Color #3C3678 in popluar color models

3C 36 78
RGB 60 54 120
HSL 245° 37.93% 34.12%
HSB/HSV 245° 55.00% 47.06%
CMYK 50.00% 55.00% 0.00%
52.94%

Color #3C3678 in popluar number systems.

HEX 3C 36 78
Decimal 60 54 120
Binary 111100 110110 1111000
Octal 74 66 170

Shades and tints

Shades of #3C3678

#3C3678
(60,54,120)
#37326E
(55,50,110)
#322E64
(50,46,100)
#2D2A5A
(45,42,90)
#282650
(40,38,80)
#232246
(35,34,70)
#1E1E3C
(30,30,60)
#191A32
(25,26,50)
#141628
(20,22,40)
#0F121E
(15,18,30)
#0A0E14
(10,14,20)
#000000
(0,0,0)

Tints of #3C3678

#3C3678
(60,54,120)
#4D4884
(77,72,132)
#5E5A90
(94,90,144)
#6F6C9C
(111,108,156)
#807EA8
(128,126,168)
#9190B4
(145,144,180)
#A2A2C0
(162,162,192)
#B3B4CC
(179,180,204)
#C4C6D8
(196,198,216)
#D5D8E4
(213,216,228)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C3678 color. Also use rgb(60,54,120) instead hex code.

Text Font Color

.myTextColor { color: #3C3678; }

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

This text font color is #3C3678.

Background Color

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

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

This div background color is #3C3678.

Border color

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

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

This div border color is #3C3678.

Opacity

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

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

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

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

This text has shadow with #3C3678 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C3678.

Preview

Color preview on black background

This text has color #3C3678 on black background.


Color preview on white background

This text has color #3C3678 on white background.


Black color preview on #3C3678 background

This text has black color on #3C3678 background.


White color preview on #3C3678 background

This text has white color on #3C3678 background.


Related colors

Complementary color

Complementary color for #hex is #C3C987.


I love getcolorcode.com

Triadic colors

1 #783C36 and #36783C with #3C3678 are triadic colors.

2 #78363C and #363C78 with #3C3678 are triadic colors.