COLOR #3BB1B4

HEX: #3BB1B4
RGB: (59,177,180)

Color info

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

RGB color model

#3BB1B4 color RGB value is (59,177,180).

  • red value is 59;
  • green value is 177;
  • blue value is 180.
RGB:
(59,177,180)
(23%,69%,71%)

RGB channels and saturation

R 59 of 255 = 23%
G 177 of 255 = 69%
B 180 of 255 = 71%

59
177
180

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

Portions of RGB colors in percentages

R + G + B =
59 + 177 + 180 = 416 (100%)
R 59 of 416 ~ 14.18%
G 177 of 416 ~ 42.55%
B 180 of 416 ~ 43.27%

%14.18
%42.55
%43.27

CMYK color model

#3BB1B4 color CMYK value is (67,2,0,29).

  • cyan value is 67.22%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(67,2,0,29)
C67M2Y0K29 
(67%,2%,0%,29%)
(0.67/0.02/0.00/0.29)	

CMYK percentages

%67.22
%1.67
%0
%29.41

Codes

Color #3BB1B4 in popluar color models

3BB1B4
RGB59177180
HSL181°50.63%46.86%
HSB/HSV181°67.22%70.59%
CMYK67.22%1.67%0.00%
29.41%

Color #3BB1B4 in popluar number systems.

HEX3BB1B4
Decimal59177180
Binary1110111011000110110100
Octal73261264

Shades and tints

Shades of #3BB1B4

#3BB1B4
(59,177,180)
#36A1A4
(54,161,164)
#319194
(49,145,148)
#2C8184
(44,129,132)
#277174
(39,113,116)
#226164
(34,97,100)
#1D5154
(29,81,84)
#184144
(24,65,68)
#133134
(19,49,52)
#0E2124
(14,33,36)
#091114
(9,17,20)
#000000
(0,0,0)

Tints of #3BB1B4

#3BB1B4
(59,177,180)
#4CB8BA
(76,184,186)
#5DBFC0
(93,191,192)
#6EC6C6
(110,198,198)
#7FCDCC
(127,205,204)
#90D4D2
(144,212,210)
#A1DBD8
(161,219,216)
#B2E2DE
(178,226,222)
#C3E9E4
(195,233,228)
#D4F0EA
(212,240,234)
#E5F7F0
(229,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BB1B4 color. Also use rgb(59,177,180) instead hex code.

Text Font Color

.myTextColor { color: #3BB1B4; }

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

This text font color is #3BB1B4.


Background Color

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

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

This div background color is #3BB1B4.


Border color

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

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

This div border color is #3BB1B4.


Opacity

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

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

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

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

This text has shadow with #3BB1B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BB1B4 on black background.


Color preview on white background

This text has color #3BB1B4 on white background.



Black color preview on #3BB1B4 background

This text has black color on #3BB1B4 background.


White color preview on #3BB1B4 background

This text has white color on #3BB1B4 background.