COLOR #3C3685

HEX: #3C3685
RGB: (60,54,133)

Color info

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

RGB color model

#3C3685 color RGB value is (60,54,133).

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

RGB channels and saturation

R 60 of 255 = 24%
G 54 of 255 = 21%
B 133 of 255 = 52%

60
54
133

R + G + B ~ 32%. #3C3685 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 54 + 133 = 247 (100%)
R 60 of 247 ~ 24.29%
G 54 of 247 ~ 21.86%
B 133 of 247 ~ 53.85%

%24.29
%21.86
%53.85

CMYK color model

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

  • cyan value is 54.89%
  • magenta value is 59.40%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(55,59,0,48)
C55M59Y0K48 
(55%,59%,0%,48%)
(0.55/0.59/0.00/0.48)	

CMYK percentages

%54.89
%59.4
%0
%47.84

Codes

Color #3C3685 in popluar color models

3C3685
RGB6054133
HSL245°42.25%36.67%
HSB/HSV245°59.40%52.16%
CMYK54.89%59.40%0.00%
47.84%

Color #3C3685 in popluar number systems.

HEX3C3685
Decimal6054133
Binary11110011011010000101
Octal7466205

Shades and tints

Shades of #3C3685

#3C3685
(60,54,133)
#373279
(55,50,121)
#322E6D
(50,46,109)
#2D2A61
(45,42,97)
#282655
(40,38,85)
#232249
(35,34,73)
#1E1E3D
(30,30,61)
#191A31
(25,26,49)
#141625
(20,22,37)
#0F1219
(15,18,25)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #3C3685

#3C3685
(60,54,133)
#4D4890
(77,72,144)
#5E5A9B
(94,90,155)
#6F6CA6
(111,108,166)
#807EB1
(128,126,177)
#9190BC
(145,144,188)
#A2A2C7
(162,162,199)
#B3B4D2
(179,180,210)
#C4C6DD
(196,198,221)
#D5D8E8
(213,216,232)
#E6EAF3
(230,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3685; }

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

This text font color is #3C3685.


Background Color

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

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

This div background color is #3C3685.


Border color

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

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

This div border color is #3C3685.


Opacity

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

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

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

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

This text has shadow with #3C3685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3685 on black background.


Color preview on white background

This text has color #3C3685 on white background.



Black color preview on #3C3685 background

This text has black color on #3C3685 background.


White color preview on #3C3685 background

This text has white color on #3C3685 background.