COLOR #3F6B9C

HEX: #3F6B9C
RGB: (63,107,156)

Color info

#3F6B9C contains mainly green and blue colors. Web safe color of #3F6B9C is #336699 (or #369).

RGB color model

#3F6B9C color RGB value is (63,107,156).

  • red value is 63;
  • green value is 107;
  • blue value is 156.
RGB:
(63,107,156)
(25%,42%,61%)

RGB channels and saturation

R 63 of 255 = 25%
G 107 of 255 = 42%
B 156 of 255 = 61%

63
107
156

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

Portions of RGB colors in percentages

R + G + B =
63 + 107 + 156 = 326 (100%)
R 63 of 326 ~ 19.33%
G 107 of 326 ~ 32.82%
B 156 of 326 ~ 47.85%

%19.33
%32.82
%47.85

CMYK color model

#3F6B9C color CMYK value is (60,31,0,39).

  • cyan value is 59.62%
  • magenta value is 31.41%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(60,31,0,39)
C60M31Y0K39 
(60%,31%,0%,39%)
(0.60/0.31/0.00/0.39)	

CMYK percentages

%59.62
%31.41
%0
%38.82

Codes

Color #3F6B9C in popluar color models

3F6B9C
RGB63107156
HSL212°42.47%42.94%
HSB/HSV212°59.62%61.18%
CMYK59.62%31.41%0.00%
38.82%

Color #3F6B9C in popluar number systems.

HEX3F6B9C
Decimal63107156
Binary111111110101110011100
Octal77153234

Shades and tints

Shades of #3F6B9C

#3F6B9C
(63,107,156)
#3A628E
(58,98,142)
#355980
(53,89,128)
#305072
(48,80,114)
#2B4764
(43,71,100)
#263E56
(38,62,86)
#213548
(33,53,72)
#1C2C3A
(28,44,58)
#17232C
(23,35,44)
#121A1E
(18,26,30)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #3F6B9C

#3F6B9C
(63,107,156)
#5078A5
(80,120,165)
#6185AE
(97,133,174)
#7292B7
(114,146,183)
#839FC0
(131,159,192)
#94ACC9
(148,172,201)
#A5B9D2
(165,185,210)
#B6C6DB
(182,198,219)
#C7D3E4
(199,211,228)
#D8E0ED
(216,224,237)
#E9EDF6
(233,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6B9C color. Also use rgb(63,107,156) instead hex code.

Text Font Color

.myTextColor { color: #3F6B9C; }

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

This text font color is #3F6B9C.


Background Color

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

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

This div background color is #3F6B9C.


Border color

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

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

This div border color is #3F6B9C.


Opacity

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

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

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

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

This text has shadow with #3F6B9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6B9C on black background.


Color preview on white background

This text has color #3F6B9C on white background.



Black color preview on #3F6B9C background

This text has black color on #3F6B9C background.


White color preview on #3F6B9C background

This text has white color on #3F6B9C background.