COLOR #3C60CD

HEX: #3C60CD
RGB: (60,96,205)

Color info

#3C60CD contains mainly blue color. Web safe color of #3C60CD is #3366CC (or #36C).

RGB color model

#3C60CD color RGB value is (60,96,205).

  • red value is 60;
  • green value is 96;
  • blue value is 205.
RGB:
(60,96,205)
(24%,38%,80%)

RGB channels and saturation

R 60 of 255 = 24%
G 96 of 255 = 38%
B 205 of 255 = 80%

60
96
205

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

Portions of RGB colors in percentages

R + G + B =
60 + 96 + 205 = 361 (100%)
R 60 of 361 ~ 16.62%
G 96 of 361 ~ 26.59%
B 205 of 361 ~ 56.79%

%16.62
%26.59
%56.79

CMYK color model

#3C60CD color CMYK value is (71,53,0,20).

  • cyan value is 70.73%
  • magenta value is 53.17%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(71,53,0,20)
C71M53Y0K20 
(71%,53%,0%,20%)
(0.71/0.53/0.00/0.20)	

CMYK percentages

%70.73
%53.17
%0
%19.61

Codes

Color #3C60CD in popluar color models

3C60CD
RGB6096205
HSL225°59.18%51.96%
HSB/HSV225°70.73%80.39%
CMYK70.73%53.17%0.00%
19.61%

Color #3C60CD in popluar number systems.

HEX3C60CD
Decimal6096205
Binary111100110000011001101
Octal74140315

Shades and tints

Shades of #3C60CD

#3C60CD
(60,96,205)
#3758BB
(55,88,187)
#3250A9
(50,80,169)
#2D4897
(45,72,151)
#284085
(40,64,133)
#233873
(35,56,115)
#1E3061
(30,48,97)
#19284F
(25,40,79)
#14203D
(20,32,61)
#0F182B
(15,24,43)
#0A1019
(10,16,25)
#000000
(0,0,0)

Tints of #3C60CD

#3C60CD
(60,96,205)
#4D6ED1
(77,110,209)
#5E7CD5
(94,124,213)
#6F8AD9
(111,138,217)
#8098DD
(128,152,221)
#91A6E1
(145,166,225)
#A2B4E5
(162,180,229)
#B3C2E9
(179,194,233)
#C4D0ED
(196,208,237)
#D5DEF1
(213,222,241)
#E6ECF5
(230,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C60CD color. Also use rgb(60,96,205) instead hex code.

Text Font Color

.myTextColor { color: #3C60CD; }

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

This text font color is #3C60CD.


Background Color

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

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

This div background color is #3C60CD.


Border color

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

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

This div border color is #3C60CD.


Opacity

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

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

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

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

This text has shadow with #3C60CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C60CD on black background.


Color preview on white background

This text has color #3C60CD on white background.



Black color preview on #3C60CD background

This text has black color on #3C60CD background.


White color preview on #3C60CD background

This text has white color on #3C60CD background.