COLOR #3F698E

HEX: #3F698E
RGB: (63,105,142)

Color info

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

RGB color model

#3F698E color RGB value is (63,105,142).

  • red value is 63;
  • green value is 105;
  • blue value is 142.
RGB:
(63,105,142)
(25%,41%,56%)

RGB channels and saturation

R 63 of 255 = 25%
G 105 of 255 = 41%
B 142 of 255 = 56%

63
105
142

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

Portions of RGB colors in percentages

R + G + B =
63 + 105 + 142 = 310 (100%)
R 63 of 310 ~ 20.32%
G 105 of 310 ~ 33.87%
B 142 of 310 ~ 45.81%

%20.32
%33.87
%45.81

CMYK color model

#3F698E color CMYK value is (56,26,0,44).

  • cyan value is 55.63%
  • magenta value is 26.06%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(56,26,0,44)
C56M26Y0K44 
(56%,26%,0%,44%)
(0.56/0.26/0.00/0.44)	

CMYK percentages

%55.63
%26.06
%0
%44.31

Codes

Color #3F698E in popluar color models

3F698E
RGB63105142
HSL208°38.54%40.20%
HSB/HSV208°55.63%55.69%
CMYK55.63%26.06%0.00%
44.31%

Color #3F698E in popluar number systems.

HEX3F698E
Decimal63105142
Binary111111110100110001110
Octal77151216

Shades and tints

Shades of #3F698E

#3F698E
(63,105,142)
#3A6082
(58,96,130)
#355776
(53,87,118)
#304E6A
(48,78,106)
#2B455E
(43,69,94)
#263C52
(38,60,82)
#213346
(33,51,70)
#1C2A3A
(28,42,58)
#17212E
(23,33,46)
#121822
(18,24,34)
#0D0F16
(13,15,22)
#000000
(0,0,0)

Tints of #3F698E

#3F698E
(63,105,142)
#507698
(80,118,152)
#6183A2
(97,131,162)
#7290AC
(114,144,172)
#839DB6
(131,157,182)
#94AAC0
(148,170,192)
#A5B7CA
(165,183,202)
#B6C4D4
(182,196,212)
#C7D1DE
(199,209,222)
#D8DEE8
(216,222,232)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F698E color. Also use rgb(63,105,142) instead hex code.

Text Font Color

.myTextColor { color: #3F698E; }

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

This text font color is #3F698E.


Background Color

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

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

This div background color is #3F698E.


Border color

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

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

This div border color is #3F698E.


Opacity

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

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

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

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

This text has shadow with #3F698E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F698E on black background.


Color preview on white background

This text has color #3F698E on white background.



Black color preview on #3F698E background

This text has black color on #3F698E background.


White color preview on #3F698E background

This text has white color on #3F698E background.