COLOR #3983D5

HEX: #3983D5
RGB: (57,131,213)

Color info

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

RGB color model

#3983D5 color RGB value is (57,131,213).

  • red value is 57;
  • green value is 131;
  • blue value is 213.
RGB:
(57,131,213)
(22%,51%,84%)

RGB channels and saturation

R 57 of 255 = 22%
G 131 of 255 = 51%
B 213 of 255 = 84%

57
131
213

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

Portions of RGB colors in percentages

R + G + B =
57 + 131 + 213 = 401 (100%)
R 57 of 401 ~ 14.21%
G 131 of 401 ~ 32.67%
B 213 of 401 ~ 53.12%

%14.21
%32.67
%53.12

CMYK color model

#3983D5 color CMYK value is (73,38,0,16).

  • cyan value is 73.24%
  • magenta value is 38.50%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(73,38,0,16)
C73M38Y0K16 
(73%,38%,0%,16%)
(0.73/0.38/0.00/0.16)	

CMYK percentages

%73.24
%38.5
%0
%16.47

Codes

Color #3983D5 in popluar color models

3983D5
RGB57131213
HSL212°65.00%52.94%
HSB/HSV212°73.24%83.53%
CMYK73.24%38.50%0.00%
16.47%

Color #3983D5 in popluar number systems.

HEX3983D5
Decimal57131213
Binary1110011000001111010101
Octal71203325

Shades and tints

Shades of #3983D5

#3983D5
(57,131,213)
#3478C2
(52,120,194)
#2F6DAF
(47,109,175)
#2A629C
(42,98,156)
#255789
(37,87,137)
#204C76
(32,76,118)
#1B4163
(27,65,99)
#163650
(22,54,80)
#112B3D
(17,43,61)
#0C202A
(12,32,42)
#071517
(7,21,23)
#000000
(0,0,0)

Tints of #3983D5

#3983D5
(57,131,213)
#4B8ED8
(75,142,216)
#5D99DB
(93,153,219)
#6FA4DE
(111,164,222)
#81AFE1
(129,175,225)
#93BAE4
(147,186,228)
#A5C5E7
(165,197,231)
#B7D0EA
(183,208,234)
#C9DBED
(201,219,237)
#DBE6F0
(219,230,240)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3983D5 color. Also use rgb(57,131,213) instead hex code.

Text Font Color

.myTextColor { color: #3983D5; }

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

This text font color is #3983D5.


Background Color

.myBgColor { background-color: #3983D5; }

<div style="background-color:#3983D5">Inner text</div>

This div background color is #3983D5.


Border color

.myBorderColor { border: 1px solid #3983D5; }

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

This div border color is #3983D5.


Opacity

.myOpacity80 { color: #3983D5; opacity: 0.8; }

<p style="color:#3983D5;opacity:0.8;">80%</p>

Text with #3983D5 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 #3983D5;}

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

This text has shadow with #3983D5 color.

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

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

This text has shadow with #3983D5 primary color and red secondary color.


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

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

This text has shadow with #3983D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3983D5 on black background.


Color preview on white background

This text has color #3983D5 on white background.



Black color preview on #3983D5 background

This text has black color on #3983D5 background.


White color preview on #3983D5 background

This text has white color on #3983D5 background.