COLOR #3985B0

HEX: #3985B0
RGB: (57,133,176)

Color info

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

RGB color model

#3985B0 color RGB value is (57,133,176).

  • red value is 57;
  • green value is 133;
  • blue value is 176.
RGB:
(57,133,176)
(22%,52%,69%)

RGB channels and saturation

R 57 of 255 = 22%
G 133 of 255 = 52%
B 176 of 255 = 69%

57
133
176

R + G + B ~ 48%. #3985B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
57 + 133 + 176 = 366 (100%)
R 57 of 366 ~ 15.57%
G 133 of 366 ~ 36.34%
B 176 of 366 ~ 48.09%

%15.57
%36.34
%48.09

CMYK color model

#3985B0 color CMYK value is (68,24,0,31).

  • cyan value is 67.61%
  • magenta value is 24.43%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(68,24,0,31)
C68M24Y0K31 
(68%,24%,0%,31%)
(0.68/0.24/0.00/0.31)	

CMYK percentages

%67.61
%24.43
%0
%30.98

Codes

Color #3985B0 in popluar color models

3985B0
RGB57133176
HSL202°51.07%45.69%
HSB/HSV202°67.61%69.02%
CMYK67.61%24.43%0.00%
30.98%

Color #3985B0 in popluar number systems.

HEX3985B0
Decimal57133176
Binary1110011000010110110000
Octal71205260

Shades and tints

Shades of #3985B0

#3985B0
(57,133,176)
#3479A0
(52,121,160)
#2F6D90
(47,109,144)
#2A6180
(42,97,128)
#255570
(37,85,112)
#204960
(32,73,96)
#1B3D50
(27,61,80)
#163140
(22,49,64)
#112530
(17,37,48)
#0C1920
(12,25,32)
#070D10
(7,13,16)
#000000
(0,0,0)

Tints of #3985B0

#3985B0
(57,133,176)
#4B90B7
(75,144,183)
#5D9BBE
(93,155,190)
#6FA6C5
(111,166,197)
#81B1CC
(129,177,204)
#93BCD3
(147,188,211)
#A5C7DA
(165,199,218)
#B7D2E1
(183,210,225)
#C9DDE8
(201,221,232)
#DBE8EF
(219,232,239)
#EDF3F6
(237,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3985B0 color. Also use rgb(57,133,176) instead hex code.

Text Font Color

.myTextColor { color: #3985B0; }

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

This text font color is #3985B0.


Background Color

.myBgColor { background-color: #3985B0; }

<div style="background-color:#3985B0">Inner text</div>

This div background color is #3985B0.


Border color

.myBorderColor { border: 1px solid #3985B0; }

<div style="border:3px solid #3985B0">Div</div>

This div border color is #3985B0.


Opacity

.myOpacity80 { color: #3985B0; opacity: 0.8; }

<p style="color:#3985B0;opacity:0.8;">80%</p>

Text with #3985B0 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 #3985B0;}

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

This text has shadow with #3985B0 color.

.textShadow {text-shadow: 3px 3px 1px #3985B0, 3px 3px 1px red;}

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

This text has shadow with #3985B0 primary color and red secondary color.


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

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

This text has shadow with #3985B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3985B0 on black background.


Color preview on white background

This text has color #3985B0 on white background.



Black color preview on #3985B0 background

This text has black color on #3985B0 background.


White color preview on #3985B0 background

This text has white color on #3985B0 background.