COLOR #3C6886

HEX: #3C6886
RGB: (60,104,134)

Color info

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

RGB color model

#3C6886 color RGB value is (60,104,134).

  • red value is 60;
  • green value is 104;
  • blue value is 134.
RGB:
(60,104,134)
(24%,41%,53%)

RGB channels and saturation

R 60 of 255 = 24%
G 104 of 255 = 41%
B 134 of 255 = 53%

60
104
134

R + G + B ~ 39%. #3C6886 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 104 + 134 = 298 (100%)
R 60 of 298 ~ 20.13%
G 104 of 298 ~ 34.9%
B 134 of 298 ~ 44.97%

%20.13
%34.9
%44.97

CMYK color model

#3C6886 color CMYK value is (55,22,0,47).

  • cyan value is 55.22%
  • magenta value is 22.39%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(55,22,0,47)
C55M22Y0K47 
(55%,22%,0%,47%)
(0.55/0.22/0.00/0.47)	

CMYK percentages

%55.22
%22.39
%0
%47.45

Codes

Color #3C6886 in popluar color models

3C6886
RGB60104134
HSL204°38.14%38.04%
HSB/HSV204°55.22%52.55%
CMYK55.22%22.39%0.00%
47.45%

Color #3C6886 in popluar number systems.

HEX3C6886
Decimal60104134
Binary111100110100010000110
Octal74150206

Shades and tints

Shades of #3C6886

#3C6886
(60,104,134)
#375F7A
(55,95,122)
#32566E
(50,86,110)
#2D4D62
(45,77,98)
#284456
(40,68,86)
#233B4A
(35,59,74)
#1E323E
(30,50,62)
#192932
(25,41,50)
#142026
(20,32,38)
#0F171A
(15,23,26)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #3C6886

#3C6886
(60,104,134)
#4D7591
(77,117,145)
#5E829C
(94,130,156)
#6F8FA7
(111,143,167)
#809CB2
(128,156,178)
#91A9BD
(145,169,189)
#A2B6C8
(162,182,200)
#B3C3D3
(179,195,211)
#C4D0DE
(196,208,222)
#D5DDE9
(213,221,233)
#E6EAF4
(230,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6886 color. Also use rgb(60,104,134) instead hex code.

Text Font Color

.myTextColor { color: #3C6886; }

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

This text font color is #3C6886.


Background Color

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

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

This div background color is #3C6886.


Border color

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

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

This div border color is #3C6886.


Opacity

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

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

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

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

This text has shadow with #3C6886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6886 on black background.


Color preview on white background

This text has color #3C6886 on white background.



Black color preview on #3C6886 background

This text has black color on #3C6886 background.


White color preview on #3C6886 background

This text has white color on #3C6886 background.