COLOR #3C95A1

HEX: #3C95A1 RGB: (60,149,161)

Color info

#3C95A1 contains mainly green and blue colors. Web safe color of #3C95A1 is #339999 (or #399).

RGB color model

#3C95A1 color RGB value is (60,149,161).

RGB: (60,149,161) (24%, 58%, 63%)

RGB channels and saturation

R 60 of 255 = 24%
G 149 of 255 = 58%
B 161 of 255 = 63%

60
149
161

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

Portions of RGB colors in percentages

R + G + B = 60 + 149 + 161 = 370 (100%)
R 60 of 370 ~ 16.22%
G 149 of 370 ~ 40.27%
B 161 of 370 ~ 43.51'%

%16.22
%40.27
%43.51

CMYK color model

#3C95A1 color CMYK value is (63,7,0,37).

  • cyan value is 62.73%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (63,7,0,37)
C63M7Y0K37 (63%, 7%, 0%, 37%)
(0.63 / 0.07 / 0.00 / 0.37)

CMYK percentages

%62.73
%7.45
%0
%36.86

Codes

Color #3C95A1 in popluar color models

3C 95 A1
RGB 60 149 161
HSL 187° 45.70% 43.33%
HSB/HSV 187° 62.73% 63.14%
CMYK 62.73% 7.45% 0.00%
36.86%

Color #3C95A1 in popluar number systems.

HEX 3C 95 A1
Decimal 60 149 161
Binary 111100 10010101 10100001
Octal 74 225 241

Shades and tints

Shades of #3C95A1

#3C95A1
(60,149,161)
#378893
(55,136,147)
#327B85
(50,123,133)
#2D6E77
(45,110,119)
#286169
(40,97,105)
#23545B
(35,84,91)
#1E474D
(30,71,77)
#193A3F
(25,58,63)
#142D31
(20,45,49)
#0F2023
(15,32,35)
#0A1315
(10,19,21)
#000000
(0,0,0)

Tints of #3C95A1

#3C95A1
(60,149,161)
#4D9EA9
(77,158,169)
#5EA7B1
(94,167,177)
#6FB0B9
(111,176,185)
#80B9C1
(128,185,193)
#91C2C9
(145,194,201)
#A2CBD1
(162,203,209)
#B3D4D9
(179,212,217)
#C4DDE1
(196,221,225)
#D5E6E9
(213,230,233)
#E6EFF1
(230,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C95A1 color. Also use rgb(60,149,161) instead hex code.

Text Font Color

.myTextColor { color: #3C95A1; }

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

This text font color is #3C95A1.

Background Color

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

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

This div background color is #3C95A1.

Border color

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

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

This div border color is #3C95A1.

Opacity

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

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

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

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

This text has shadow with #3C95A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C95A1.

Preview

Color preview on black background

This text has color #3C95A1 on black background.


Color preview on white background

This text has color #3C95A1 on white background.


Black color preview on #3C95A1 background

This text has black color on #3C95A1 background.


White color preview on #3C95A1 background

This text has white color on #3C95A1 background.


Related colors

Complementary color

Complementary color for #hex is #C36A5E.


I love getcolorcode.com

Triadic colors

1 #A13C95 and #95A13C with #3C95A1 are triadic colors.

2 #A1953C and #953CA1 with #3C95A1 are triadic colors.