COLOR #3EB5DE

HEX: #3EB5DE
RGB: (62,181,222)

Color info

#3EB5DE contains mainly green and blue colors. Web safe color of #3EB5DE is #33CCCC (or #3CC).

RGB color model

#3EB5DE color RGB value is (62,181,222).

  • red value is 62;
  • green value is 181;
  • blue value is 222.
RGB:
(62,181,222)
(24%,71%,87%)

RGB channels and saturation

R 62 of 255 = 24%
G 181 of 255 = 71%
B 222 of 255 = 87%

62
181
222

R + G + B ~ 61%. #3EB5DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
62 + 181 + 222 = 465 (100%)
R 62 of 465 ~ 13.33%
G 181 of 465 ~ 38.92%
B 222 of 465 ~ 47.74%

%13.33
%38.92
%47.74

CMYK color model

#3EB5DE color CMYK value is (72,18,0,13).

  • cyan value is 72.07%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(72,18,0,13)
C72M18Y0K13 
(72%,18%,0%,13%)
(0.72/0.18/0.00/0.13)	

CMYK percentages

%72.07
%18.47
%0
%12.94

Codes

Color #3EB5DE in popluar color models

3EB5DE
RGB62181222
HSL195°70.80%55.69%
HSB/HSV195°72.07%87.06%
CMYK72.07%18.47%0.00%
12.94%

Color #3EB5DE in popluar number systems.

HEX3EB5DE
Decimal62181222
Binary1111101011010111011110
Octal76265336

Shades and tints

Shades of #3EB5DE

#3EB5DE
(62,181,222)
#39A5CA
(57,165,202)
#3495B6
(52,149,182)
#2F85A2
(47,133,162)
#2A758E
(42,117,142)
#25657A
(37,101,122)
#205566
(32,85,102)
#1B4552
(27,69,82)
#16353E
(22,53,62)
#11252A
(17,37,42)
#0C1516
(12,21,22)
#000000
(0,0,0)

Tints of #3EB5DE

#3EB5DE
(62,181,222)
#4FBBE1
(79,187,225)
#60C1E4
(96,193,228)
#71C7E7
(113,199,231)
#82CDEA
(130,205,234)
#93D3ED
(147,211,237)
#A4D9F0
(164,217,240)
#B5DFF3
(181,223,243)
#C6E5F6
(198,229,246)
#D7EBF9
(215,235,249)
#E8F1FC
(232,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EB5DE color. Also use rgb(62,181,222) instead hex code.

Text Font Color

.myTextColor { color: #3EB5DE; }

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

This text font color is #3EB5DE.


Background Color

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

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

This div background color is #3EB5DE.


Border color

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

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

This div border color is #3EB5DE.


Opacity

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

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

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

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

This text has shadow with #3EB5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3EB5DE on black background.


Color preview on white background

This text has color #3EB5DE on white background.



Black color preview on #3EB5DE background

This text has black color on #3EB5DE background.


White color preview on #3EB5DE background

This text has white color on #3EB5DE background.