COLOR #3988BC

HEX: #3988BC RGB: (57,136,188)

Color info

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

RGB color model

#3988BC color RGB value is (57,136,188).

RGB: (57,136,188) (22%, 53%, 74%)

RGB channels and saturation

R 57 of 255 = 22%
G 136 of 255 = 53%
B 188 of 255 = 74%

57
136
188

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

Portions of RGB colors in percentages

R + G + B = 57 + 136 + 188 = 381 (100%)
R 57 of 381 ~ 14.96%
G 136 of 381 ~ 35.7%
B 188 of 381 ~ 49.34'%

%14.96
%35.7
%49.34

CMYK color model

#3988BC color CMYK value is (70,28,0,26).

  • cyan value is 69.68%
  • magenta value is 27.66%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (70,28,0,26)
C70M28Y0K26 (70%, 28%, 0%, 26%)
(0.70 / 0.28 / 0.00 / 0.26)

CMYK percentages

%69.68
%27.66
%0
%26.27

Codes

Color #3988BC in popluar color models

39 88 BC
RGB 57 136 188
HSL 204° 53.47% 48.04%
HSB/HSV 204° 69.68% 73.73%
CMYK 69.68% 27.66% 0.00%
26.27%

Color #3988BC in popluar number systems.

HEX 39 88 BC
Decimal 57 136 188
Binary 111001 10001000 10111100
Octal 71 210 274

Shades and tints

Shades of #3988BC

#3988BC
(57,136,188)
#347CAB
(52,124,171)
#2F709A
(47,112,154)
#2A6489
(42,100,137)
#255878
(37,88,120)
#204C67
(32,76,103)
#1B4056
(27,64,86)
#163445
(22,52,69)
#112834
(17,40,52)
#0C1C23
(12,28,35)
#071012
(7,16,18)
#000000
(0,0,0)

Tints of #3988BC

#3988BC
(57,136,188)
#4B92C2
(75,146,194)
#5D9CC8
(93,156,200)
#6FA6CE
(111,166,206)
#81B0D4
(129,176,212)
#93BADA
(147,186,218)
#A5C4E0
(165,196,224)
#B7CEE6
(183,206,230)
#C9D8EC
(201,216,236)
#DBE2F2
(219,226,242)
#EDECF8
(237,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3988BC color. Also use rgb(57,136,188) instead hex code.

Text Font Color

.myTextColor { color: #3988BC; }

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

This text font color is #3988BC.

Background Color

.myBgColor { background-color: #3988BC; }

<div style="background-color:#3988BC">Inner text</div>

This div background color is #3988BC.

Border color

.myBorderColor { border: 1px solid #3988BC; }

<div style="border:3px solid #3988BC">Div</div>

This div border color is #3988BC.

Opacity

.myOpacity80 { color: #3988BC; opacity: 0.8; }

<p style="color:#3988BC;opacity:0.8;">80%</p>

Text with #3988BC 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 #3988BC;}

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

This text has shadow with #3988BC color.


.textShadow {text-shadow: 3px 3px 1px #3988BC', 3px 3px 1px red;}

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

This text has shadow with #3988BC primary color and red secondary color.


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

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

This text has shadow with #3988BC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3988BC; -webkit-box-shadow: 1px 1px 3px 2px #3988BC; box-shadow:1px 1px 3px 2px #3988BC;">
Div content here
</div>

This div box has shadow with color #3988BC.

Preview

Color preview on black background

This text has color #3988BC on black background.


Color preview on white background

This text has color #3988BC on white background.


Black color preview on #3988BC background

This text has black color on #3988BC background.


White color preview on #3988BC background

This text has white color on #3988BC background.


Related colors

Complementary color

Complementary color for #hex is #C67743.


I love getcolorcode.com

Triadic colors

1 #BC3988 and #88BC39 with #3988BC are triadic colors.

2 #BC8839 and #8839BC with #3988BC are triadic colors.