COLOR #3C8BB5

HEX: #3C8BB5 RGB: (60,139,181)

Color info

#3C8BB5 contains mainly green and blue colors. Web safe color of #3C8BB5 is #3399CC (or #39C).

RGB color model

#3C8BB5 color RGB value is (60,139,181).

RGB: (60,139,181) (24%, 55%, 71%)

RGB channels and saturation

R 60 of 255 = 24%
G 139 of 255 = 55%
B 181 of 255 = 71%

60
139
181

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

Portions of RGB colors in percentages

R + G + B = 60 + 139 + 181 = 380 (100%)
R 60 of 380 ~ 15.79%
G 139 of 380 ~ 36.58%
B 181 of 380 ~ 47.63'%

%15.79
%36.58
%47.63

CMYK color model

#3C8BB5 color CMYK value is (67,23,0,29).

  • cyan value is 66.85%
  • magenta value is 23.20%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (67,23,0,29)
C67M23Y0K29 (67%, 23%, 0%, 29%)
(0.67 / 0.23 / 0.00 / 0.29)

CMYK percentages

%66.85
%23.2
%0
%29.02

Codes

Color #3C8BB5 in popluar color models

3C 8B B5
RGB 60 139 181
HSL 201° 50.21% 47.25%
HSB/HSV 201° 66.85% 70.98%
CMYK 66.85% 23.20% 0.00%
29.02%

Color #3C8BB5 in popluar number systems.

HEX 3C 8B B5
Decimal 60 139 181
Binary 111100 10001011 10110101
Octal 74 213 265

Shades and tints

Shades of #3C8BB5

#3C8BB5
(60,139,181)
#377FA5
(55,127,165)
#327395
(50,115,149)
#2D6785
(45,103,133)
#285B75
(40,91,117)
#234F65
(35,79,101)
#1E4355
(30,67,85)
#193745
(25,55,69)
#142B35
(20,43,53)
#0F1F25
(15,31,37)
#0A1315
(10,19,21)
#000000
(0,0,0)

Tints of #3C8BB5

#3C8BB5
(60,139,181)
#4D95BB
(77,149,187)
#5E9FC1
(94,159,193)
#6FA9C7
(111,169,199)
#80B3CD
(128,179,205)
#91BDD3
(145,189,211)
#A2C7D9
(162,199,217)
#B3D1DF
(179,209,223)
#C4DBE5
(196,219,229)
#D5E5EB
(213,229,235)
#E6EFF1
(230,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C8BB5 color. Also use rgb(60,139,181) instead hex code.

Text Font Color

.myTextColor { color: #3C8BB5; }

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

This text font color is #3C8BB5.

Background Color

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

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

This div background color is #3C8BB5.

Border color

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

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

This div border color is #3C8BB5.

Opacity

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

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

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

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

This text has shadow with #3C8BB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C8BB5.

Preview

Color preview on black background

This text has color #3C8BB5 on black background.


Color preview on white background

This text has color #3C8BB5 on white background.


Black color preview on #3C8BB5 background

This text has black color on #3C8BB5 background.


White color preview on #3C8BB5 background

This text has white color on #3C8BB5 background.


Related colors

Complementary color

Complementary color for #hex is #C3744A.


I love getcolorcode.com

Triadic colors

1 #B53C8B and #8BB53C with #3C8BB5 are triadic colors.

2 #B58B3C and #8B3CB5 with #3C8BB5 are triadic colors.