COLOR #3F738B

HEX: #3F738B
RGB: (63,115,139)

Color info

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

RGB color model

#3F738B color RGB value is (63,115,139).

  • red value is 63;
  • green value is 115;
  • blue value is 139.
RGB:
(63,115,139)
(25%,45%,55%)

RGB channels and saturation

R 63 of 255 = 25%
G 115 of 255 = 45%
B 139 of 255 = 55%

63
115
139

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

Portions of RGB colors in percentages

R + G + B =
63 + 115 + 139 = 317 (100%)
R 63 of 317 ~ 19.87%
G 115 of 317 ~ 36.28%
B 139 of 317 ~ 43.85%

%19.87
%36.28
%43.85

CMYK color model

#3F738B color CMYK value is (55,17,0,45).

  • cyan value is 54.68%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(55,17,0,45)
C55M17Y0K45 
(55%,17%,0%,45%)
(0.55/0.17/0.00/0.45)	

CMYK percentages

%54.68
%17.27
%0
%45.49

Codes

Color #3F738B in popluar color models

3F738B
RGB63115139
HSL199°37.62%39.61%
HSB/HSV199°54.68%54.51%
CMYK54.68%17.27%0.00%
45.49%

Color #3F738B in popluar number systems.

HEX3F738B
Decimal63115139
Binary111111111001110001011
Octal77163213

Shades and tints

Shades of #3F738B

#3F738B
(63,115,139)
#3A697F
(58,105,127)
#355F73
(53,95,115)
#305567
(48,85,103)
#2B4B5B
(43,75,91)
#26414F
(38,65,79)
#213743
(33,55,67)
#1C2D37
(28,45,55)
#17232B
(23,35,43)
#12191F
(18,25,31)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #3F738B

#3F738B
(63,115,139)
#507F95
(80,127,149)
#618B9F
(97,139,159)
#7297A9
(114,151,169)
#83A3B3
(131,163,179)
#94AFBD
(148,175,189)
#A5BBC7
(165,187,199)
#B6C7D1
(182,199,209)
#C7D3DB
(199,211,219)
#D8DFE5
(216,223,229)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F738B color. Also use rgb(63,115,139) instead hex code.

Text Font Color

.myTextColor { color: #3F738B; }

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

This text font color is #3F738B.


Background Color

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

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

This div background color is #3F738B.


Border color

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

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

This div border color is #3F738B.


Opacity

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

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

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

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

This text has shadow with #3F738B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F738B on black background.


Color preview on white background

This text has color #3F738B on white background.



Black color preview on #3F738B background

This text has black color on #3F738B background.


White color preview on #3F738B background

This text has white color on #3F738B background.