COLOR #3C9BB9

HEX: #3C9BB9
RGB: (60,155,185)

Color info

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

RGB color model

#3C9BB9 color RGB value is (60,155,185).

  • red value is 60;
  • green value is 155;
  • blue value is 185.
RGB:
(60,155,185)
(24%,61%,73%)

RGB channels and saturation

R 60 of 255 = 24%
G 155 of 255 = 61%
B 185 of 255 = 73%

60
155
185

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

Portions of RGB colors in percentages

R + G + B =
60 + 155 + 185 = 400 (100%)
R 60 of 400 ~ 15%
G 155 of 400 ~ 38.75%
B 185 of 400 ~ 46.25%

%15
%38.75
%46.25

CMYK color model

#3C9BB9 color CMYK value is (68,16,0,27).

  • cyan value is 67.57%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(68,16,0,27)
C68M16Y0K27 
(68%,16%,0%,27%)
(0.68/0.16/0.00/0.27)	

CMYK percentages

%67.57
%16.22
%0
%27.45

Codes

Color #3C9BB9 in popluar color models

3C9BB9
RGB60155185
HSL194°51.02%48.04%
HSB/HSV194°67.57%72.55%
CMYK67.57%16.22%0.00%
27.45%

Color #3C9BB9 in popluar number systems.

HEX3C9BB9
Decimal60155185
Binary1111001001101110111001
Octal74233271

Shades and tints

Shades of #3C9BB9

#3C9BB9
(60,155,185)
#378DA9
(55,141,169)
#327F99
(50,127,153)
#2D7189
(45,113,137)
#286379
(40,99,121)
#235569
(35,85,105)
#1E4759
(30,71,89)
#193949
(25,57,73)
#142B39
(20,43,57)
#0F1D29
(15,29,41)
#0A0F19
(10,15,25)
#000000
(0,0,0)

Tints of #3C9BB9

#3C9BB9
(60,155,185)
#4DA4BF
(77,164,191)
#5EADC5
(94,173,197)
#6FB6CB
(111,182,203)
#80BFD1
(128,191,209)
#91C8D7
(145,200,215)
#A2D1DD
(162,209,221)
#B3DAE3
(179,218,227)
#C4E3E9
(196,227,233)
#D5ECEF
(213,236,239)
#E6F5F5
(230,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C9BB9 color. Also use rgb(60,155,185) instead hex code.

Text Font Color

.myTextColor { color: #3C9BB9; }

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

This text font color is #3C9BB9.


Background Color

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

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

This div background color is #3C9BB9.


Border color

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

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

This div border color is #3C9BB9.


Opacity

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

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

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

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

This text has shadow with #3C9BB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C9BB9 on black background.


Color preview on white background

This text has color #3C9BB9 on white background.



Black color preview on #3C9BB9 background

This text has black color on #3C9BB9 background.


White color preview on #3C9BB9 background

This text has white color on #3C9BB9 background.