COLOR #3C719F

HEX: #3C719F
RGB: (60,113,159)

Color info

#3C719F contains mainly green and blue colors. Web safe color of #3C719F is #336699 (or #369).

RGB color model

#3C719F color RGB value is (60,113,159).

  • red value is 60;
  • green value is 113;
  • blue value is 159.
RGB:
(60,113,159)
(24%,44%,62%)

RGB channels and saturation

R 60 of 255 = 24%
G 113 of 255 = 44%
B 159 of 255 = 62%

60
113
159

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

Portions of RGB colors in percentages

R + G + B =
60 + 113 + 159 = 332 (100%)
R 60 of 332 ~ 18.07%
G 113 of 332 ~ 34.04%
B 159 of 332 ~ 47.89%

%18.07
%34.04
%47.89

CMYK color model

#3C719F color CMYK value is (62,29,0,38).

  • cyan value is 62.26%
  • magenta value is 28.93%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(62,29,0,38)
C62M29Y0K38 
(62%,29%,0%,38%)
(0.62/0.29/0.00/0.38)	

CMYK percentages

%62.26
%28.93
%0
%37.65

Codes

Color #3C719F in popluar color models

3C719F
RGB60113159
HSL208°45.21%42.94%
HSB/HSV208°62.26%62.35%
CMYK62.26%28.93%0.00%
37.65%

Color #3C719F in popluar number systems.

HEX3C719F
Decimal60113159
Binary111100111000110011111
Octal74161237

Shades and tints

Shades of #3C719F

#3C719F
(60,113,159)
#376791
(55,103,145)
#325D83
(50,93,131)
#2D5375
(45,83,117)
#284967
(40,73,103)
#233F59
(35,63,89)
#1E354B
(30,53,75)
#192B3D
(25,43,61)
#14212F
(20,33,47)
#0F1721
(15,23,33)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #3C719F

#3C719F
(60,113,159)
#4D7DA7
(77,125,167)
#5E89AF
(94,137,175)
#6F95B7
(111,149,183)
#80A1BF
(128,161,191)
#91ADC7
(145,173,199)
#A2B9CF
(162,185,207)
#B3C5D7
(179,197,215)
#C4D1DF
(196,209,223)
#D5DDE7
(213,221,231)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C719F color. Also use rgb(60,113,159) instead hex code.

Text Font Color

.myTextColor { color: #3C719F; }

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

This text font color is #3C719F.


Background Color

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

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

This div background color is #3C719F.


Border color

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

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

This div border color is #3C719F.


Opacity

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

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

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

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

This text has shadow with #3C719F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C719F on black background.


Color preview on white background

This text has color #3C719F on white background.



Black color preview on #3C719F background

This text has black color on #3C719F background.


White color preview on #3C719F background

This text has white color on #3C719F background.