COLOR #3998B2

HEX: #3998B2
RGB: (57,152,178)

Color info

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

RGB color model

#3998B2 color RGB value is (57,152,178).

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

RGB channels and saturation

R 57 of 255 = 22%
G 152 of 255 = 60%
B 178 of 255 = 70%

57
152
178

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

Portions of RGB colors in percentages

R + G + B =
57 + 152 + 178 = 387 (100%)
R 57 of 387 ~ 14.73%
G 152 of 387 ~ 39.28%
B 178 of 387 ~ 45.99%

%14.73
%39.28
%45.99

CMYK color model

#3998B2 color CMYK value is (68,15,0,30).

  • cyan value is 67.98%
  • magenta value is 14.61%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(68,15,0,30)
C68M15Y0K30 
(68%,15%,0%,30%)
(0.68/0.15/0.00/0.30)	

CMYK percentages

%67.98
%14.61
%0
%30.2

Codes

Color #3998B2 in popluar color models

3998B2
RGB57152178
HSL193°51.49%46.08%
HSB/HSV193°67.98%69.80%
CMYK67.98%14.61%0.00%
30.20%

Color #3998B2 in popluar number systems.

HEX3998B2
Decimal57152178
Binary1110011001100010110010
Octal71230262

Shades and tints

Shades of #3998B2

#3998B2
(57,152,178)
#348BA2
(52,139,162)
#2F7E92
(47,126,146)
#2A7182
(42,113,130)
#256472
(37,100,114)
#205762
(32,87,98)
#1B4A52
(27,74,82)
#163D42
(22,61,66)
#113032
(17,48,50)
#0C2322
(12,35,34)
#071612
(7,22,18)
#000000
(0,0,0)

Tints of #3998B2

#3998B2
(57,152,178)
#4BA1B9
(75,161,185)
#5DAAC0
(93,170,192)
#6FB3C7
(111,179,199)
#81BCCE
(129,188,206)
#93C5D5
(147,197,213)
#A5CEDC
(165,206,220)
#B7D7E3
(183,215,227)
#C9E0EA
(201,224,234)
#DBE9F1
(219,233,241)
#EDF2F8
(237,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3998B2; }

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

This text font color is #3998B2.


Background Color

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

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

This div background color is #3998B2.


Border color

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

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

This div border color is #3998B2.


Opacity

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

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

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

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

This text has shadow with #3998B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3998B2 on black background.


Color preview on white background

This text has color #3998B2 on white background.



Black color preview on #3998B2 background

This text has black color on #3998B2 background.


White color preview on #3998B2 background

This text has white color on #3998B2 background.