COLOR #3F9EBF

HEX: #3F9EBF
RGB: (63,158,191)

Color info

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

RGB color model

#3F9EBF color RGB value is (63,158,191).

  • red value is 63;
  • green value is 158;
  • blue value is 191.
RGB:
(63,158,191)
(25%,62%,75%)

RGB channels and saturation

R 63 of 255 = 25%
G 158 of 255 = 62%
B 191 of 255 = 75%

63
158
191

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

Portions of RGB colors in percentages

R + G + B =
63 + 158 + 191 = 412 (100%)
R 63 of 412 ~ 15.29%
G 158 of 412 ~ 38.35%
B 191 of 412 ~ 46.36%

%15.29
%38.35
%46.36

CMYK color model

#3F9EBF color CMYK value is (67,17,0,25).

  • cyan value is 67.02%
  • magenta value is 17.28%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(67,17,0,25)
C67M17Y0K25 
(67%,17%,0%,25%)
(0.67/0.17/0.00/0.25)	

CMYK percentages

%67.02
%17.28
%0
%25.1

Codes

Color #3F9EBF in popluar color models

3F9EBF
RGB63158191
HSL195°50.39%49.80%
HSB/HSV195°67.02%74.90%
CMYK67.02%17.28%0.00%
25.10%

Color #3F9EBF in popluar number systems.

HEX3F9EBF
Decimal63158191
Binary1111111001111010111111
Octal77236277

Shades and tints

Shades of #3F9EBF

#3F9EBF
(63,158,191)
#3A90AE
(58,144,174)
#35829D
(53,130,157)
#30748C
(48,116,140)
#2B667B
(43,102,123)
#26586A
(38,88,106)
#214A59
(33,74,89)
#1C3C48
(28,60,72)
#172E37
(23,46,55)
#122026
(18,32,38)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #3F9EBF

#3F9EBF
(63,158,191)
#50A6C4
(80,166,196)
#61AEC9
(97,174,201)
#72B6CE
(114,182,206)
#83BED3
(131,190,211)
#94C6D8
(148,198,216)
#A5CEDD
(165,206,221)
#B6D6E2
(182,214,226)
#C7DEE7
(199,222,231)
#D8E6EC
(216,230,236)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F9EBF color. Also use rgb(63,158,191) instead hex code.

Text Font Color

.myTextColor { color: #3F9EBF; }

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

This text font color is #3F9EBF.


Background Color

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

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

This div background color is #3F9EBF.


Border color

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

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

This div border color is #3F9EBF.


Opacity

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

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

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

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

This text has shadow with #3F9EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F9EBF on black background.


Color preview on white background

This text has color #3F9EBF on white background.



Black color preview on #3F9EBF background

This text has black color on #3F9EBF background.


White color preview on #3F9EBF background

This text has white color on #3F9EBF background.