COLOR #3C9CE1

HEX: #3C9CE1
RGB: (60,156,225)

Color info

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

RGB color model

#3C9CE1 color RGB value is (60,156,225).

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

RGB channels and saturation

R 60 of 255 = 24%
G 156 of 255 = 61%
B 225 of 255 = 88%

60
156
225

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

Portions of RGB colors in percentages

R + G + B =
60 + 156 + 225 = 441 (100%)
R 60 of 441 ~ 13.61%
G 156 of 441 ~ 35.37%
B 225 of 441 ~ 51.02%

%13.61
%35.37
%51.02

CMYK color model

#3C9CE1 color CMYK value is (73,31,0,12).

  • cyan value is 73.33%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(73,31,0,12)
C73M31Y0K12 
(73%,31%,0%,12%)
(0.73/0.31/0.00/0.12)	

CMYK percentages

%73.33
%30.67
%0
%11.76

Codes

Color #3C9CE1 in popluar color models

3C9CE1
RGB60156225
HSL205°73.33%55.88%
HSB/HSV205°73.33%88.24%
CMYK73.33%30.67%0.00%
11.76%

Color #3C9CE1 in popluar number systems.

HEX3C9CE1
Decimal60156225
Binary1111001001110011100001
Octal74234341

Shades and tints

Shades of #3C9CE1

#3C9CE1
(60,156,225)
#378ECD
(55,142,205)
#3280B9
(50,128,185)
#2D72A5
(45,114,165)
#286491
(40,100,145)
#23567D
(35,86,125)
#1E4869
(30,72,105)
#193A55
(25,58,85)
#142C41
(20,44,65)
#0F1E2D
(15,30,45)
#0A1019
(10,16,25)
#000000
(0,0,0)

Tints of #3C9CE1

#3C9CE1
(60,156,225)
#4DA5E3
(77,165,227)
#5EAEE5
(94,174,229)
#6FB7E7
(111,183,231)
#80C0E9
(128,192,233)
#91C9EB
(145,201,235)
#A2D2ED
(162,210,237)
#B3DBEF
(179,219,239)
#C4E4F1
(196,228,241)
#D5EDF3
(213,237,243)
#E6F6F5
(230,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C9CE1; }

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

This text font color is #3C9CE1.


Background Color

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

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

This div background color is #3C9CE1.


Border color

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

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

This div border color is #3C9CE1.


Opacity

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

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

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

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

This text has shadow with #3C9CE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C9CE1 on black background.


Color preview on white background

This text has color #3C9CE1 on white background.



Black color preview on #3C9CE1 background

This text has black color on #3C9CE1 background.


White color preview on #3C9CE1 background

This text has white color on #3C9CE1 background.