COLOR #3F3C87

HEX: #3F3C87 RGB: (63,60,135)

Color info

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

RGB color model

#3F3C87 color RGB value is (63,60,135).

RGB: (63,60,135) (25%, 24%, 53%)

RGB channels and saturation

R 63 of 255 = 25%
G 60 of 255 = 24%
B 135 of 255 = 53%

63
60
135

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

Portions of RGB colors in percentages

R + G + B = 63 + 60 + 135 = 258 (100%)
R 63 of 258 ~ 24.42%
G 60 of 258 ~ 23.26%
B 135 of 258 ~ 52.33'%

%24.42
%23.26
%52.33

CMYK color model

#3F3C87 color CMYK value is (53,56,0,47).

  • cyan value is 53.33%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (53,56,0,47)
C53M56Y0K47 (53%, 56%, 0%, 47%)
(0.53 / 0.56 / 0.00 / 0.47)

CMYK percentages

%53.33
%55.56
%0
%47.06

Codes

Color #3F3C87 in popluar color models

3F 3C 87
RGB 63 60 135
HSL 242° 38.46% 38.24%
HSB/HSV 242° 55.56% 52.94%
CMYK 53.33% 55.56% 0.00%
47.06%

Color #3F3C87 in popluar number systems.

HEX 3F 3C 87
Decimal 63 60 135
Binary 111111 111100 10000111
Octal 77 74 207

Shades and tints

Shades of #3F3C87

#3F3C87
(63,60,135)
#3A377B
(58,55,123)
#35326F
(53,50,111)
#302D63
(48,45,99)
#2B2857
(43,40,87)
#26234B
(38,35,75)
#211E3F
(33,30,63)
#1C1933
(28,25,51)
#171427
(23,20,39)
#120F1B
(18,15,27)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #3F3C87

#3F3C87
(63,60,135)
#504D91
(80,77,145)
#615E9B
(97,94,155)
#726FA5
(114,111,165)
#8380AF
(131,128,175)
#9491B9
(148,145,185)
#A5A2C3
(165,162,195)
#B6B3CD
(182,179,205)
#C7C4D7
(199,196,215)
#D8D5E1
(216,213,225)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3C87 color. Also use rgb(63,60,135) instead hex code.

Text Font Color

.myTextColor { color: #3F3C87; }

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

This text font color is #3F3C87.

Background Color

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

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

This div background color is #3F3C87.

Border color

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

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

This div border color is #3F3C87.

Opacity

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

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

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

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

This text has shadow with #3F3C87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3C87.

Preview

Color preview on black background

This text has color #3F3C87 on black background.


Color preview on white background

This text has color #3F3C87 on white background.


Black color preview on #3F3C87 background

This text has black color on #3F3C87 background.


White color preview on #3F3C87 background

This text has white color on #3F3C87 background.


Related colors

Complementary color

Complementary color for #hex is #C0C378.


I love getcolorcode.com

Triadic colors

1 #873F3C and #3C873F with #3F3C87 are triadic colors.

2 #873C3F and #3C3F87 with #3F3C87 are triadic colors.