COLOR #3C8ED1

HEX: #3C8ED1 RGB: (60,142,209)

Color info

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

RGB color model

#3C8ED1 color RGB value is (60,142,209).

RGB: (60,142,209) (24%, 56%, 82%)

RGB channels and saturation

R 60 of 255 = 24%
G 142 of 255 = 56%
B 209 of 255 = 82%

60
142
209

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

Portions of RGB colors in percentages

R + G + B = 60 + 142 + 209 = 411 (100%)
R 60 of 411 ~ 14.6%
G 142 of 411 ~ 34.55%
B 209 of 411 ~ 50.85'%

%14.6
%34.55
%50.85

CMYK color model

#3C8ED1 color CMYK value is (71,32,0,18).

  • cyan value is 71.29%
  • magenta value is 32.06%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (71,32,0,18)
C71M32Y0K18 (71%, 32%, 0%, 18%)
(0.71 / 0.32 / 0.00 / 0.18)

CMYK percentages

%71.29
%32.06
%0
%18.04

Codes

Color #3C8ED1 in popluar color models

3C 8E D1
RGB 60 142 209
HSL 207° 61.83% 52.75%
HSB/HSV 207° 71.29% 81.96%
CMYK 71.29% 32.06% 0.00%
18.04%

Color #3C8ED1 in popluar number systems.

HEX 3C 8E D1
Decimal 60 142 209
Binary 111100 10001110 11010001
Octal 74 216 321

Shades and tints

Shades of #3C8ED1

#3C8ED1
(60,142,209)
#3782BE
(55,130,190)
#3276AB
(50,118,171)
#2D6A98
(45,106,152)
#285E85
(40,94,133)
#235272
(35,82,114)
#1E465F
(30,70,95)
#193A4C
(25,58,76)
#142E39
(20,46,57)
#0F2226
(15,34,38)
#0A1613
(10,22,19)
#000000
(0,0,0)

Tints of #3C8ED1

#3C8ED1
(60,142,209)
#4D98D5
(77,152,213)
#5EA2D9
(94,162,217)
#6FACDD
(111,172,221)
#80B6E1
(128,182,225)
#91C0E5
(145,192,229)
#A2CAE9
(162,202,233)
#B3D4ED
(179,212,237)
#C4DEF1
(196,222,241)
#D5E8F5
(213,232,245)
#E6F2F9
(230,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C8ED1; }

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

This text font color is #3C8ED1.

Background Color

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

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

This div background color is #3C8ED1.

Border color

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

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

This div border color is #3C8ED1.

Opacity

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

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

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

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

This text has shadow with #3C8ED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C8ED1.

Preview

Color preview on black background

This text has color #3C8ED1 on black background.


Color preview on white background

This text has color #3C8ED1 on white background.


Black color preview on #3C8ED1 background

This text has black color on #3C8ED1 background.


White color preview on #3C8ED1 background

This text has white color on #3C8ED1 background.


Related colors

Complementary color

Complementary color for #hex is #C3712E.


I love getcolorcode.com

Triadic colors

1 #D13C8E and #8ED13C with #3C8ED1 are triadic colors.

2 #D18E3C and #8E3CD1 with #3C8ED1 are triadic colors.