COLOR #3893DC

HEX: #3893DC
RGB: (56,147,220)

Color info

#3893DC contains mainly blue color. Web safe color of #3893DC is #3399CC (or #39C).

RGB color model

#3893DC color RGB value is (56,147,220).

  • red value is 56;
  • green value is 147;
  • blue value is 220.
RGB:
(56,147,220)
(22%,58%,86%)

RGB channels and saturation

R 56 of 255 = 22%
G 147 of 255 = 58%
B 220 of 255 = 86%

56
147
220

R + G + B ~ 55%. #3893DC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 147 + 220 = 423 (100%)
R 56 of 423 ~ 13.24%
G 147 of 423 ~ 34.75%
B 220 of 423 ~ 52.01%

%13.24
%34.75
%52.01

CMYK color model

#3893DC color CMYK value is (75,33,0,14).

  • cyan value is 74.55%
  • magenta value is 33.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(75,33,0,14)
C75M33Y0K14 
(75%,33%,0%,14%)
(0.75/0.33/0.00/0.14)	

CMYK percentages

%74.55
%33.18
%0
%13.73

Codes

Color #3893DC in popluar color models

3893DC
RGB56147220
HSL207°70.09%54.12%
HSB/HSV207°74.55%86.27%
CMYK74.55%33.18%0.00%
13.73%

Color #3893DC in popluar number systems.

HEX3893DC
Decimal56147220
Binary1110001001001111011100
Octal70223334

Shades and tints

Shades of #3893DC

#3893DC
(56,147,220)
#3386C8
(51,134,200)
#2E79B4
(46,121,180)
#296CA0
(41,108,160)
#245F8C
(36,95,140)
#1F5278
(31,82,120)
#1A4564
(26,69,100)
#153850
(21,56,80)
#102B3C
(16,43,60)
#0B1E28
(11,30,40)
#061114
(6,17,20)
#000000
(0,0,0)

Tints of #3893DC

#3893DC
(56,147,220)
#4A9CDF
(74,156,223)
#5CA5E2
(92,165,226)
#6EAEE5
(110,174,229)
#80B7E8
(128,183,232)
#92C0EB
(146,192,235)
#A4C9EE
(164,201,238)
#B6D2F1
(182,210,241)
#C8DBF4
(200,219,244)
#DAE4F7
(218,228,247)
#ECEDFA
(236,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3893DC color. Also use rgb(56,147,220) instead hex code.

Text Font Color

.myTextColor { color: #3893DC; }

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

This text font color is #3893DC.


Background Color

.myBgColor { background-color: #3893DC; }

<div style="background-color:#3893DC">Inner text</div>

This div background color is #3893DC.


Border color

.myBorderColor { border: 1px solid #3893DC; }

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

This div border color is #3893DC.


Opacity

.myOpacity80 { color: #3893DC; opacity: 0.8; }

<p style="color:#3893DC;opacity:0.8;">80%</p>

Text with #3893DC 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 #3893DC;}

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

This text has shadow with #3893DC color.

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

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

This text has shadow with #3893DC primary color and red secondary color.


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

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

This text has shadow with #3893DC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3893DC on black background.


Color preview on white background

This text has color #3893DC on white background.



Black color preview on #3893DC background

This text has black color on #3893DC background.


White color preview on #3893DC background

This text has white color on #3893DC background.