COLOR #3994B2

HEX: #3994B2
RGB: (57,148,178)

Color info

#3994B2 contains mainly green and blue colors. Web safe color of #3994B2 is #339999 (or #399).

RGB color model

#3994B2 color RGB value is (57,148,178).

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

RGB channels and saturation

R 57 of 255 = 22%
G 148 of 255 = 58%
B 178 of 255 = 70%

57
148
178

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

Portions of RGB colors in percentages

R + G + B =
57 + 148 + 178 = 383 (100%)
R 57 of 383 ~ 14.88%
G 148 of 383 ~ 38.64%
B 178 of 383 ~ 46.48%

%14.88
%38.64
%46.48

CMYK color model

#3994B2 color CMYK value is (68,17,0,30).

  • cyan value is 67.98%
  • magenta value is 16.85%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(68,17,0,30)
C68M17Y0K30 
(68%,17%,0%,30%)
(0.68/0.17/0.00/0.30)	

CMYK percentages

%67.98
%16.85
%0
%30.2

Codes

Color #3994B2 in popluar color models

3994B2
RGB57148178
HSL195°51.49%46.08%
HSB/HSV195°67.98%69.80%
CMYK67.98%16.85%0.00%
30.20%

Color #3994B2 in popluar number systems.

HEX3994B2
Decimal57148178
Binary1110011001010010110010
Octal71224262

Shades and tints

Shades of #3994B2

#3994B2
(57,148,178)
#3487A2
(52,135,162)
#2F7A92
(47,122,146)
#2A6D82
(42,109,130)
#256072
(37,96,114)
#205362
(32,83,98)
#1B4652
(27,70,82)
#163942
(22,57,66)
#112C32
(17,44,50)
#0C1F22
(12,31,34)
#071212
(7,18,18)
#000000
(0,0,0)

Tints of #3994B2

#3994B2
(57,148,178)
#4B9DB9
(75,157,185)
#5DA6C0
(93,166,192)
#6FAFC7
(111,175,199)
#81B8CE
(129,184,206)
#93C1D5
(147,193,213)
#A5CADC
(165,202,220)
#B7D3E3
(183,211,227)
#C9DCEA
(201,220,234)
#DBE5F1
(219,229,241)
#EDEEF8
(237,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3994B2; }

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

This text font color is #3994B2.


Background Color

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

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

This div background color is #3994B2.


Border color

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

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

This div border color is #3994B2.


Opacity

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

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

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

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

This text has shadow with #3994B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3994B2 on black background.


Color preview on white background

This text has color #3994B2 on white background.



Black color preview on #3994B2 background

This text has black color on #3994B2 background.


White color preview on #3994B2 background

This text has white color on #3994B2 background.