COLOR #3C9CBC

HEX: #3C9CBC RGB: (60,156,188)

Color info

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

RGB color model

#3C9CBC color RGB value is (60,156,188).

RGB: (60,156,188) (24%, 61%, 74%)

RGB channels and saturation

R 60 of 255 = 24%
G 156 of 255 = 61%
B 188 of 255 = 74%

60
156
188

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

Portions of RGB colors in percentages

R + G + B = 60 + 156 + 188 = 404 (100%)
R 60 of 404 ~ 14.85%
G 156 of 404 ~ 38.61%
B 188 of 404 ~ 46.53'%

%14.85
%38.61
%46.53

CMYK color model

#3C9CBC color CMYK value is (68,17,0,26).

  • cyan value is 68.09%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (68,17,0,26)
C68M17Y0K26 (68%, 17%, 0%, 26%)
(0.68 / 0.17 / 0.00 / 0.26)

CMYK percentages

%68.09
%17.02
%0
%26.27

Codes

Color #3C9CBC in popluar color models

3C 9C BC
RGB 60 156 188
HSL 195° 51.61% 48.63%
HSB/HSV 195° 68.09% 73.73%
CMYK 68.09% 17.02% 0.00%
26.27%

Color #3C9CBC in popluar number systems.

HEX 3C 9C BC
Decimal 60 156 188
Binary 111100 10011100 10111100
Octal 74 234 274

Shades and tints

Shades of #3C9CBC

#3C9CBC
(60,156,188)
#378EAB
(55,142,171)
#32809A
(50,128,154)
#2D7289
(45,114,137)
#286478
(40,100,120)
#235667
(35,86,103)
#1E4856
(30,72,86)
#193A45
(25,58,69)
#142C34
(20,44,52)
#0F1E23
(15,30,35)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #3C9CBC

#3C9CBC
(60,156,188)
#4DA5C2
(77,165,194)
#5EAEC8
(94,174,200)
#6FB7CE
(111,183,206)
#80C0D4
(128,192,212)
#91C9DA
(145,201,218)
#A2D2E0
(162,210,224)
#B3DBE6
(179,219,230)
#C4E4EC
(196,228,236)
#D5EDF2
(213,237,242)
#E6F6F8
(230,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C9CBC; }

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

This text font color is #3C9CBC.

Background Color

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

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

This div background color is #3C9CBC.

Border color

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

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

This div border color is #3C9CBC.

Opacity

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

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

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

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

This text has shadow with #3C9CBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C9CBC.

Preview

Color preview on black background

This text has color #3C9CBC on black background.


Color preview on white background

This text has color #3C9CBC on white background.


Black color preview on #3C9CBC background

This text has black color on #3C9CBC background.


White color preview on #3C9CBC background

This text has white color on #3C9CBC background.


Related colors

Complementary color

Complementary color for #hex is #C36343.


I love getcolorcode.com

Triadic colors

1 #BC3C9C and #9CBC3C with #3C9CBC are triadic colors.

2 #BC9C3C and #9C3CBC with #3C9CBC are triadic colors.