COLOR #3F4785

HEX: #3F4785 RGB: (63,71,133)

Color info

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

RGB color model

#3F4785 color RGB value is (63,71,133).

RGB: (63,71,133) (25%, 28%, 52%)

RGB channels and saturation

R 63 of 255 = 25%
G 71 of 255 = 28%
B 133 of 255 = 52%

63
71
133

R + G + B ~ 35%. #3F4785 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 71 + 133 = 267 (100%)
R 63 of 267 ~ 23.6%
G 71 of 267 ~ 26.59%
B 133 of 267 ~ 49.81'%

%23.6
%26.59
%49.81

CMYK color model

#3F4785 color CMYK value is (53,47,0,48).

  • cyan value is 52.63%
  • magenta value is 46.62%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (53,47,0,48)
C53M47Y0K48 (53%, 47%, 0%, 48%)
(0.53 / 0.47 / 0.00 / 0.48)

CMYK percentages

%52.63
%46.62
%0
%47.84

Codes

Color #3F4785 in popluar color models

3F 47 85
RGB 63 71 133
HSL 233° 35.71% 38.43%
HSB/HSV 233° 52.63% 52.16%
CMYK 52.63% 46.62% 0.00%
47.84%

Color #3F4785 in popluar number systems.

HEX 3F 47 85
Decimal 63 71 133
Binary 111111 1000111 10000101
Octal 77 107 205

Shades and tints

Shades of #3F4785

#3F4785
(63,71,133)
#3A4179
(58,65,121)
#353B6D
(53,59,109)
#303561
(48,53,97)
#2B2F55
(43,47,85)
#262949
(38,41,73)
#21233D
(33,35,61)
#1C1D31
(28,29,49)
#171725
(23,23,37)
#121119
(18,17,25)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #3F4785

#3F4785
(63,71,133)
#505790
(80,87,144)
#61679B
(97,103,155)
#7277A6
(114,119,166)
#8387B1
(131,135,177)
#9497BC
(148,151,188)
#A5A7C7
(165,167,199)
#B6B7D2
(182,183,210)
#C7C7DD
(199,199,221)
#D8D7E8
(216,215,232)
#E9E7F3
(233,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4785 color. Also use rgb(63,71,133) instead hex code.

Text Font Color

.myTextColor { color: #3F4785; }

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

This text font color is #3F4785.

Background Color

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

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

This div background color is #3F4785.

Border color

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

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

This div border color is #3F4785.

Opacity

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

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

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

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

This text has shadow with #3F4785 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4785.

Preview

Color preview on black background

This text has color #3F4785 on black background.


Color preview on white background

This text has color #3F4785 on white background.


Black color preview on #3F4785 background

This text has black color on #3F4785 background.


White color preview on #3F4785 background

This text has white color on #3F4785 background.


Related colors

Complementary color

Complementary color for #hex is #C0B87A.


I love getcolorcode.com

Triadic colors

1 #853F47 and #47853F with #3F4785 are triadic colors.

2 #85473F and #473F85 with #3F4785 are triadic colors.