COLOR #3C6ABB

HEX: #3C6ABB RGB: (60,106,187)

Color info

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

RGB color model

#3C6ABB color RGB value is (60,106,187).

RGB: (60,106,187) (24%, 42%, 73%)

RGB channels and saturation

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

60
106
187

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

Portions of RGB colors in percentages

R + G + B = 60 + 106 + 187 = 353 (100%)
R 60 of 353 ~ 17%
G 106 of 353 ~ 30.03%
B 187 of 353 ~ 52.97'%

%17
%30.03
%52.97

CMYK color model

#3C6ABB color CMYK value is (68,43,0,27).

  • cyan value is 67.91%
  • magenta value is 43.32%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (68,43,0,27) C68M43Y0K27 (68%,43%,0%,27%) (0.68/0.43/0.00/0.27) 

CMYK percentages

%67.91
%43.32
%0
%26.67

Codes

Color #3C6ABB in popluar color models

3C 6A BB
RGB 60 106 187
HSL 218° 51.42% 48.43%
HSB/HSV 218° 67.91% 73.33%
CMYK 67.91% 43.32% 0.00%
26.67%

Color #3C6ABB in popluar number systems.

HEX 3C 6A BB
Decimal 60 106 187
Binary 111100 1101010 10111011
Octal 74 152 273

Shades and tints

Shades of #3C6ABB

#3C6ABB
(60,106,187)
#3761AA
(55,97,170)
#325899
(50,88,153)
#2D4F88
(45,79,136)
#284677
(40,70,119)
#233D66
(35,61,102)
#1E3455
(30,52,85)
#192B44
(25,43,68)
#142233
(20,34,51)
#0F1922
(15,25,34)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #3C6ABB

#3C6ABB
(60,106,187)
#4D77C1
(77,119,193)
#5E84C7
(94,132,199)
#6F91CD
(111,145,205)
#809ED3
(128,158,211)
#91ABD9
(145,171,217)
#A2B8DF
(162,184,223)
#B3C5E5
(179,197,229)
#C4D2EB
(196,210,235)
#D5DFF1
(213,223,241)
#E6ECF7
(230,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6ABB; }

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

This text font color is #3C6ABB.

Background Color

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

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

This div background color is #3C6ABB.

Border color

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

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

This div border color is #3C6ABB.

Opacity

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

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

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

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

This text has shadow with #3C6ABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C6ABB.

Preview

Color preview on black background

This text has color #3C6ABB on black background.


Color preview on white background

This text has color #3C6ABB on white background.


Black color preview on #3C6ABB background

This text has black color on #3C6ABB background.


White color preview on #3C6ABB background

This text has white color on #3C6ABB background.


Related colors

Complementary color

Complementary color for #hex is #C39544.


I love getcolorcode.com

Triadic colors

1 #BB3C6A and #6ABB3C with #3C6ABB are triadic colors.

2 #BB6A3C and #6A3CBB with #3C6ABB are triadic colors.