COLOR #3F95B3

HEX: #3F95B3
RGB: (63,149,179)

Color info

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

RGB color model

#3F95B3 color RGB value is (63,149,179).

  • red value is 63;
  • green value is 149;
  • blue value is 179.
RGB:
(63,149,179)
(25%,58%,70%)

RGB channels and saturation

R 63 of 255 = 25%
G 149 of 255 = 58%
B 179 of 255 = 70%

63
149
179

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

Portions of RGB colors in percentages

R + G + B =
63 + 149 + 179 = 391 (100%)
R 63 of 391 ~ 16.11%
G 149 of 391 ~ 38.11%
B 179 of 391 ~ 45.78%

%16.11
%38.11
%45.78

CMYK color model

#3F95B3 color CMYK value is (65,17,0,30).

  • cyan value is 64.80%
  • magenta value is 16.76%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(65,17,0,30)
C65M17Y0K30 
(65%,17%,0%,30%)
(0.65/0.17/0.00/0.30)	

CMYK percentages

%64.8
%16.76
%0
%29.8

Codes

Color #3F95B3 in popluar color models

3F95B3
RGB63149179
HSL196°47.93%47.45%
HSB/HSV196°64.80%70.20%
CMYK64.80%16.76%0.00%
29.80%

Color #3F95B3 in popluar number systems.

HEX3F95B3
Decimal63149179
Binary1111111001010110110011
Octal77225263

Shades and tints

Shades of #3F95B3

#3F95B3
(63,149,179)
#3A88A3
(58,136,163)
#357B93
(53,123,147)
#306E83
(48,110,131)
#2B6173
(43,97,115)
#265463
(38,84,99)
#214753
(33,71,83)
#1C3A43
(28,58,67)
#172D33
(23,45,51)
#122023
(18,32,35)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #3F95B3

#3F95B3
(63,149,179)
#509EB9
(80,158,185)
#61A7BF
(97,167,191)
#72B0C5
(114,176,197)
#83B9CB
(131,185,203)
#94C2D1
(148,194,209)
#A5CBD7
(165,203,215)
#B6D4DD
(182,212,221)
#C7DDE3
(199,221,227)
#D8E6E9
(216,230,233)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F95B3 color. Also use rgb(63,149,179) instead hex code.

Text Font Color

.myTextColor { color: #3F95B3; }

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

This text font color is #3F95B3.


Background Color

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

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

This div background color is #3F95B3.


Border color

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

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

This div border color is #3F95B3.


Opacity

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

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

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

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

This text has shadow with #3F95B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F95B3 on black background.


Color preview on white background

This text has color #3F95B3 on white background.



Black color preview on #3F95B3 background

This text has black color on #3F95B3 background.


White color preview on #3F95B3 background

This text has white color on #3F95B3 background.