COLOR #3C85D6

HEX: #3C85D6
RGB: (60,133,214)

Color info

#3C85D6 contains mainly blue color. Web safe color of #3C85D6 is #3399CC (or #39C).

RGB color model

#3C85D6 color RGB value is (60,133,214).

  • red value is 60;
  • green value is 133;
  • blue value is 214.
RGB:
(60,133,214)
(24%,52%,84%)

RGB channels and saturation

R 60 of 255 = 24%
G 133 of 255 = 52%
B 214 of 255 = 84%

60
133
214

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

Portions of RGB colors in percentages

R + G + B =
60 + 133 + 214 = 407 (100%)
R 60 of 407 ~ 14.74%
G 133 of 407 ~ 32.68%
B 214 of 407 ~ 52.58%

%14.74
%32.68
%52.58

CMYK color model

#3C85D6 color CMYK value is (72,38,0,16).

  • cyan value is 71.96%
  • magenta value is 37.85%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(72,38,0,16)
C72M38Y0K16 
(72%,38%,0%,16%)
(0.72/0.38/0.00/0.16)	

CMYK percentages

%71.96
%37.85
%0
%16.08

Codes

Color #3C85D6 in popluar color models

3C85D6
RGB60133214
HSL212°65.25%53.73%
HSB/HSV212°71.96%83.92%
CMYK71.96%37.85%0.00%
16.08%

Color #3C85D6 in popluar number systems.

HEX3C85D6
Decimal60133214
Binary1111001000010111010110
Octal74205326

Shades and tints

Shades of #3C85D6

#3C85D6
(60,133,214)
#3779C3
(55,121,195)
#326DB0
(50,109,176)
#2D619D
(45,97,157)
#28558A
(40,85,138)
#234977
(35,73,119)
#1E3D64
(30,61,100)
#193151
(25,49,81)
#14253E
(20,37,62)
#0F192B
(15,25,43)
#0A0D18
(10,13,24)
#000000
(0,0,0)

Tints of #3C85D6

#3C85D6
(60,133,214)
#4D90D9
(77,144,217)
#5E9BDC
(94,155,220)
#6FA6DF
(111,166,223)
#80B1E2
(128,177,226)
#91BCE5
(145,188,229)
#A2C7E8
(162,199,232)
#B3D2EB
(179,210,235)
#C4DDEE
(196,221,238)
#D5E8F1
(213,232,241)
#E6F3F4
(230,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C85D6 color. Also use rgb(60,133,214) instead hex code.

Text Font Color

.myTextColor { color: #3C85D6; }

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

This text font color is #3C85D6.


Background Color

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

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

This div background color is #3C85D6.


Border color

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

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

This div border color is #3C85D6.


Opacity

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

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

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

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

This text has shadow with #3C85D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C85D6 on black background.


Color preview on white background

This text has color #3C85D6 on white background.



Black color preview on #3C85D6 background

This text has black color on #3C85D6 background.


White color preview on #3C85D6 background

This text has white color on #3C85D6 background.