COLOR #3C4C91

HEX: #3C4C91
RGB: (60,76,145)

Color info

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

RGB color model

#3C4C91 color RGB value is (60,76,145).

  • red value is 60;
  • green value is 76;
  • blue value is 145.
RGB:
(60,76,145)
(24%,30%,57%)

RGB channels and saturation

R 60 of 255 = 24%
G 76 of 255 = 30%
B 145 of 255 = 57%

60
76
145

R + G + B ~ 37%. #3C4C91 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 76 + 145 = 281 (100%)
R 60 of 281 ~ 21.35%
G 76 of 281 ~ 27.05%
B 145 of 281 ~ 51.6%

%21.35
%27.05
%51.6

CMYK color model

#3C4C91 color CMYK value is (59,48,0,43).

  • cyan value is 58.62%
  • magenta value is 47.59%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(59,48,0,43)
C59M48Y0K43 
(59%,48%,0%,43%)
(0.59/0.48/0.00/0.43)	

CMYK percentages

%58.62
%47.59
%0
%43.14

Codes

Color #3C4C91 in popluar color models

3C4C91
RGB6076145
HSL229°41.46%40.20%
HSB/HSV229°58.62%56.86%
CMYK58.62%47.59%0.00%
43.14%

Color #3C4C91 in popluar number systems.

HEX3C4C91
Decimal6076145
Binary111100100110010010001
Octal74114221

Shades and tints

Shades of #3C4C91

#3C4C91
(60,76,145)
#374684
(55,70,132)
#324077
(50,64,119)
#2D3A6A
(45,58,106)
#28345D
(40,52,93)
#232E50
(35,46,80)
#1E2843
(30,40,67)
#192236
(25,34,54)
#141C29
(20,28,41)
#0F161C
(15,22,28)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #3C4C91

#3C4C91
(60,76,145)
#4D5C9B
(77,92,155)
#5E6CA5
(94,108,165)
#6F7CAF
(111,124,175)
#808CB9
(128,140,185)
#919CC3
(145,156,195)
#A2ACCD
(162,172,205)
#B3BCD7
(179,188,215)
#C4CCE1
(196,204,225)
#D5DCEB
(213,220,235)
#E6ECF5
(230,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4C91; }

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

This text font color is #3C4C91.


Background Color

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

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

This div background color is #3C4C91.


Border color

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

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

This div border color is #3C4C91.


Opacity

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

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

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

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

This text has shadow with #3C4C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4C91 on black background.


Color preview on white background

This text has color #3C4C91 on white background.



Black color preview on #3C4C91 background

This text has black color on #3C4C91 background.


White color preview on #3C4C91 background

This text has white color on #3C4C91 background.