COLOR #3F6887

HEX: #3F6887
RGB: (63,104,135)

Color info

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

RGB color model

#3F6887 color RGB value is (63,104,135).

  • red value is 63;
  • green value is 104;
  • blue value is 135.
RGB:
(63,104,135)
(25%,41%,53%)

RGB channels and saturation

R 63 of 255 = 25%
G 104 of 255 = 41%
B 135 of 255 = 53%

63
104
135

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

Portions of RGB colors in percentages

R + G + B =
63 + 104 + 135 = 302 (100%)
R 63 of 302 ~ 20.86%
G 104 of 302 ~ 34.44%
B 135 of 302 ~ 44.7%

%20.86
%34.44
%44.7

CMYK color model

#3F6887 color CMYK value is (53,23,0,47).

  • cyan value is 53.33%
  • magenta value is 22.96%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(53,23,0,47)
C53M23Y0K47 
(53%,23%,0%,47%)
(0.53/0.23/0.00/0.47)	

CMYK percentages

%53.33
%22.96
%0
%47.06

Codes

Color #3F6887 in popluar color models

3F6887
RGB63104135
HSL206°36.36%38.82%
HSB/HSV206°53.33%52.94%
CMYK53.33%22.96%0.00%
47.06%

Color #3F6887 in popluar number systems.

HEX3F6887
Decimal63104135
Binary111111110100010000111
Octal77150207

Shades and tints

Shades of #3F6887

#3F6887
(63,104,135)
#3A5F7B
(58,95,123)
#35566F
(53,86,111)
#304D63
(48,77,99)
#2B4457
(43,68,87)
#263B4B
(38,59,75)
#21323F
(33,50,63)
#1C2933
(28,41,51)
#172027
(23,32,39)
#12171B
(18,23,27)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #3F6887

#3F6887
(63,104,135)
#507591
(80,117,145)
#61829B
(97,130,155)
#728FA5
(114,143,165)
#839CAF
(131,156,175)
#94A9B9
(148,169,185)
#A5B6C3
(165,182,195)
#B6C3CD
(182,195,205)
#C7D0D7
(199,208,215)
#D8DDE1
(216,221,225)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6887 color. Also use rgb(63,104,135) instead hex code.

Text Font Color

.myTextColor { color: #3F6887; }

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

This text font color is #3F6887.


Background Color

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

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

This div background color is #3F6887.


Border color

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

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

This div border color is #3F6887.


Opacity

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

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

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

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

This text has shadow with #3F6887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6887 on black background.


Color preview on white background

This text has color #3F6887 on white background.



Black color preview on #3F6887 background

This text has black color on #3F6887 background.


White color preview on #3F6887 background

This text has white color on #3F6887 background.