COLOR #3C6CBB

HEX: #3C6CBB
RGB: (60,108,187)

Color info

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

RGB color model

#3C6CBB color RGB value is (60,108,187).

  • red value is 60;
  • green value is 108;
  • blue value is 187.
RGB:
(60,108,187)
(24%,42%,73%)

RGB channels and saturation

R 60 of 255 = 24%
G 108 of 255 = 42%
B 187 of 255 = 73%

60
108
187

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

Portions of RGB colors in percentages

R + G + B =
60 + 108 + 187 = 355 (100%)
R 60 of 355 ~ 16.9%
G 108 of 355 ~ 30.42%
B 187 of 355 ~ 52.68%

%16.9
%30.42
%52.68

CMYK color model

#3C6CBB color CMYK value is (68,42,0,27).

  • cyan value is 67.91%
  • magenta value is 42.25%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(68,42,0,27)
C68M42Y0K27 
(68%,42%,0%,27%)
(0.68/0.42/0.00/0.27)	

CMYK percentages

%67.91
%42.25
%0
%26.67

Codes

Color #3C6CBB in popluar color models

3C6CBB
RGB60108187
HSL217°51.42%48.43%
HSB/HSV217°67.91%73.33%
CMYK67.91%42.25%0.00%
26.67%

Color #3C6CBB in popluar number systems.

HEX3C6CBB
Decimal60108187
Binary111100110110010111011
Octal74154273

Shades and tints

Shades of #3C6CBB

#3C6CBB
(60,108,187)
#3763AA
(55,99,170)
#325A99
(50,90,153)
#2D5188
(45,81,136)
#284877
(40,72,119)
#233F66
(35,63,102)
#1E3655
(30,54,85)
#192D44
(25,45,68)
#142433
(20,36,51)
#0F1B22
(15,27,34)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #3C6CBB

#3C6CBB
(60,108,187)
#4D79C1
(77,121,193)
#5E86C7
(94,134,199)
#6F93CD
(111,147,205)
#80A0D3
(128,160,211)
#91ADD9
(145,173,217)
#A2BADF
(162,186,223)
#B3C7E5
(179,199,229)
#C4D4EB
(196,212,235)
#D5E1F1
(213,225,241)
#E6EEF7
(230,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6CBB color. Also use rgb(60,108,187) instead hex code.

Text Font Color

.myTextColor { color: #3C6CBB; }

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

This text font color is #3C6CBB.


Background Color

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

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

This div background color is #3C6CBB.


Border color

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

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

This div border color is #3C6CBB.


Opacity

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

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

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

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

This text has shadow with #3C6CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6CBB on black background.


Color preview on white background

This text has color #3C6CBB on white background.



Black color preview on #3C6CBB background

This text has black color on #3C6CBB background.


White color preview on #3C6CBB background

This text has white color on #3C6CBB background.