COLOR #3984C9

HEX: #3984C9
RGB: (57,132,201)

Color info

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

RGB color model

#3984C9 color RGB value is (57,132,201).

  • red value is 57;
  • green value is 132;
  • blue value is 201.
RGB:
(57,132,201)
(22%,52%,79%)

RGB channels and saturation

R 57 of 255 = 22%
G 132 of 255 = 52%
B 201 of 255 = 79%

57
132
201

R + G + B ~ 51%. #3984C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
57 + 132 + 201 = 390 (100%)
R 57 of 390 ~ 14.62%
G 132 of 390 ~ 33.85%
B 201 of 390 ~ 51.54%

%14.62
%33.85
%51.54

CMYK color model

#3984C9 color CMYK value is (72,34,0,21).

  • cyan value is 71.64%
  • magenta value is 34.33%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(72,34,0,21)
C72M34Y0K21 
(72%,34%,0%,21%)
(0.72/0.34/0.00/0.21)	

CMYK percentages

%71.64
%34.33
%0
%21.18

Codes

Color #3984C9 in popluar color models

3984C9
RGB57132201
HSL209°57.14%50.59%
HSB/HSV209°71.64%78.82%
CMYK71.64%34.33%0.00%
21.18%

Color #3984C9 in popluar number systems.

HEX3984C9
Decimal57132201
Binary1110011000010011001001
Octal71204311

Shades and tints

Shades of #3984C9

#3984C9
(57,132,201)
#3478B7
(52,120,183)
#2F6CA5
(47,108,165)
#2A6093
(42,96,147)
#255481
(37,84,129)
#20486F
(32,72,111)
#1B3C5D
(27,60,93)
#16304B
(22,48,75)
#112439
(17,36,57)
#0C1827
(12,24,39)
#070C15
(7,12,21)
#000000
(0,0,0)

Tints of #3984C9

#3984C9
(57,132,201)
#4B8FCD
(75,143,205)
#5D9AD1
(93,154,209)
#6FA5D5
(111,165,213)
#81B0D9
(129,176,217)
#93BBDD
(147,187,221)
#A5C6E1
(165,198,225)
#B7D1E5
(183,209,229)
#C9DCE9
(201,220,233)
#DBE7ED
(219,231,237)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3984C9 color. Also use rgb(57,132,201) instead hex code.

Text Font Color

.myTextColor { color: #3984C9; }

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

This text font color is #3984C9.


Background Color

.myBgColor { background-color: #3984C9; }

<div style="background-color:#3984C9">Inner text</div>

This div background color is #3984C9.


Border color

.myBorderColor { border: 1px solid #3984C9; }

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

This div border color is #3984C9.


Opacity

.myOpacity80 { color: #3984C9; opacity: 0.8; }

<p style="color:#3984C9;opacity:0.8;">80%</p>

Text with #3984C9 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 #3984C9;}

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

This text has shadow with #3984C9 color.

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

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

This text has shadow with #3984C9 primary color and red secondary color.


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

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

This text has shadow with #3984C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3984C9 on black background.


Color preview on white background

This text has color #3984C9 on white background.



Black color preview on #3984C9 background

This text has black color on #3984C9 background.


White color preview on #3984C9 background

This text has white color on #3984C9 background.