COLOR #3C6386

HEX: #3C6386 RGB: (60,99,134)

Color info

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

RGB color model

#3C6386 color RGB value is (60,99,134).

RGB: (60,99,134) (24%, 39%, 53%)

RGB channels and saturation

R 60 of 255 = 24%
G 99 of 255 = 39%
B 134 of 255 = 53%

60
99
134

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

Portions of RGB colors in percentages

R + G + B = 60 + 99 + 134 = 293 (100%)
R 60 of 293 ~ 20.48%
G 99 of 293 ~ 33.79%
B 134 of 293 ~ 45.73'%

%20.48
%33.79
%45.73

CMYK color model

#3C6386 color CMYK value is (55,26,0,47).

  • cyan value is 55.22%
  • magenta value is 26.12%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (55,26,0,47)
C55M26Y0K47 (55%, 26%, 0%, 47%)
(0.55 / 0.26 / 0.00 / 0.47)

CMYK percentages

%55.22
%26.12
%0
%47.45

Codes

Color #3C6386 in popluar color models

3C 63 86
RGB 60 99 134
HSL 208° 38.14% 38.04%
HSB/HSV 208° 55.22% 52.55%
CMYK 55.22% 26.12% 0.00%
47.45%

Color #3C6386 in popluar number systems.

HEX 3C 63 86
Decimal 60 99 134
Binary 111100 1100011 10000110
Octal 74 143 206

Shades and tints

Shades of #3C6386

#3C6386
(60,99,134)
#375A7A
(55,90,122)
#32516E
(50,81,110)
#2D4862
(45,72,98)
#283F56
(40,63,86)
#23364A
(35,54,74)
#1E2D3E
(30,45,62)
#192432
(25,36,50)
#141B26
(20,27,38)
#0F121A
(15,18,26)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #3C6386

#3C6386
(60,99,134)
#4D7191
(77,113,145)
#5E7F9C
(94,127,156)
#6F8DA7
(111,141,167)
#809BB2
(128,155,178)
#91A9BD
(145,169,189)
#A2B7C8
(162,183,200)
#B3C5D3
(179,197,211)
#C4D3DE
(196,211,222)
#D5E1E9
(213,225,233)
#E6EFF4
(230,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6386; }

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

This text font color is #3C6386.

Background Color

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

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

This div background color is #3C6386.

Border color

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

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

This div border color is #3C6386.

Opacity

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

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

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

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

This text has shadow with #3C6386 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C6386.

Preview

Color preview on black background

This text has color #3C6386 on black background.


Color preview on white background

This text has color #3C6386 on white background.


Black color preview on #3C6386 background

This text has black color on #3C6386 background.


White color preview on #3C6386 background

This text has white color on #3C6386 background.


Related colors

Complementary color

Complementary color for #hex is #C39C79.


I love getcolorcode.com

Triadic colors

1 #863C63 and #63863C with #3C6386 are triadic colors.

2 #86633C and #633C86 with #3C6386 are triadic colors.