COLOR #3C3990

HEX: #3C3990
RGB: (60,57,144)

Color info

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

RGB color model

#3C3990 color RGB value is (60,57,144).

  • red value is 60;
  • green value is 57;
  • blue value is 144.
RGB:
(60,57,144)
(24%,22%,56%)

RGB channels and saturation

R 60 of 255 = 24%
G 57 of 255 = 22%
B 144 of 255 = 56%

60
57
144

R + G + B ~ 34%. #3C3990 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 57 + 144 = 261 (100%)
R 60 of 261 ~ 22.99%
G 57 of 261 ~ 21.84%
B 144 of 261 ~ 55.17%

%22.99
%21.84
%55.17

CMYK color model

#3C3990 color CMYK value is (58,60,0,44).

  • cyan value is 58.33%
  • magenta value is 60.42%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(58,60,0,44)
C58M60Y0K44 
(58%,60%,0%,44%)
(0.58/0.60/0.00/0.44)	

CMYK percentages

%58.33
%60.42
%0
%43.53

Codes

Color #3C3990 in popluar color models

3C3990
RGB6057144
HSL242°43.28%39.41%
HSB/HSV242°60.42%56.47%
CMYK58.33%60.42%0.00%
43.53%

Color #3C3990 in popluar number systems.

HEX3C3990
Decimal6057144
Binary11110011100110010000
Octal7471220

Shades and tints

Shades of #3C3990

#3C3990
(60,57,144)
#373483
(55,52,131)
#322F76
(50,47,118)
#2D2A69
(45,42,105)
#28255C
(40,37,92)
#23204F
(35,32,79)
#1E1B42
(30,27,66)
#191635
(25,22,53)
#141128
(20,17,40)
#0F0C1B
(15,12,27)
#0A070E
(10,7,14)
#000000
(0,0,0)

Tints of #3C3990

#3C3990
(60,57,144)
#4D4B9A
(77,75,154)
#5E5DA4
(94,93,164)
#6F6FAE
(111,111,174)
#8081B8
(128,129,184)
#9193C2
(145,147,194)
#A2A5CC
(162,165,204)
#B3B7D6
(179,183,214)
#C4C9E0
(196,201,224)
#D5DBEA
(213,219,234)
#E6EDF4
(230,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3990; }

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

This text font color is #3C3990.


Background Color

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

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

This div background color is #3C3990.


Border color

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

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

This div border color is #3C3990.


Opacity

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

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

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

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

This text has shadow with #3C3990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3990 on black background.


Color preview on white background

This text has color #3C3990 on white background.



Black color preview on #3C3990 background

This text has black color on #3C3990 background.


White color preview on #3C3990 background

This text has white color on #3C3990 background.