COLOR #3F6F9A

HEX: #3F6F9A RGB: (63,111,154)

Color info

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

RGB color model

#3F6F9A color RGB value is (63,111,154).

RGB: (63,111,154) (25%, 44%, 60%)

RGB channels and saturation

R 63 of 255 = 25%
G 111 of 255 = 44%
B 154 of 255 = 60%

63
111
154

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

Portions of RGB colors in percentages

R + G + B = 63 + 111 + 154 = 328 (100%)
R 63 of 328 ~ 19.21%
G 111 of 328 ~ 33.84%
B 154 of 328 ~ 46.95'%

%19.21
%33.84
%46.95

CMYK color model

#3F6F9A color CMYK value is (59,28,0,40).

  • cyan value is 59.09%
  • magenta value is 27.92%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (59,28,0,40)
C59M28Y0K40 (59%, 28%, 0%, 40%)
(0.59 / 0.28 / 0.00 / 0.40)

CMYK percentages

%59.09
%27.92
%0
%39.61

Codes

Color #3F6F9A in popluar color models

3F 6F 9A
RGB 63 111 154
HSL 208° 41.94% 42.55%
HSB/HSV 208° 59.09% 60.39%
CMYK 59.09% 27.92% 0.00%
39.61%

Color #3F6F9A in popluar number systems.

HEX 3F 6F 9A
Decimal 63 111 154
Binary 111111 1101111 10011010
Octal 77 157 232

Shades and tints

Shades of #3F6F9A

#3F6F9A
(63,111,154)
#3A658C
(58,101,140)
#355B7E
(53,91,126)
#305170
(48,81,112)
#2B4762
(43,71,98)
#263D54
(38,61,84)
#213346
(33,51,70)
#1C2938
(28,41,56)
#171F2A
(23,31,42)
#12151C
(18,21,28)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #3F6F9A

#3F6F9A
(63,111,154)
#507CA3
(80,124,163)
#6189AC
(97,137,172)
#7296B5
(114,150,181)
#83A3BE
(131,163,190)
#94B0C7
(148,176,199)
#A5BDD0
(165,189,208)
#B6CAD9
(182,202,217)
#C7D7E2
(199,215,226)
#D8E4EB
(216,228,235)
#E9F1F4
(233,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6F9A color. Also use rgb(63,111,154) instead hex code.

Text Font Color

.myTextColor { color: #3F6F9A; }

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

This text font color is #3F6F9A.

Background Color

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

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

This div background color is #3F6F9A.

Border color

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

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

This div border color is #3F6F9A.

Opacity

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

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

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

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

This text has shadow with #3F6F9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6F9A.

Preview

Color preview on black background

This text has color #3F6F9A on black background.


Color preview on white background

This text has color #3F6F9A on white background.


Black color preview on #3F6F9A background

This text has black color on #3F6F9A background.


White color preview on #3F6F9A background

This text has white color on #3F6F9A background.


Related colors

Complementary color

Complementary color for #hex is #C09065.


I love getcolorcode.com

Triadic colors

1 #9A3F6F and #6F9A3F with #3F6F9A are triadic colors.

2 #9A6F3F and #6F3F9A with #3F6F9A are triadic colors.