COLOR #3F4597

HEX: #3F4597
RGB: (63,69,151)

Color info

#3F4597 contains mainly blue color. Web safe color of #3F4597 is #333399 (or #339).

RGB color model

#3F4597 color RGB value is (63,69,151).

  • red value is 63;
  • green value is 69;
  • blue value is 151.
RGB:
(63,69,151)
(25%,27%,59%)

RGB channels and saturation

R 63 of 255 = 25%
G 69 of 255 = 27%
B 151 of 255 = 59%

63
69
151

R + G + B ~ 37%. #3F4597 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 69 + 151 = 283 (100%)
R 63 of 283 ~ 22.26%
G 69 of 283 ~ 24.38%
B 151 of 283 ~ 53.36%

%22.26
%24.38
%53.36

CMYK color model

#3F4597 color CMYK value is (58,54,0,41).

  • cyan value is 58.28%
  • magenta value is 54.30%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(58,54,0,41)
C58M54Y0K41 
(58%,54%,0%,41%)
(0.58/0.54/0.00/0.41)	

CMYK percentages

%58.28
%54.3
%0
%40.78

Codes

Color #3F4597 in popluar color models

3F4597
RGB6369151
HSL236°41.12%41.96%
HSB/HSV236°58.28%59.22%
CMYK58.28%54.30%0.00%
40.78%

Color #3F4597 in popluar number systems.

HEX3F4597
Decimal6369151
Binary111111100010110010111
Octal77105227

Shades and tints

Shades of #3F4597

#3F4597
(63,69,151)
#3A3F8A
(58,63,138)
#35397D
(53,57,125)
#303370
(48,51,112)
#2B2D63
(43,45,99)
#262756
(38,39,86)
#212149
(33,33,73)
#1C1B3C
(28,27,60)
#17152F
(23,21,47)
#120F22
(18,15,34)
#0D0915
(13,9,21)
#000000
(0,0,0)

Tints of #3F4597

#3F4597
(63,69,151)
#5055A0
(80,85,160)
#6165A9
(97,101,169)
#7275B2
(114,117,178)
#8385BB
(131,133,187)
#9495C4
(148,149,196)
#A5A5CD
(165,165,205)
#B6B5D6
(182,181,214)
#C7C5DF
(199,197,223)
#D8D5E8
(216,213,232)
#E9E5F1
(233,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4597 color. Also use rgb(63,69,151) instead hex code.

Text Font Color

.myTextColor { color: #3F4597; }

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

This text font color is #3F4597.


Background Color

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

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

This div background color is #3F4597.


Border color

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

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

This div border color is #3F4597.


Opacity

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

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

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

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

This text has shadow with #3F4597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4597 on black background.


Color preview on white background

This text has color #3F4597 on white background.



Black color preview on #3F4597 background

This text has black color on #3F4597 background.


White color preview on #3F4597 background

This text has white color on #3F4597 background.