COLOR #3F6689

HEX: #3F6689 RGB: (63,102,137)

Color info

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

RGB color model

#3F6689 color RGB value is (63,102,137).

RGB: (63,102,137) (25%, 40%, 54%)

RGB channels and saturation

R 63 of 255 = 25%
G 102 of 255 = 40%
B 137 of 255 = 54%

63
102
137

R + G + B ~ 40%. #3F6689 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 63 + 102 + 137 = 302 (100%)
R 63 of 302 ~ 20.86%
G 102 of 302 ~ 33.77%
B 137 of 302 ~ 45.36'%

%20.86
%33.77
%45.36

CMYK color model

#3F6689 color CMYK value is (54,26,0,46).

  • cyan value is 54.01%
  • magenta value is 25.55%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (54,26,0,46)
C54M26Y0K46 (54%, 26%, 0%, 46%)
(0.54 / 0.26 / 0.00 / 0.46)

CMYK percentages

%54.01
%25.55
%0
%46.27

Codes

Color #3F6689 in popluar color models

3F 66 89
RGB 63 102 137
HSL 208° 37.00% 39.22%
HSB/HSV 208° 54.01% 53.73%
CMYK 54.01% 25.55% 0.00%
46.27%

Color #3F6689 in popluar number systems.

HEX 3F 66 89
Decimal 63 102 137
Binary 111111 1100110 10001001
Octal 77 146 211

Shades and tints

Shades of #3F6689

#3F6689
(63,102,137)
#3A5D7D
(58,93,125)
#355471
(53,84,113)
#304B65
(48,75,101)
#2B4259
(43,66,89)
#26394D
(38,57,77)
#213041
(33,48,65)
#1C2735
(28,39,53)
#171E29
(23,30,41)
#12151D
(18,21,29)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #3F6689

#3F6689
(63,102,137)
#507393
(80,115,147)
#61809D
(97,128,157)
#728DA7
(114,141,167)
#839AB1
(131,154,177)
#94A7BB
(148,167,187)
#A5B4C5
(165,180,197)
#B6C1CF
(182,193,207)
#C7CED9
(199,206,217)
#D8DBE3
(216,219,227)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6689 color. Also use rgb(63,102,137) instead hex code.

Text Font Color

.myTextColor { color: #3F6689; }

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

This text font color is #3F6689.

Background Color

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

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

This div background color is #3F6689.

Border color

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

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

This div border color is #3F6689.

Opacity

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

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

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

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

This text has shadow with #3F6689 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6689.

Preview

Color preview on black background

This text has color #3F6689 on black background.


Color preview on white background

This text has color #3F6689 on white background.


Black color preview on #3F6689 background

This text has black color on #3F6689 background.


White color preview on #3F6689 background

This text has white color on #3F6689 background.


Related colors

Complementary color

Complementary color for #hex is #C09976.


I love getcolorcode.com

Triadic colors

1 #893F66 and #66893F with #3F6689 are triadic colors.

2 #89663F and #663F89 with #3F6689 are triadic colors.