COLOR #3C70D0

HEX: #3C70D0 RGB: (60,112,208)

Color info

#3C70D0 contains mainly blue color. Web safe color of #3C70D0 is #3366CC (or #36C).

RGB color model

#3C70D0 color RGB value is (60,112,208).

RGB: (60,112,208) (24%, 44%, 82%)

RGB channels and saturation

R 60 of 255 = 24%
G 112 of 255 = 44%
B 208 of 255 = 82%

60
112
208

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

Portions of RGB colors in percentages

R + G + B = 60 + 112 + 208 = 380 (100%)
R 60 of 380 ~ 15.79%
G 112 of 380 ~ 29.47%
B 208 of 380 ~ 54.74'%

%15.79
%29.47
%54.74

CMYK color model

#3C70D0 color CMYK value is (71,46,0,18).

  • cyan value is 71.15%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (71,46,0,18)
C71M46Y0K18 (71%, 46%, 0%, 18%)
(0.71 / 0.46 / 0.00 / 0.18)

CMYK percentages

%71.15
%46.15
%0
%18.43

Codes

Color #3C70D0 in popluar color models

3C 70 D0
RGB 60 112 208
HSL 219° 61.16% 52.55%
HSB/HSV 219° 71.15% 81.57%
CMYK 71.15% 46.15% 0.00%
18.43%

Color #3C70D0 in popluar number systems.

HEX 3C 70 D0
Decimal 60 112 208
Binary 111100 1110000 11010000
Octal 74 160 320

Shades and tints

Shades of #3C70D0

#3C70D0
(60,112,208)
#3766BE
(55,102,190)
#325CAC
(50,92,172)
#2D529A
(45,82,154)
#284888
(40,72,136)
#233E76
(35,62,118)
#1E3464
(30,52,100)
#192A52
(25,42,82)
#142040
(20,32,64)
#0F162E
(15,22,46)
#0A0C1C
(10,12,28)
#000000
(0,0,0)

Tints of #3C70D0

#3C70D0
(60,112,208)
#4D7DD4
(77,125,212)
#5E8AD8
(94,138,216)
#6F97DC
(111,151,220)
#80A4E0
(128,164,224)
#91B1E4
(145,177,228)
#A2BEE8
(162,190,232)
#B3CBEC
(179,203,236)
#C4D8F0
(196,216,240)
#D5E5F4
(213,229,244)
#E6F2F8
(230,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C70D0 color. Also use rgb(60,112,208) instead hex code.

Text Font Color

.myTextColor { color: #3C70D0; }

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

This text font color is #3C70D0.

Background Color

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

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

This div background color is #3C70D0.

Border color

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

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

This div border color is #3C70D0.

Opacity

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

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

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

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

This text has shadow with #3C70D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C70D0.

Preview

Color preview on black background

This text has color #3C70D0 on black background.


Color preview on white background

This text has color #3C70D0 on white background.


Black color preview on #3C70D0 background

This text has black color on #3C70D0 background.


White color preview on #3C70D0 background

This text has white color on #3C70D0 background.


Related colors

Complementary color

Complementary color for #hex is #C38F2F.


I love getcolorcode.com

Triadic colors

1 #D03C70 and #70D03C with #3C70D0 are triadic colors.

2 #D0703C and #703CD0 with #3C70D0 are triadic colors.