COLOR #3BC0E8

HEX: #3BC0E8
RGB: (59,192,232)

Color info

#3BC0E8 contains mainly green and blue colors. Web safe color of #3BC0E8 is #33CCFF (or #3CF).

RGB color model

#3BC0E8 color RGB value is (59,192,232).

  • red value is 59;
  • green value is 192;
  • blue value is 232.
RGB:
(59,192,232)
(23%,75%,91%)

RGB channels and saturation

R 59 of 255 = 23%
G 192 of 255 = 75%
B 232 of 255 = 91%

59
192
232

R + G + B ~ 63%. #3BC0E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
59 + 192 + 232 = 483 (100%)
R 59 of 483 ~ 12.22%
G 192 of 483 ~ 39.75%
B 232 of 483 ~ 48.03%

%12.22
%39.75
%48.03

CMYK color model

#3BC0E8 color CMYK value is (75,17,0,9).

  • cyan value is 74.57%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(75,17,0,9)
C75M17Y0K9 
(75%,17%,0%,9%)
(0.75/0.17/0.00/0.09)	

CMYK percentages

%74.57
%17.24
%0
%9.02

Codes

Color #3BC0E8 in popluar color models

3BC0E8
RGB59192232
HSL194°79.00%57.06%
HSB/HSV194°74.57%90.98%
CMYK74.57%17.24%0.00%
9.02%

Color #3BC0E8 in popluar number systems.

HEX3BC0E8
Decimal59192232
Binary1110111100000011101000
Octal73300350

Shades and tints

Shades of #3BC0E8

#3BC0E8
(59,192,232)
#36AFD3
(54,175,211)
#319EBE
(49,158,190)
#2C8DA9
(44,141,169)
#277C94
(39,124,148)
#226B7F
(34,107,127)
#1D5A6A
(29,90,106)
#184955
(24,73,85)
#133840
(19,56,64)
#0E272B
(14,39,43)
#091616
(9,22,22)
#000000
(0,0,0)

Tints of #3BC0E8

#3BC0E8
(59,192,232)
#4CC5EA
(76,197,234)
#5DCAEC
(93,202,236)
#6ECFEE
(110,207,238)
#7FD4F0
(127,212,240)
#90D9F2
(144,217,242)
#A1DEF4
(161,222,244)
#B2E3F6
(178,227,246)
#C3E8F8
(195,232,248)
#D4EDFA
(212,237,250)
#E5F2FC
(229,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BC0E8 color. Also use rgb(59,192,232) instead hex code.

Text Font Color

.myTextColor { color: #3BC0E8; }

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

This text font color is #3BC0E8.


Background Color

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

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

This div background color is #3BC0E8.


Border color

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

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

This div border color is #3BC0E8.


Opacity

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

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

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

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

This text has shadow with #3BC0E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BC0E8 on black background.


Color preview on white background

This text has color #3BC0E8 on white background.



Black color preview on #3BC0E8 background

This text has black color on #3BC0E8 background.


White color preview on #3BC0E8 background

This text has white color on #3BC0E8 background.