COLOR #3BB3E1

HEX: #3BB3E1
RGB: (59,179,225)

Color info

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

RGB color model

#3BB3E1 color RGB value is (59,179,225).

  • red value is 59;
  • green value is 179;
  • blue value is 225.
RGB:
(59,179,225)
(23%,70%,88%)

RGB channels and saturation

R 59 of 255 = 23%
G 179 of 255 = 70%
B 225 of 255 = 88%

59
179
225

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

Portions of RGB colors in percentages

R + G + B =
59 + 179 + 225 = 463 (100%)
R 59 of 463 ~ 12.74%
G 179 of 463 ~ 38.66%
B 225 of 463 ~ 48.6%

%12.74
%38.66
%48.6

CMYK color model

#3BB3E1 color CMYK value is (74,20,0,12).

  • cyan value is 73.78%
  • magenta value is 20.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(74,20,0,12)
C74M20Y0K12 
(74%,20%,0%,12%)
(0.74/0.20/0.00/0.12)	

CMYK percentages

%73.78
%20.44
%0
%11.76

Codes

Color #3BB3E1 in popluar color models

3BB3E1
RGB59179225
HSL197°73.45%55.69%
HSB/HSV197°73.78%88.24%
CMYK73.78%20.44%0.00%
11.76%

Color #3BB3E1 in popluar number systems.

HEX3BB3E1
Decimal59179225
Binary1110111011001111100001
Octal73263341

Shades and tints

Shades of #3BB3E1

#3BB3E1
(59,179,225)
#36A3CD
(54,163,205)
#3193B9
(49,147,185)
#2C83A5
(44,131,165)
#277391
(39,115,145)
#22637D
(34,99,125)
#1D5369
(29,83,105)
#184355
(24,67,85)
#133341
(19,51,65)
#0E232D
(14,35,45)
#091319
(9,19,25)
#000000
(0,0,0)

Tints of #3BB3E1

#3BB3E1
(59,179,225)
#4CB9E3
(76,185,227)
#5DBFE5
(93,191,229)
#6EC5E7
(110,197,231)
#7FCBE9
(127,203,233)
#90D1EB
(144,209,235)
#A1D7ED
(161,215,237)
#B2DDEF
(178,221,239)
#C3E3F1
(195,227,241)
#D4E9F3
(212,233,243)
#E5EFF5
(229,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BB3E1 color. Also use rgb(59,179,225) instead hex code.

Text Font Color

.myTextColor { color: #3BB3E1; }

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

This text font color is #3BB3E1.


Background Color

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

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

This div background color is #3BB3E1.


Border color

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

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

This div border color is #3BB3E1.


Opacity

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

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

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

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

This text has shadow with #3BB3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BB3E1 on black background.


Color preview on white background

This text has color #3BB3E1 on white background.



Black color preview on #3BB3E1 background

This text has black color on #3BB3E1 background.


White color preview on #3BB3E1 background

This text has white color on #3BB3E1 background.