COLOR #3C9CBE

HEX: #3C9CBE
RGB: (60,156,190)

Color info

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

RGB color model

#3C9CBE color RGB value is (60,156,190).

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

RGB channels and saturation

R 60 of 255 = 24%
G 156 of 255 = 61%
B 190 of 255 = 75%

60
156
190

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

Portions of RGB colors in percentages

R + G + B =
60 + 156 + 190 = 406 (100%)
R 60 of 406 ~ 14.78%
G 156 of 406 ~ 38.42%
B 190 of 406 ~ 46.8%

%14.78
%38.42
%46.8

CMYK color model

#3C9CBE color CMYK value is (68,18,0,25).

  • cyan value is 68.42%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(68,18,0,25)
C68M18Y0K25 
(68%,18%,0%,25%)
(0.68/0.18/0.00/0.25)	

CMYK percentages

%68.42
%17.89
%0
%25.49

Codes

Color #3C9CBE in popluar color models

3C9CBE
RGB60156190
HSL196°52.00%49.02%
HSB/HSV196°68.42%74.51%
CMYK68.42%17.89%0.00%
25.49%

Color #3C9CBE in popluar number systems.

HEX3C9CBE
Decimal60156190
Binary1111001001110010111110
Octal74234276

Shades and tints

Shades of #3C9CBE

#3C9CBE
(60,156,190)
#378EAD
(55,142,173)
#32809C
(50,128,156)
#2D728B
(45,114,139)
#28647A
(40,100,122)
#235669
(35,86,105)
#1E4858
(30,72,88)
#193A47
(25,58,71)
#142C36
(20,44,54)
#0F1E25
(15,30,37)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #3C9CBE

#3C9CBE
(60,156,190)
#4DA5C3
(77,165,195)
#5EAEC8
(94,174,200)
#6FB7CD
(111,183,205)
#80C0D2
(128,192,210)
#91C9D7
(145,201,215)
#A2D2DC
(162,210,220)
#B3DBE1
(179,219,225)
#C4E4E6
(196,228,230)
#D5EDEB
(213,237,235)
#E6F6F0
(230,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C9CBE; }

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

This text font color is #3C9CBE.


Background Color

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

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

This div background color is #3C9CBE.


Border color

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

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

This div border color is #3C9CBE.


Opacity

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

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

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

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

This text has shadow with #3C9CBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C9CBE on black background.


Color preview on white background

This text has color #3C9CBE on white background.



Black color preview on #3C9CBE background

This text has black color on #3C9CBE background.


White color preview on #3C9CBE background

This text has white color on #3C9CBE background.