COLOR #3E89BB

HEX: #3E89BB
RGB: (62,137,187)

Color info

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

RGB color model

#3E89BB color RGB value is (62,137,187).

  • red value is 62;
  • green value is 137;
  • blue value is 187.
RGB:
(62,137,187)
(24%,54%,73%)

RGB channels and saturation

R 62 of 255 = 24%
G 137 of 255 = 54%
B 187 of 255 = 73%

62
137
187

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

Portions of RGB colors in percentages

R + G + B =
62 + 137 + 187 = 386 (100%)
R 62 of 386 ~ 16.06%
G 137 of 386 ~ 35.49%
B 187 of 386 ~ 48.45%

%16.06
%35.49
%48.45

CMYK color model

#3E89BB color CMYK value is (67,27,0,27).

  • cyan value is 66.84%
  • magenta value is 26.74%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(67,27,0,27)
C67M27Y0K27 
(67%,27%,0%,27%)
(0.67/0.27/0.00/0.27)	

CMYK percentages

%66.84
%26.74
%0
%26.67

Codes

Color #3E89BB in popluar color models

3E89BB
RGB62137187
HSL204°50.20%48.82%
HSB/HSV204°66.84%73.33%
CMYK66.84%26.74%0.00%
26.67%

Color #3E89BB in popluar number systems.

HEX3E89BB
Decimal62137187
Binary1111101000100110111011
Octal76211273

Shades and tints

Shades of #3E89BB

#3E89BB
(62,137,187)
#397DAA
(57,125,170)
#347199
(52,113,153)
#2F6588
(47,101,136)
#2A5977
(42,89,119)
#254D66
(37,77,102)
#204155
(32,65,85)
#1B3544
(27,53,68)
#162933
(22,41,51)
#111D22
(17,29,34)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #3E89BB

#3E89BB
(62,137,187)
#4F93C1
(79,147,193)
#609DC7
(96,157,199)
#71A7CD
(113,167,205)
#82B1D3
(130,177,211)
#93BBD9
(147,187,217)
#A4C5DF
(164,197,223)
#B5CFE5
(181,207,229)
#C6D9EB
(198,217,235)
#D7E3F1
(215,227,241)
#E8EDF7
(232,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E89BB color. Also use rgb(62,137,187) instead hex code.

Text Font Color

.myTextColor { color: #3E89BB; }

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

This text font color is #3E89BB.


Background Color

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

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

This div background color is #3E89BB.


Border color

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

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

This div border color is #3E89BB.


Opacity

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

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

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

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

This text has shadow with #3E89BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E89BB on black background.


Color preview on white background

This text has color #3E89BB on white background.



Black color preview on #3E89BB background

This text has black color on #3E89BB background.


White color preview on #3E89BB background

This text has white color on #3E89BB background.