COLOR #3C3C84

HEX: #3C3C84
RGB: (60,60,132)

Color info

#3C3C84 contains mainly blue color. Web safe color of #3C3C84 is #333399 (or #339).

RGB color model

#3C3C84 color RGB value is (60,60,132).

  • red value is 60;
  • green value is 60;
  • blue value is 132.
RGB:
(60,60,132)
(24%,24%,52%)

RGB channels and saturation

R 60 of 255 = 24%
G 60 of 255 = 24%
B 132 of 255 = 52%

60
60
132

R + G + B ~ 33%. #3C3C84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 60 + 132 = 252 (100%)
R 60 of 252 ~ 23.81%
G 60 of 252 ~ 23.81%
B 132 of 252 ~ 52.38%

%23.81
%23.81
%52.38

CMYK color model

#3C3C84 color CMYK value is (55,55,0,48).

  • cyan value is 54.55%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(55,55,0,48)
C55M55Y0K48 
(55%,55%,0%,48%)
(0.55/0.55/0.00/0.48)	

CMYK percentages

%54.55
%54.55
%0
%48.24

Codes

Color #3C3C84 in popluar color models

3C3C84
RGB6060132
HSL240°37.50%37.65%
HSB/HSV240°54.55%51.76%
CMYK54.55%54.55%0.00%
48.24%

Color #3C3C84 in popluar number systems.

HEX3C3C84
Decimal6060132
Binary11110011110010000100
Octal7474204

Shades and tints

Shades of #3C3C84

#3C3C84
(60,60,132)
#373778
(55,55,120)
#32326C
(50,50,108)
#2D2D60
(45,45,96)
#282854
(40,40,84)
#232348
(35,35,72)
#1E1E3C
(30,30,60)
#191930
(25,25,48)
#141424
(20,20,36)
#0F0F18
(15,15,24)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #3C3C84

#3C3C84
(60,60,132)
#4D4D8F
(77,77,143)
#5E5E9A
(94,94,154)
#6F6FA5
(111,111,165)
#8080B0
(128,128,176)
#9191BB
(145,145,187)
#A2A2C6
(162,162,198)
#B3B3D1
(179,179,209)
#C4C4DC
(196,196,220)
#D5D5E7
(213,213,231)
#E6E6F2
(230,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3C84; }

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

This text font color is #3C3C84.


Background Color

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

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

This div background color is #3C3C84.


Border color

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

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

This div border color is #3C3C84.


Opacity

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

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

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

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

This text has shadow with #3C3C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3C84 on black background.


Color preview on white background

This text has color #3C3C84 on white background.



Black color preview on #3C3C84 background

This text has black color on #3C3C84 background.


White color preview on #3C3C84 background

This text has white color on #3C3C84 background.