COLOR #3C56A5

HEX: #3C56A5
RGB: (60,86,165)

Color info

#3C56A5 contains mainly blue color. Web safe color of #3C56A5 is #336699 (or #369).

RGB color model

#3C56A5 color RGB value is (60,86,165).

  • red value is 60;
  • green value is 86;
  • blue value is 165.
RGB:
(60,86,165)
(24%,34%,65%)

RGB channels and saturation

R 60 of 255 = 24%
G 86 of 255 = 34%
B 165 of 255 = 65%

60
86
165

R + G + B ~ 41%. #3C56A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
60 + 86 + 165 = 311 (100%)
R 60 of 311 ~ 19.29%
G 86 of 311 ~ 27.65%
B 165 of 311 ~ 53.05%

%19.29
%27.65
%53.05

CMYK color model

#3C56A5 color CMYK value is (64,48,0,35).

  • cyan value is 63.64%
  • magenta value is 47.88%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(64,48,0,35)
C64M48Y0K35 
(64%,48%,0%,35%)
(0.64/0.48/0.00/0.35)	

CMYK percentages

%63.64
%47.88
%0
%35.29

Codes

Color #3C56A5 in popluar color models

3C56A5
RGB6086165
HSL225°46.67%44.12%
HSB/HSV225°63.64%64.71%
CMYK63.64%47.88%0.00%
35.29%

Color #3C56A5 in popluar number systems.

HEX3C56A5
Decimal6086165
Binary111100101011010100101
Octal74126245

Shades and tints

Shades of #3C56A5

#3C56A5
(60,86,165)
#374F96
(55,79,150)
#324887
(50,72,135)
#2D4178
(45,65,120)
#283A69
(40,58,105)
#23335A
(35,51,90)
#1E2C4B
(30,44,75)
#19253C
(25,37,60)
#141E2D
(20,30,45)
#0F171E
(15,23,30)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #3C56A5

#3C56A5
(60,86,165)
#4D65AD
(77,101,173)
#5E74B5
(94,116,181)
#6F83BD
(111,131,189)
#8092C5
(128,146,197)
#91A1CD
(145,161,205)
#A2B0D5
(162,176,213)
#B3BFDD
(179,191,221)
#C4CEE5
(196,206,229)
#D5DDED
(213,221,237)
#E6ECF5
(230,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C56A5; }

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

This text font color is #3C56A5.


Background Color

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

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

This div background color is #3C56A5.


Border color

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

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

This div border color is #3C56A5.


Opacity

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

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

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

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

This text has shadow with #3C56A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C56A5 on black background.


Color preview on white background

This text has color #3C56A5 on white background.



Black color preview on #3C56A5 background

This text has black color on #3C56A5 background.


White color preview on #3C56A5 background

This text has white color on #3C56A5 background.