COLOR #3F6487

HEX: #3F6487 RGB: (63,100,135)

Color info

#3F6487 contains mainly green and blue colors. Web safe color of #3F6487 is #336699 (or #369).

RGB color model

#3F6487 color RGB value is (63,100,135).

RGB: (63,100,135) (25%, 39%, 53%)

RGB channels and saturation

R 63 of 255 = 25%
G 100 of 255 = 39%
B 135 of 255 = 53%

63
100
135

R + G + B ~ 39%. #3F6487 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 100 + 135 = 298 (100%)
R 63 of 298 ~ 21.14%
G 100 of 298 ~ 33.56%
B 135 of 298 ~ 45.3'%

%21.14
%33.56
%45.3

CMYK color model

#3F6487 color CMYK value is (53,26,0,47).

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

CMYK: (53,26,0,47)
C53M26Y0K47 (53%, 26%, 0%, 47%)
(0.53 / 0.26 / 0.00 / 0.47)

CMYK percentages

%53.33
%25.93
%0
%47.06

Codes

Color #3F6487 in popluar color models

3F 64 87
RGB 63 100 135
HSL 209° 36.36% 38.82%
HSB/HSV 209° 53.33% 52.94%
CMYK 53.33% 25.93% 0.00%
47.06%

Color #3F6487 in popluar number systems.

HEX 3F 64 87
Decimal 63 100 135
Binary 111111 1100100 10000111
Octal 77 144 207

Shades and tints

Shades of #3F6487

#3F6487
(63,100,135)
#3A5B7B
(58,91,123)
#35526F
(53,82,111)
#304963
(48,73,99)
#2B4057
(43,64,87)
#26374B
(38,55,75)
#212E3F
(33,46,63)
#1C2533
(28,37,51)
#171C27
(23,28,39)
#12131B
(18,19,27)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #3F6487

#3F6487
(63,100,135)
#507291
(80,114,145)
#61809B
(97,128,155)
#728EA5
(114,142,165)
#839CAF
(131,156,175)
#94AAB9
(148,170,185)
#A5B8C3
(165,184,195)
#B6C6CD
(182,198,205)
#C7D4D7
(199,212,215)
#D8E2E1
(216,226,225)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6487; }

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

This text font color is #3F6487.

Background Color

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

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

This div background color is #3F6487.

Border color

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

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

This div border color is #3F6487.

Opacity

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

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

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

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

This text has shadow with #3F6487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6487.

Preview

Color preview on black background

This text has color #3F6487 on black background.


Color preview on white background

This text has color #3F6487 on white background.


Black color preview on #3F6487 background

This text has black color on #3F6487 background.


White color preview on #3F6487 background

This text has white color on #3F6487 background.


Related colors

Complementary color

Complementary color for #hex is #C09B78.


I love getcolorcode.com

Triadic colors

1 #873F64 and #64873F with #3F6487 are triadic colors.

2 #87643F and #643F87 with #3F6487 are triadic colors.