COLOR #3C9CD6

HEX: #3C9CD6
RGB: (60,156,214)

Color info

#3C9CD6 contains mainly green and blue colors. Web safe color of #3C9CD6 is #3399CC (or #39C).

RGB color model

#3C9CD6 color RGB value is (60,156,214).

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

RGB channels and saturation

R 60 of 255 = 24%
G 156 of 255 = 61%
B 214 of 255 = 84%

60
156
214

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

Portions of RGB colors in percentages

R + G + B =
60 + 156 + 214 = 430 (100%)
R 60 of 430 ~ 13.95%
G 156 of 430 ~ 36.28%
B 214 of 430 ~ 49.77%

%13.95
%36.28
%49.77

CMYK color model

#3C9CD6 color CMYK value is (72,27,0,16).

  • cyan value is 71.96%
  • magenta value is 27.10%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(72,27,0,16)
C72M27Y0K16 
(72%,27%,0%,16%)
(0.72/0.27/0.00/0.16)	

CMYK percentages

%71.96
%27.1
%0
%16.08

Codes

Color #3C9CD6 in popluar color models

3C9CD6
RGB60156214
HSL203°65.25%53.73%
HSB/HSV203°71.96%83.92%
CMYK71.96%27.10%0.00%
16.08%

Color #3C9CD6 in popluar number systems.

HEX3C9CD6
Decimal60156214
Binary1111001001110011010110
Octal74234326

Shades and tints

Shades of #3C9CD6

#3C9CD6
(60,156,214)
#378EC3
(55,142,195)
#3280B0
(50,128,176)
#2D729D
(45,114,157)
#28648A
(40,100,138)
#235677
(35,86,119)
#1E4864
(30,72,100)
#193A51
(25,58,81)
#142C3E
(20,44,62)
#0F1E2B
(15,30,43)
#0A1018
(10,16,24)
#000000
(0,0,0)

Tints of #3C9CD6

#3C9CD6
(60,156,214)
#4DA5D9
(77,165,217)
#5EAEDC
(94,174,220)
#6FB7DF
(111,183,223)
#80C0E2
(128,192,226)
#91C9E5
(145,201,229)
#A2D2E8
(162,210,232)
#B3DBEB
(179,219,235)
#C4E4EE
(196,228,238)
#D5EDF1
(213,237,241)
#E6F6F4
(230,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C9CD6; }

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

This text font color is #3C9CD6.


Background Color

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

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

This div background color is #3C9CD6.


Border color

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

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

This div border color is #3C9CD6.


Opacity

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

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

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

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

This text has shadow with #3C9CD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C9CD6 on black background.


Color preview on white background

This text has color #3C9CD6 on white background.



Black color preview on #3C9CD6 background

This text has black color on #3C9CD6 background.


White color preview on #3C9CD6 background

This text has white color on #3C9CD6 background.