COLOR #3C8ED5

HEX: #3C8ED5
RGB: (60,142,213)

Color info

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

RGB color model

#3C8ED5 color RGB value is (60,142,213).

  • red value is 60;
  • green value is 142;
  • blue value is 213.
RGB:
(60,142,213)
(24%,56%,84%)

RGB channels and saturation

R 60 of 255 = 24%
G 142 of 255 = 56%
B 213 of 255 = 84%

60
142
213

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

Portions of RGB colors in percentages

R + G + B =
60 + 142 + 213 = 415 (100%)
R 60 of 415 ~ 14.46%
G 142 of 415 ~ 34.22%
B 213 of 415 ~ 51.33%

%14.46
%34.22
%51.33

CMYK color model

#3C8ED5 color CMYK value is (72,33,0,16).

  • cyan value is 71.83%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(72,33,0,16)
C72M33Y0K16 
(72%,33%,0%,16%)
(0.72/0.33/0.00/0.16)	

CMYK percentages

%71.83
%33.33
%0
%16.47

Codes

Color #3C8ED5 in popluar color models

3C8ED5
RGB60142213
HSL208°64.56%53.53%
HSB/HSV208°71.83%83.53%
CMYK71.83%33.33%0.00%
16.47%

Color #3C8ED5 in popluar number systems.

HEX3C8ED5
Decimal60142213
Binary1111001000111011010101
Octal74216325

Shades and tints

Shades of #3C8ED5

#3C8ED5
(60,142,213)
#3782C2
(55,130,194)
#3276AF
(50,118,175)
#2D6A9C
(45,106,156)
#285E89
(40,94,137)
#235276
(35,82,118)
#1E4663
(30,70,99)
#193A50
(25,58,80)
#142E3D
(20,46,61)
#0F222A
(15,34,42)
#0A1617
(10,22,23)
#000000
(0,0,0)

Tints of #3C8ED5

#3C8ED5
(60,142,213)
#4D98D8
(77,152,216)
#5EA2DB
(94,162,219)
#6FACDE
(111,172,222)
#80B6E1
(128,182,225)
#91C0E4
(145,192,228)
#A2CAE7
(162,202,231)
#B3D4EA
(179,212,234)
#C4DEED
(196,222,237)
#D5E8F0
(213,232,240)
#E6F2F3
(230,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C8ED5 color. Also use rgb(60,142,213) instead hex code.

Text Font Color

.myTextColor { color: #3C8ED5; }

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

This text font color is #3C8ED5.


Background Color

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

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

This div background color is #3C8ED5.


Border color

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

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

This div border color is #3C8ED5.


Opacity

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

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

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

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

This text has shadow with #3C8ED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C8ED5 on black background.


Color preview on white background

This text has color #3C8ED5 on white background.



Black color preview on #3C8ED5 background

This text has black color on #3C8ED5 background.


White color preview on #3C8ED5 background

This text has white color on #3C8ED5 background.