COLOR #3C3A78

HEX: #3C3A78
RGB: (60,58,120)

Color info

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

RGB color model

#3C3A78 color RGB value is (60,58,120).

  • red value is 60;
  • green value is 58;
  • blue value is 120.
RGB:
(60,58,120)
(24%,23%,47%)

RGB channels and saturation

R 60 of 255 = 24%
G 58 of 255 = 23%
B 120 of 255 = 47%

60
58
120

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

Portions of RGB colors in percentages

R + G + B =
60 + 58 + 120 = 238 (100%)
R 60 of 238 ~ 25.21%
G 58 of 238 ~ 24.37%
B 120 of 238 ~ 50.42%

%25.21
%24.37
%50.42

CMYK color model

#3C3A78 color CMYK value is (50,52,0,53).

  • cyan value is 50.00%
  • magenta value is 51.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(50,52,0,53)
C50M52Y0K53 
(50%,52%,0%,53%)
(0.50/0.52/0.00/0.53)	

CMYK percentages

%50
%51.67
%0
%52.94

Codes

Color #3C3A78 in popluar color models

3C3A78
RGB6058120
HSL242°34.83%34.90%
HSB/HSV242°51.67%47.06%
CMYK50.00%51.67%0.00%
52.94%

Color #3C3A78 in popluar number systems.

HEX3C3A78
Decimal6058120
Binary1111001110101111000
Octal7472170

Shades and tints

Shades of #3C3A78

#3C3A78
(60,58,120)
#37356E
(55,53,110)
#323064
(50,48,100)
#2D2B5A
(45,43,90)
#282650
(40,38,80)
#232146
(35,33,70)
#1E1C3C
(30,28,60)
#191732
(25,23,50)
#141228
(20,18,40)
#0F0D1E
(15,13,30)
#0A0814
(10,8,20)
#000000
(0,0,0)

Tints of #3C3A78

#3C3A78
(60,58,120)
#4D4B84
(77,75,132)
#5E5C90
(94,92,144)
#6F6D9C
(111,109,156)
#807EA8
(128,126,168)
#918FB4
(145,143,180)
#A2A0C0
(162,160,192)
#B3B1CC
(179,177,204)
#C4C2D8
(196,194,216)
#D5D3E4
(213,211,228)
#E6E4F0
(230,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3A78; }

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

This text font color is #3C3A78.


Background Color

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

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

This div background color is #3C3A78.


Border color

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

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

This div border color is #3C3A78.


Opacity

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

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

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

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

This text has shadow with #3C3A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3A78 on black background.


Color preview on white background

This text has color #3C3A78 on white background.



Black color preview on #3C3A78 background

This text has black color on #3C3A78 background.


White color preview on #3C3A78 background

This text has white color on #3C3A78 background.