COLOR #3F659B

HEX: #3F659B
RGB: (63,101,155)

Color info

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

RGB color model

#3F659B color RGB value is (63,101,155).

  • red value is 63;
  • green value is 101;
  • blue value is 155.
RGB:
(63,101,155)
(25%,40%,61%)

RGB channels and saturation

R 63 of 255 = 25%
G 101 of 255 = 40%
B 155 of 255 = 61%

63
101
155

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

Portions of RGB colors in percentages

R + G + B =
63 + 101 + 155 = 319 (100%)
R 63 of 319 ~ 19.75%
G 101 of 319 ~ 31.66%
B 155 of 319 ~ 48.59%

%19.75
%31.66
%48.59

CMYK color model

#3F659B color CMYK value is (59,35,0,39).

  • cyan value is 59.35%
  • magenta value is 34.84%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(59,35,0,39)
C59M35Y0K39 
(59%,35%,0%,39%)
(0.59/0.35/0.00/0.39)	

CMYK percentages

%59.35
%34.84
%0
%39.22

Codes

Color #3F659B in popluar color models

3F659B
RGB63101155
HSL215°42.20%42.75%
HSB/HSV215°59.35%60.78%
CMYK59.35%34.84%0.00%
39.22%

Color #3F659B in popluar number systems.

HEX3F659B
Decimal63101155
Binary111111110010110011011
Octal77145233

Shades and tints

Shades of #3F659B

#3F659B
(63,101,155)
#3A5C8D
(58,92,141)
#35537F
(53,83,127)
#304A71
(48,74,113)
#2B4163
(43,65,99)
#263855
(38,56,85)
#212F47
(33,47,71)
#1C2639
(28,38,57)
#171D2B
(23,29,43)
#12141D
(18,20,29)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #3F659B

#3F659B
(63,101,155)
#5073A4
(80,115,164)
#6181AD
(97,129,173)
#728FB6
(114,143,182)
#839DBF
(131,157,191)
#94ABC8
(148,171,200)
#A5B9D1
(165,185,209)
#B6C7DA
(182,199,218)
#C7D5E3
(199,213,227)
#D8E3EC
(216,227,236)
#E9F1F5
(233,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F659B color. Also use rgb(63,101,155) instead hex code.

Text Font Color

.myTextColor { color: #3F659B; }

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

This text font color is #3F659B.


Background Color

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

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

This div background color is #3F659B.


Border color

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

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

This div border color is #3F659B.


Opacity

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

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

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

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

This text has shadow with #3F659B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F659B on black background.


Color preview on white background

This text has color #3F659B on white background.



Black color preview on #3F659B background

This text has black color on #3F659B background.


White color preview on #3F659B background

This text has white color on #3F659B background.