COLOR #3F5899

HEX: #3F5899
RGB: (63,88,153)

Color info

#3F5899 contains mainly blue color. Web safe color of #3F5899 is #336699 (or #369).

RGB color model

#3F5899 color RGB value is (63,88,153).

  • red value is 63;
  • green value is 88;
  • blue value is 153.
RGB:
(63,88,153)
(25%,35%,60%)

RGB channels and saturation

R 63 of 255 = 25%
G 88 of 255 = 35%
B 153 of 255 = 60%

63
88
153

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

Portions of RGB colors in percentages

R + G + B =
63 + 88 + 153 = 304 (100%)
R 63 of 304 ~ 20.72%
G 88 of 304 ~ 28.95%
B 153 of 304 ~ 50.33%

%20.72
%28.95
%50.33

CMYK color model

#3F5899 color CMYK value is (59,42,0,40).

  • cyan value is 58.82%
  • magenta value is 42.48%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(59,42,0,40)
C59M42Y0K40 
(59%,42%,0%,40%)
(0.59/0.42/0.00/0.40)	

CMYK percentages

%58.82
%42.48
%0
%40

Codes

Color #3F5899 in popluar color models

3F5899
RGB6388153
HSL223°41.67%42.35%
HSB/HSV223°58.82%60.00%
CMYK58.82%42.48%0.00%
40.00%

Color #3F5899 in popluar number systems.

HEX3F5899
Decimal6388153
Binary111111101100010011001
Octal77130231

Shades and tints

Shades of #3F5899

#3F5899
(63,88,153)
#3A508C
(58,80,140)
#35487F
(53,72,127)
#304072
(48,64,114)
#2B3865
(43,56,101)
#263058
(38,48,88)
#21284B
(33,40,75)
#1C203E
(28,32,62)
#171831
(23,24,49)
#121024
(18,16,36)
#0D0817
(13,8,23)
#000000
(0,0,0)

Tints of #3F5899

#3F5899
(63,88,153)
#5067A2
(80,103,162)
#6176AB
(97,118,171)
#7285B4
(114,133,180)
#8394BD
(131,148,189)
#94A3C6
(148,163,198)
#A5B2CF
(165,178,207)
#B6C1D8
(182,193,216)
#C7D0E1
(199,208,225)
#D8DFEA
(216,223,234)
#E9EEF3
(233,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5899 color. Also use rgb(63,88,153) instead hex code.

Text Font Color

.myTextColor { color: #3F5899; }

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

This text font color is #3F5899.


Background Color

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

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

This div background color is #3F5899.


Border color

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

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

This div border color is #3F5899.


Opacity

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

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

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

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

This text has shadow with #3F5899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5899 on black background.


Color preview on white background

This text has color #3F5899 on white background.



Black color preview on #3F5899 background

This text has black color on #3F5899 background.


White color preview on #3F5899 background

This text has white color on #3F5899 background.