COLOR #3BA5BC

HEX: #3BA5BC
RGB: (59,165,188)

Color info

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

RGB color model

#3BA5BC color RGB value is (59,165,188).

  • red value is 59;
  • green value is 165;
  • blue value is 188.
RGB:
(59,165,188)
(23%,65%,74%)

RGB channels and saturation

R 59 of 255 = 23%
G 165 of 255 = 65%
B 188 of 255 = 74%

59
165
188

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

Portions of RGB colors in percentages

R + G + B =
59 + 165 + 188 = 412 (100%)
R 59 of 412 ~ 14.32%
G 165 of 412 ~ 40.05%
B 188 of 412 ~ 45.63%

%14.32
%40.05
%45.63

CMYK color model

#3BA5BC color CMYK value is (69,12,0,26).

  • cyan value is 68.62%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(69,12,0,26)
C69M12Y0K26 
(69%,12%,0%,26%)
(0.69/0.12/0.00/0.26)	

CMYK percentages

%68.62
%12.23
%0
%26.27

Codes

Color #3BA5BC in popluar color models

3BA5BC
RGB59165188
HSL191°52.23%48.43%
HSB/HSV191°68.62%73.73%
CMYK68.62%12.23%0.00%
26.27%

Color #3BA5BC in popluar number systems.

HEX3BA5BC
Decimal59165188
Binary1110111010010110111100
Octal73245274

Shades and tints

Shades of #3BA5BC

#3BA5BC
(59,165,188)
#3696AB
(54,150,171)
#31879A
(49,135,154)
#2C7889
(44,120,137)
#276978
(39,105,120)
#225A67
(34,90,103)
#1D4B56
(29,75,86)
#183C45
(24,60,69)
#132D34
(19,45,52)
#0E1E23
(14,30,35)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #3BA5BC

#3BA5BC
(59,165,188)
#4CADC2
(76,173,194)
#5DB5C8
(93,181,200)
#6EBDCE
(110,189,206)
#7FC5D4
(127,197,212)
#90CDDA
(144,205,218)
#A1D5E0
(161,213,224)
#B2DDE6
(178,221,230)
#C3E5EC
(195,229,236)
#D4EDF2
(212,237,242)
#E5F5F8
(229,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BA5BC color. Also use rgb(59,165,188) instead hex code.

Text Font Color

.myTextColor { color: #3BA5BC; }

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

This text font color is #3BA5BC.


Background Color

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

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

This div background color is #3BA5BC.


Border color

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

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

This div border color is #3BA5BC.


Opacity

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

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

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

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

This text has shadow with #3BA5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BA5BC on black background.


Color preview on white background

This text has color #3BA5BC on white background.



Black color preview on #3BA5BC background

This text has black color on #3BA5BC background.


White color preview on #3BA5BC background

This text has white color on #3BA5BC background.