COLOR #3E93BD

HEX: #3E93BD
RGB: (62,147,189)

Color info

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

RGB color model

#3E93BD color RGB value is (62,147,189).

  • red value is 62;
  • green value is 147;
  • blue value is 189.
RGB:
(62,147,189)
(24%,58%,74%)

RGB channels and saturation

R 62 of 255 = 24%
G 147 of 255 = 58%
B 189 of 255 = 74%

62
147
189

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

Portions of RGB colors in percentages

R + G + B =
62 + 147 + 189 = 398 (100%)
R 62 of 398 ~ 15.58%
G 147 of 398 ~ 36.93%
B 189 of 398 ~ 47.49%

%15.58
%36.93
%47.49

CMYK color model

#3E93BD color CMYK value is (67,22,0,26).

  • cyan value is 67.20%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(67,22,0,26)
C67M22Y0K26 
(67%,22%,0%,26%)
(0.67/0.22/0.00/0.26)	

CMYK percentages

%67.2
%22.22
%0
%25.88

Codes

Color #3E93BD in popluar color models

3E93BD
RGB62147189
HSL200°50.60%49.22%
HSB/HSV200°67.20%74.12%
CMYK67.20%22.22%0.00%
25.88%

Color #3E93BD in popluar number systems.

HEX3E93BD
Decimal62147189
Binary1111101001001110111101
Octal76223275

Shades and tints

Shades of #3E93BD

#3E93BD
(62,147,189)
#3986AC
(57,134,172)
#34799B
(52,121,155)
#2F6C8A
(47,108,138)
#2A5F79
(42,95,121)
#255268
(37,82,104)
#204557
(32,69,87)
#1B3846
(27,56,70)
#162B35
(22,43,53)
#111E24
(17,30,36)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #3E93BD

#3E93BD
(62,147,189)
#4F9CC3
(79,156,195)
#60A5C9
(96,165,201)
#71AECF
(113,174,207)
#82B7D5
(130,183,213)
#93C0DB
(147,192,219)
#A4C9E1
(164,201,225)
#B5D2E7
(181,210,231)
#C6DBED
(198,219,237)
#D7E4F3
(215,228,243)
#E8EDF9
(232,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E93BD color. Also use rgb(62,147,189) instead hex code.

Text Font Color

.myTextColor { color: #3E93BD; }

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

This text font color is #3E93BD.


Background Color

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

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

This div background color is #3E93BD.


Border color

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

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

This div border color is #3E93BD.


Opacity

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

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

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

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

This text has shadow with #3E93BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E93BD on black background.


Color preview on white background

This text has color #3E93BD on white background.



Black color preview on #3E93BD background

This text has black color on #3E93BD background.


White color preview on #3E93BD background

This text has white color on #3E93BD background.