COLOR #3F406B

HEX: #3F406B RGB: (63,64,107)

Color info

#3F406B contains red, green and blue colors in about the same proportion. Web safe color of #3F406B is #333366 (or #336).

RGB color model

#3F406B color RGB value is (63,64,107).

RGB: (63,64,107) (25%, 25%, 42%)

RGB channels and saturation

R 63 of 255 = 25%
G 64 of 255 = 25%
B 107 of 255 = 42%

63
64
107

R + G + B ~ 31%. #3F406B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 64 + 107 = 234 (100%)
R 63 of 234 ~ 26.92%
G 64 of 234 ~ 27.35%
B 107 of 234 ~ 45.73'%

%26.92
%27.35
%45.73

CMYK color model

#3F406B color CMYK value is (41,40,0,58).

  • cyan value is 41.12%
  • magenta value is 40.19%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (41,40,0,58)
C41M40Y0K58 (41%, 40%, 0%, 58%)
(0.41 / 0.40 / 0.00 / 0.58)

CMYK percentages

%41.12
%40.19
%0
%58.04

Codes

Color #3F406B in popluar color models

3F 40 6B
RGB 63 64 107
HSL 239° 25.88% 33.33%
HSB/HSV 239° 41.12% 41.96%
CMYK 41.12% 40.19% 0.00%
58.04%

Color #3F406B in popluar number systems.

HEX 3F 40 6B
Decimal 63 64 107
Binary 111111 1000000 1101011
Octal 77 100 153

Shades and tints

Shades of #3F406B

#3F406B
(63,64,107)
#3A3B62
(58,59,98)
#353659
(53,54,89)
#303150
(48,49,80)
#2B2C47
(43,44,71)
#26273E
(38,39,62)
#212235
(33,34,53)
#1C1D2C
(28,29,44)
#171823
(23,24,35)
#12131A
(18,19,26)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #3F406B

#3F406B
(63,64,107)
#505178
(80,81,120)
#616285
(97,98,133)
#727392
(114,115,146)
#83849F
(131,132,159)
#9495AC
(148,149,172)
#A5A6B9
(165,166,185)
#B6B7C6
(182,183,198)
#C7C8D3
(199,200,211)
#D8D9E0
(216,217,224)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F406B; }

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

This text font color is #3F406B.

Background Color

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

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

This div background color is #3F406B.

Border color

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

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

This div border color is #3F406B.

Opacity

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

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

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

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

This text has shadow with #3F406B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F406B.

Preview

Color preview on black background

This text has color #3F406B on black background.


Color preview on white background

This text has color #3F406B on white background.


Black color preview on #3F406B background

This text has black color on #3F406B background.


White color preview on #3F406B background

This text has white color on #3F406B background.


Related colors

Complementary color

Complementary color for #hex is #C0BF94.


I love getcolorcode.com

Triadic colors

1 #6B3F40 and #406B3F with #3F406B are triadic colors.

2 #6B403F and #403F6B with #3F406B are triadic colors.