COLOR #3F5485

HEX: #3F5485
RGB: (63,84,133)

Color info

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

RGB color model

#3F5485 color RGB value is (63,84,133).

  • red value is 63;
  • green value is 84;
  • blue value is 133.
RGB:
(63,84,133)
(25%,33%,52%)

RGB channels and saturation

R 63 of 255 = 25%
G 84 of 255 = 33%
B 133 of 255 = 52%

63
84
133

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

Portions of RGB colors in percentages

R + G + B =
63 + 84 + 133 = 280 (100%)
R 63 of 280 ~ 22.5%
G 84 of 280 ~ 30%
B 133 of 280 ~ 47.5%

%22.5
%30
%47.5

CMYK color model

#3F5485 color CMYK value is (53,37,0,48).

  • cyan value is 52.63%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(53,37,0,48)
C53M37Y0K48 
(53%,37%,0%,48%)
(0.53/0.37/0.00/0.48)	

CMYK percentages

%52.63
%36.84
%0
%47.84

Codes

Color #3F5485 in popluar color models

3F5485
RGB6384133
HSL222°35.71%38.43%
HSB/HSV222°52.63%52.16%
CMYK52.63%36.84%0.00%
47.84%

Color #3F5485 in popluar number systems.

HEX3F5485
Decimal6384133
Binary111111101010010000101
Octal77124205

Shades and tints

Shades of #3F5485

#3F5485
(63,84,133)
#3A4D79
(58,77,121)
#35466D
(53,70,109)
#303F61
(48,63,97)
#2B3855
(43,56,85)
#263149
(38,49,73)
#212A3D
(33,42,61)
#1C2331
(28,35,49)
#171C25
(23,28,37)
#121519
(18,21,25)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #3F5485

#3F5485
(63,84,133)
#506390
(80,99,144)
#61729B
(97,114,155)
#7281A6
(114,129,166)
#8390B1
(131,144,177)
#949FBC
(148,159,188)
#A5AEC7
(165,174,199)
#B6BDD2
(182,189,210)
#C7CCDD
(199,204,221)
#D8DBE8
(216,219,232)
#E9EAF3
(233,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5485 color. Also use rgb(63,84,133) instead hex code.

Text Font Color

.myTextColor { color: #3F5485; }

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

This text font color is #3F5485.


Background Color

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

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

This div background color is #3F5485.


Border color

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

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

This div border color is #3F5485.


Opacity

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

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

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

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

This text has shadow with #3F5485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5485 on black background.


Color preview on white background

This text has color #3F5485 on white background.



Black color preview on #3F5485 background

This text has black color on #3F5485 background.


White color preview on #3F5485 background

This text has white color on #3F5485 background.