COLOR #3F5F8B

HEX: #3F5F8B
RGB: (63,95,139)

Color info

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

RGB color model

#3F5F8B color RGB value is (63,95,139).

  • red value is 63;
  • green value is 95;
  • blue value is 139.
RGB:
(63,95,139)
(25%,37%,55%)

RGB channels and saturation

R 63 of 255 = 25%
G 95 of 255 = 37%
B 139 of 255 = 55%

63
95
139

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

Portions of RGB colors in percentages

R + G + B =
63 + 95 + 139 = 297 (100%)
R 63 of 297 ~ 21.21%
G 95 of 297 ~ 31.99%
B 139 of 297 ~ 46.8%

%21.21
%31.99
%46.8

CMYK color model

#3F5F8B color CMYK value is (55,32,0,45).

  • cyan value is 54.68%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(55,32,0,45)
C55M32Y0K45 
(55%,32%,0%,45%)
(0.55/0.32/0.00/0.45)	

CMYK percentages

%54.68
%31.65
%0
%45.49

Codes

Color #3F5F8B in popluar color models

3F5F8B
RGB6395139
HSL215°37.62%39.61%
HSB/HSV215°54.68%54.51%
CMYK54.68%31.65%0.00%
45.49%

Color #3F5F8B in popluar number systems.

HEX3F5F8B
Decimal6395139
Binary111111101111110001011
Octal77137213

Shades and tints

Shades of #3F5F8B

#3F5F8B
(63,95,139)
#3A577F
(58,87,127)
#354F73
(53,79,115)
#304767
(48,71,103)
#2B3F5B
(43,63,91)
#26374F
(38,55,79)
#212F43
(33,47,67)
#1C2737
(28,39,55)
#171F2B
(23,31,43)
#12171F
(18,23,31)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #3F5F8B

#3F5F8B
(63,95,139)
#506D95
(80,109,149)
#617B9F
(97,123,159)
#7289A9
(114,137,169)
#8397B3
(131,151,179)
#94A5BD
(148,165,189)
#A5B3C7
(165,179,199)
#B6C1D1
(182,193,209)
#C7CFDB
(199,207,219)
#D8DDE5
(216,221,229)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5F8B color. Also use rgb(63,95,139) instead hex code.

Text Font Color

.myTextColor { color: #3F5F8B; }

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

This text font color is #3F5F8B.


Background Color

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

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

This div background color is #3F5F8B.


Border color

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

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

This div border color is #3F5F8B.


Opacity

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

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

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

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

This text has shadow with #3F5F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5F8B on black background.


Color preview on white background

This text has color #3F5F8B on white background.



Black color preview on #3F5F8B background

This text has black color on #3F5F8B background.


White color preview on #3F5F8B background

This text has white color on #3F5F8B background.