COLOR #3F89CC

HEX: #3F89CC
RGB: (63,137,204)

Color info

#3F89CC contains mainly blue color. Web safe color of #3F89CC is #3399CC (or #39C).

RGB color model

#3F89CC color RGB value is (63,137,204).

  • red value is 63;
  • green value is 137;
  • blue value is 204.
RGB:
(63,137,204)
(25%,54%,80%)

RGB channels and saturation

R 63 of 255 = 25%
G 137 of 255 = 54%
B 204 of 255 = 80%

63
137
204

R + G + B ~ 53%. #3F89CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
63 + 137 + 204 = 404 (100%)
R 63 of 404 ~ 15.59%
G 137 of 404 ~ 33.91%
B 204 of 404 ~ 50.5%

%15.59
%33.91
%50.5

CMYK color model

#3F89CC color CMYK value is (69,33,0,20).

  • cyan value is 69.12%
  • magenta value is 32.84%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(69,33,0,20)
C69M33Y0K20 
(69%,33%,0%,20%)
(0.69/0.33/0.00/0.20)	

CMYK percentages

%69.12
%32.84
%0
%20

Codes

Color #3F89CC in popluar color models

3F89CC
RGB63137204
HSL209°58.02%52.35%
HSB/HSV209°69.12%80.00%
CMYK69.12%32.84%0.00%
20.00%

Color #3F89CC in popluar number systems.

HEX3F89CC
Decimal63137204
Binary1111111000100111001100
Octal77211314

Shades and tints

Shades of #3F89CC

#3F89CC
(63,137,204)
#3A7DBA
(58,125,186)
#3571A8
(53,113,168)
#306596
(48,101,150)
#2B5984
(43,89,132)
#264D72
(38,77,114)
#214160
(33,65,96)
#1C354E
(28,53,78)
#17293C
(23,41,60)
#121D2A
(18,29,42)
#0D1118
(13,17,24)
#000000
(0,0,0)

Tints of #3F89CC

#3F89CC
(63,137,204)
#5093D0
(80,147,208)
#619DD4
(97,157,212)
#72A7D8
(114,167,216)
#83B1DC
(131,177,220)
#94BBE0
(148,187,224)
#A5C5E4
(165,197,228)
#B6CFE8
(182,207,232)
#C7D9EC
(199,217,236)
#D8E3F0
(216,227,240)
#E9EDF4
(233,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F89CC color. Also use rgb(63,137,204) instead hex code.

Text Font Color

.myTextColor { color: #3F89CC; }

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

This text font color is #3F89CC.


Background Color

.myBgColor { background-color: #3F89CC; }

<div style="background-color:#3F89CC">Inner text</div>

This div background color is #3F89CC.


Border color

.myBorderColor { border: 1px solid #3F89CC; }

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

This div border color is #3F89CC.


Opacity

.myOpacity80 { color: #3F89CC; opacity: 0.8; }

<p style="color:#3F89CC;opacity:0.8;">80%</p>

Text with #3F89CC 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 #3F89CC;}

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

This text has shadow with #3F89CC color.

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

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

This text has shadow with #3F89CC primary color and red secondary color.


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

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

This text has shadow with #3F89CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F89CC on black background.


Color preview on white background

This text has color #3F89CC on white background.



Black color preview on #3F89CC background

This text has black color on #3F89CC background.


White color preview on #3F89CC background

This text has white color on #3F89CC background.