COLOR #3994CF

HEX: #3994CF
RGB: (57,148,207)

Color info

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

RGB color model

#3994CF color RGB value is (57,148,207).

  • red value is 57;
  • green value is 148;
  • blue value is 207.
RGB:
(57,148,207)
(22%,58%,81%)

RGB channels and saturation

R 57 of 255 = 22%
G 148 of 255 = 58%
B 207 of 255 = 81%

57
148
207

R + G + B ~ 54%. #3994CF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
57 + 148 + 207 = 412 (100%)
R 57 of 412 ~ 13.83%
G 148 of 412 ~ 35.92%
B 207 of 412 ~ 50.24%

%13.83
%35.92
%50.24

CMYK color model

#3994CF color CMYK value is (72,29,0,19).

  • cyan value is 72.46%
  • magenta value is 28.50%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(72,29,0,19)
C72M29Y0K19 
(72%,29%,0%,19%)
(0.72/0.29/0.00/0.19)	

CMYK percentages

%72.46
%28.5
%0
%18.82

Codes

Color #3994CF in popluar color models

3994CF
RGB57148207
HSL204°60.98%51.76%
HSB/HSV204°72.46%81.18%
CMYK72.46%28.50%0.00%
18.82%

Color #3994CF in popluar number systems.

HEX3994CF
Decimal57148207
Binary1110011001010011001111
Octal71224317

Shades and tints

Shades of #3994CF

#3994CF
(57,148,207)
#3487BD
(52,135,189)
#2F7AAB
(47,122,171)
#2A6D99
(42,109,153)
#256087
(37,96,135)
#205375
(32,83,117)
#1B4663
(27,70,99)
#163951
(22,57,81)
#112C3F
(17,44,63)
#0C1F2D
(12,31,45)
#07121B
(7,18,27)
#000000
(0,0,0)

Tints of #3994CF

#3994CF
(57,148,207)
#4B9DD3
(75,157,211)
#5DA6D7
(93,166,215)
#6FAFDB
(111,175,219)
#81B8DF
(129,184,223)
#93C1E3
(147,193,227)
#A5CAE7
(165,202,231)
#B7D3EB
(183,211,235)
#C9DCEF
(201,220,239)
#DBE5F3
(219,229,243)
#EDEEF7
(237,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3994CF color. Also use rgb(57,148,207) instead hex code.

Text Font Color

.myTextColor { color: #3994CF; }

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

This text font color is #3994CF.


Background Color

.myBgColor { background-color: #3994CF; }

<div style="background-color:#3994CF">Inner text</div>

This div background color is #3994CF.


Border color

.myBorderColor { border: 1px solid #3994CF; }

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

This div border color is #3994CF.


Opacity

.myOpacity80 { color: #3994CF; opacity: 0.8; }

<p style="color:#3994CF;opacity:0.8;">80%</p>

Text with #3994CF 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 #3994CF;}

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

This text has shadow with #3994CF color.

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

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

This text has shadow with #3994CF primary color and red secondary color.


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

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

This text has shadow with #3994CF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3994CF on black background.


Color preview on white background

This text has color #3994CF on white background.



Black color preview on #3994CF background

This text has black color on #3994CF background.


White color preview on #3994CF background

This text has white color on #3994CF background.