COLOR #3F378B

HEX: #3F378B RGB: (63,55,139)

Color info

#3F378B contains mainly blue color. Web safe color of #3F378B is #333399 (or #339).

RGB color model

#3F378B color RGB value is (63,55,139).

RGB: (63,55,139) (25%, 22%, 55%)

RGB channels and saturation

R 63 of 255 = 25%
G 55 of 255 = 22%
B 139 of 255 = 55%

63
55
139

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

Portions of RGB colors in percentages

R + G + B = 63 + 55 + 139 = 257 (100%)
R 63 of 257 ~ 24.51%
G 55 of 257 ~ 21.4%
B 139 of 257 ~ 54.09'%

%24.51
%21.4
%54.09

CMYK color model

#3F378B color CMYK value is (55,60,0,45).

  • cyan value is 54.68%
  • magenta value is 60.43%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (55,60,0,45)
C55M60Y0K45 (55%, 60%, 0%, 45%)
(0.55 / 0.60 / 0.00 / 0.45)

CMYK percentages

%54.68
%60.43
%0
%45.49

Codes

Color #3F378B in popluar color models

3F 37 8B
RGB 63 55 139
HSL 246° 43.30% 38.04%
HSB/HSV 246° 60.43% 54.51%
CMYK 54.68% 60.43% 0.00%
45.49%

Color #3F378B in popluar number systems.

HEX 3F 37 8B
Decimal 63 55 139
Binary 111111 110111 10001011
Octal 77 67 213

Shades and tints

Shades of #3F378B

#3F378B
(63,55,139)
#3A327F
(58,50,127)
#352D73
(53,45,115)
#302867
(48,40,103)
#2B235B
(43,35,91)
#261E4F
(38,30,79)
#211943
(33,25,67)
#1C1437
(28,20,55)
#170F2B
(23,15,43)
#120A1F
(18,10,31)
#0D0513
(13,5,19)
#000000
(0,0,0)

Tints of #3F378B

#3F378B
(63,55,139)
#504995
(80,73,149)
#615B9F
(97,91,159)
#726DA9
(114,109,169)
#837FB3
(131,127,179)
#9491BD
(148,145,189)
#A5A3C7
(165,163,199)
#B6B5D1
(182,181,209)
#C7C7DB
(199,199,219)
#D8D9E5
(216,217,229)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F378B; }

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

This text font color is #3F378B.

Background Color

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

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

This div background color is #3F378B.

Border color

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

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

This div border color is #3F378B.

Opacity

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

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

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

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

This text has shadow with #3F378B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F378B.

Preview

Color preview on black background

This text has color #3F378B on black background.


Color preview on white background

This text has color #3F378B on white background.


Black color preview on #3F378B background

This text has black color on #3F378B background.


White color preview on #3F378B background

This text has white color on #3F378B background.


Related colors

Complementary color

Complementary color for #hex is #C0C874.


I love getcolorcode.com

Triadic colors

1 #8B3F37 and #378B3F with #3F378B are triadic colors.

2 #8B373F and #373F8B with #3F378B are triadic colors.