COLOR #3C659C

HEX: #3C659C
RGB: (60,101,156)

Color info

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

RGB color model

#3C659C color RGB value is (60,101,156).

  • red value is 60;
  • green value is 101;
  • blue value is 156.
RGB:
(60,101,156)
(24%,40%,61%)

RGB channels and saturation

R 60 of 255 = 24%
G 101 of 255 = 40%
B 156 of 255 = 61%

60
101
156

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

Portions of RGB colors in percentages

R + G + B =
60 + 101 + 156 = 317 (100%)
R 60 of 317 ~ 18.93%
G 101 of 317 ~ 31.86%
B 156 of 317 ~ 49.21%

%18.93
%31.86
%49.21

CMYK color model

#3C659C color CMYK value is (62,35,0,39).

  • cyan value is 61.54%
  • magenta value is 35.26%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(62,35,0,39)
C62M35Y0K39 
(62%,35%,0%,39%)
(0.62/0.35/0.00/0.39)	

CMYK percentages

%61.54
%35.26
%0
%38.82

Codes

Color #3C659C in popluar color models

3C659C
RGB60101156
HSL214°44.44%42.35%
HSB/HSV214°61.54%61.18%
CMYK61.54%35.26%0.00%
38.82%

Color #3C659C in popluar number systems.

HEX3C659C
Decimal60101156
Binary111100110010110011100
Octal74145234

Shades and tints

Shades of #3C659C

#3C659C
(60,101,156)
#375C8E
(55,92,142)
#325380
(50,83,128)
#2D4A72
(45,74,114)
#284164
(40,65,100)
#233856
(35,56,86)
#1E2F48
(30,47,72)
#19263A
(25,38,58)
#141D2C
(20,29,44)
#0F141E
(15,20,30)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #3C659C

#3C659C
(60,101,156)
#4D73A5
(77,115,165)
#5E81AE
(94,129,174)
#6F8FB7
(111,143,183)
#809DC0
(128,157,192)
#91ABC9
(145,171,201)
#A2B9D2
(162,185,210)
#B3C7DB
(179,199,219)
#C4D5E4
(196,213,228)
#D5E3ED
(213,227,237)
#E6F1F6
(230,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C659C color. Also use rgb(60,101,156) instead hex code.

Text Font Color

.myTextColor { color: #3C659C; }

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

This text font color is #3C659C.


Background Color

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

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

This div background color is #3C659C.


Border color

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

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

This div border color is #3C659C.


Opacity

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

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

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

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

This text has shadow with #3C659C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C659C on black background.


Color preview on white background

This text has color #3C659C on white background.



Black color preview on #3C659C background

This text has black color on #3C659C background.


White color preview on #3C659C background

This text has white color on #3C659C background.