COLOR #3F497E

HEX: #3F497E RGB: (63,73,126)

Color info

#3F497E contains mainly green and blue colors. Web safe color of #3F497E is #333366 (or #336).

RGB color model

#3F497E color RGB value is (63,73,126).

RGB: (63,73,126) (25%, 29%, 49%)

RGB channels and saturation

R 63 of 255 = 25%
G 73 of 255 = 29%
B 126 of 255 = 49%

63
73
126

R + G + B ~ 34%. #3F497E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 73 + 126 = 262 (100%)
R 63 of 262 ~ 24.05%
G 73 of 262 ~ 27.86%
B 126 of 262 ~ 48.09'%

%24.05
%27.86
%48.09

CMYK color model

#3F497E color CMYK value is (50,42,0,51).

  • cyan value is 50.00%
  • magenta value is 42.06%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (50,42,0,51)
C50M42Y0K51 (50%, 42%, 0%, 51%)
(0.50 / 0.42 / 0.00 / 0.51)

CMYK percentages

%50
%42.06
%0
%50.59

Codes

Color #3F497E in popluar color models

3F 49 7E
RGB 63 73 126
HSL 230° 33.33% 37.06%
HSB/HSV 230° 50.00% 49.41%
CMYK 50.00% 42.06% 0.00%
50.59%

Color #3F497E in popluar number systems.

HEX 3F 49 7E
Decimal 63 73 126
Binary 111111 1001001 1111110
Octal 77 111 176

Shades and tints

Shades of #3F497E

#3F497E
(63,73,126)
#3A4373
(58,67,115)
#353D68
(53,61,104)
#30375D
(48,55,93)
#2B3152
(43,49,82)
#262B47
(38,43,71)
#21253C
(33,37,60)
#1C1F31
(28,31,49)
#171926
(23,25,38)
#12131B
(18,19,27)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #3F497E

#3F497E
(63,73,126)
#505989
(80,89,137)
#616994
(97,105,148)
#72799F
(114,121,159)
#8389AA
(131,137,170)
#9499B5
(148,153,181)
#A5A9C0
(165,169,192)
#B6B9CB
(182,185,203)
#C7C9D6
(199,201,214)
#D8D9E1
(216,217,225)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F497E color. Also use rgb(63,73,126) instead hex code.

Text Font Color

.myTextColor { color: #3F497E; }

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

This text font color is #3F497E.

Background Color

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

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

This div background color is #3F497E.

Border color

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

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

This div border color is #3F497E.

Opacity

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

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

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

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

This text has shadow with #3F497E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F497E.

Preview

Color preview on black background

This text has color #3F497E on black background.


Color preview on white background

This text has color #3F497E on white background.


Black color preview on #3F497E background

This text has black color on #3F497E background.


White color preview on #3F497E background

This text has white color on #3F497E background.


Related colors

Complementary color

Complementary color for #hex is #C0B681.


I love getcolorcode.com

Triadic colors

1 #7E3F49 and #497E3F with #3F497E are triadic colors.

2 #7E493F and #493F7E with #3F497E are triadic colors.