COLOR #3C719D

HEX: #3C719D
RGB: (60,113,157)

Color info

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

RGB color model

#3C719D color RGB value is (60,113,157).

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

RGB channels and saturation

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

60
113
157

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

Portions of RGB colors in percentages

R + G + B =
60 + 113 + 157 = 330 (100%)
R 60 of 330 ~ 18.18%
G 113 of 330 ~ 34.24%
B 157 of 330 ~ 47.58%

%18.18
%34.24
%47.58

CMYK color model

#3C719D color CMYK value is (62,28,0,38).

  • cyan value is 61.78%
  • magenta value is 28.03%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(62,28,0,38)
C62M28Y0K38 
(62%,28%,0%,38%)
(0.62/0.28/0.00/0.38)	

CMYK percentages

%61.78
%28.03
%0
%38.43

Codes

Color #3C719D in popluar color models

3C719D
RGB60113157
HSL207°44.70%42.55%
HSB/HSV207°61.78%61.57%
CMYK61.78%28.03%0.00%
38.43%

Color #3C719D in popluar number systems.

HEX3C719D
Decimal60113157
Binary111100111000110011101
Octal74161235

Shades and tints

Shades of #3C719D

#3C719D
(60,113,157)
#37678F
(55,103,143)
#325D81
(50,93,129)
#2D5373
(45,83,115)
#284965
(40,73,101)
#233F57
(35,63,87)
#1E3549
(30,53,73)
#192B3B
(25,43,59)
#14212D
(20,33,45)
#0F171F
(15,23,31)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #3C719D

#3C719D
(60,113,157)
#4D7DA5
(77,125,165)
#5E89AD
(94,137,173)
#6F95B5
(111,149,181)
#80A1BD
(128,161,189)
#91ADC5
(145,173,197)
#A2B9CD
(162,185,205)
#B3C5D5
(179,197,213)
#C4D1DD
(196,209,221)
#D5DDE5
(213,221,229)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C719D; }

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

This text font color is #3C719D.


Background Color

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

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

This div background color is #3C719D.


Border color

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

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

This div border color is #3C719D.


Opacity

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

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

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

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

This text has shadow with #3C719D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C719D on black background.


Color preview on white background

This text has color #3C719D on white background.



Black color preview on #3C719D background

This text has black color on #3C719D background.


White color preview on #3C719D background

This text has white color on #3C719D background.