COLOR #3C6AB4

HEX: #3C6AB4
RGB: (60,106,180)

Color info

#3C6AB4 contains mainly blue color. Web safe color of #3C6AB4 is #3366CC (or #36C).

RGB color model

#3C6AB4 color RGB value is (60,106,180).

  • red value is 60;
  • green value is 106;
  • blue value is 180.
RGB:
(60,106,180)
(24%,42%,71%)

RGB channels and saturation

R 60 of 255 = 24%
G 106 of 255 = 42%
B 180 of 255 = 71%

60
106
180

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

Portions of RGB colors in percentages

R + G + B =
60 + 106 + 180 = 346 (100%)
R 60 of 346 ~ 17.34%
G 106 of 346 ~ 30.64%
B 180 of 346 ~ 52.02%

%17.34
%30.64
%52.02

CMYK color model

#3C6AB4 color CMYK value is (67,41,0,29).

  • cyan value is 66.67%
  • magenta value is 41.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(67,41,0,29)
C67M41Y0K29 
(67%,41%,0%,29%)
(0.67/0.41/0.00/0.29)	

CMYK percentages

%66.67
%41.11
%0
%29.41

Codes

Color #3C6AB4 in popluar color models

3C6AB4
RGB60106180
HSL217°50.00%47.06%
HSB/HSV217°66.67%70.59%
CMYK66.67%41.11%0.00%
29.41%

Color #3C6AB4 in popluar number systems.

HEX3C6AB4
Decimal60106180
Binary111100110101010110100
Octal74152264

Shades and tints

Shades of #3C6AB4

#3C6AB4
(60,106,180)
#3761A4
(55,97,164)
#325894
(50,88,148)
#2D4F84
(45,79,132)
#284674
(40,70,116)
#233D64
(35,61,100)
#1E3454
(30,52,84)
#192B44
(25,43,68)
#142234
(20,34,52)
#0F1924
(15,25,36)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #3C6AB4

#3C6AB4
(60,106,180)
#4D77BA
(77,119,186)
#5E84C0
(94,132,192)
#6F91C6
(111,145,198)
#809ECC
(128,158,204)
#91ABD2
(145,171,210)
#A2B8D8
(162,184,216)
#B3C5DE
(179,197,222)
#C4D2E4
(196,210,228)
#D5DFEA
(213,223,234)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6AB4 color. Also use rgb(60,106,180) instead hex code.

Text Font Color

.myTextColor { color: #3C6AB4; }

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

This text font color is #3C6AB4.


Background Color

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

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

This div background color is #3C6AB4.


Border color

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

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

This div border color is #3C6AB4.


Opacity

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

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

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

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

This text has shadow with #3C6AB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6AB4 on black background.


Color preview on white background

This text has color #3C6AB4 on white background.



Black color preview on #3C6AB4 background

This text has black color on #3C6AB4 background.


White color preview on #3C6AB4 background

This text has white color on #3C6AB4 background.