COLOR #3C4291

HEX: #3C4291
RGB: (60,66,145)

Color info

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

RGB color model

#3C4291 color RGB value is (60,66,145).

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

RGB channels and saturation

R 60 of 255 = 24%
G 66 of 255 = 26%
B 145 of 255 = 57%

60
66
145

R + G + B ~ 36%. #3C4291 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 66 + 145 = 271 (100%)
R 60 of 271 ~ 22.14%
G 66 of 271 ~ 24.35%
B 145 of 271 ~ 53.51%

%22.14
%24.35
%53.51

CMYK color model

#3C4291 color CMYK value is (59,54,0,43).

  • cyan value is 58.62%
  • magenta value is 54.48%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(59,54,0,43)
C59M54Y0K43 
(59%,54%,0%,43%)
(0.59/0.54/0.00/0.43)	

CMYK percentages

%58.62
%54.48
%0
%43.14

Codes

Color #3C4291 in popluar color models

3C4291
RGB6066145
HSL236°41.46%40.20%
HSB/HSV236°58.62%56.86%
CMYK58.62%54.48%0.00%
43.14%

Color #3C4291 in popluar number systems.

HEX3C4291
Decimal6066145
Binary111100100001010010001
Octal74102221

Shades and tints

Shades of #3C4291

#3C4291
(60,66,145)
#373C84
(55,60,132)
#323677
(50,54,119)
#2D306A
(45,48,106)
#282A5D
(40,42,93)
#232450
(35,36,80)
#1E1E43
(30,30,67)
#191836
(25,24,54)
#141229
(20,18,41)
#0F0C1C
(15,12,28)
#0A060F
(10,6,15)
#000000
(0,0,0)

Tints of #3C4291

#3C4291
(60,66,145)
#4D539B
(77,83,155)
#5E64A5
(94,100,165)
#6F75AF
(111,117,175)
#8086B9
(128,134,185)
#9197C3
(145,151,195)
#A2A8CD
(162,168,205)
#B3B9D7
(179,185,215)
#C4CAE1
(196,202,225)
#D5DBEB
(213,219,235)
#E6ECF5
(230,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4291; }

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

This text font color is #3C4291.


Background Color

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

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

This div background color is #3C4291.


Border color

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

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

This div border color is #3C4291.


Opacity

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

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

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

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

This text has shadow with #3C4291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4291 on black background.


Color preview on white background

This text has color #3C4291 on white background.



Black color preview on #3C4291 background

This text has black color on #3C4291 background.


White color preview on #3C4291 background

This text has white color on #3C4291 background.