COLOR #3F5480

HEX: #3F5480 RGB: (63,84,128)

Color info

#3F5480 contains mainly green and blue colors. Web safe color of #3F5480 is #336666 (or #366).

RGB color model

#3F5480 color RGB value is (63,84,128).

RGB: (63,84,128) (25%, 33%, 50%)

RGB channels and saturation

R 63 of 255 = 25%
G 84 of 255 = 33%
B 128 of 255 = 50%

63
84
128

R + G + B ~ 36%. #3F5480 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 84 + 128 = 275 (100%)
R 63 of 275 ~ 22.91%
G 84 of 275 ~ 30.55%
B 128 of 275 ~ 46.55'%

%22.91
%30.55
%46.55

CMYK color model

#3F5480 color CMYK value is (51,34,0,50).

  • cyan value is 50.78%
  • magenta value is 34.38%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (51,34,0,50)
C51M34Y0K50 (51%, 34%, 0%, 50%)
(0.51 / 0.34 / 0.00 / 0.50)

CMYK percentages

%50.78
%34.38
%0
%49.8

Codes

Color #3F5480 in popluar color models

3F 54 80
RGB 63 84 128
HSL 221° 34.03% 37.45%
HSB/HSV 221° 50.78% 50.20%
CMYK 50.78% 34.38% 0.00%
49.80%

Color #3F5480 in popluar number systems.

HEX 3F 54 80
Decimal 63 84 128
Binary 111111 1010100 10000000
Octal 77 124 200

Shades and tints

Shades of #3F5480

#3F5480
(63,84,128)
#3A4D75
(58,77,117)
#35466A
(53,70,106)
#303F5F
(48,63,95)
#2B3854
(43,56,84)
#263149
(38,49,73)
#212A3E
(33,42,62)
#1C2333
(28,35,51)
#171C28
(23,28,40)
#12151D
(18,21,29)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #3F5480

#3F5480
(63,84,128)
#50638B
(80,99,139)
#617296
(97,114,150)
#7281A1
(114,129,161)
#8390AC
(131,144,172)
#949FB7
(148,159,183)
#A5AEC2
(165,174,194)
#B6BDCD
(182,189,205)
#C7CCD8
(199,204,216)
#D8DBE3
(216,219,227)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5480; }

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

This text font color is #3F5480.

Background Color

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

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

This div background color is #3F5480.

Border color

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

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

This div border color is #3F5480.

Opacity

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

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

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

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

This text has shadow with #3F5480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5480.

Preview

Color preview on black background

This text has color #3F5480 on black background.


Color preview on white background

This text has color #3F5480 on white background.


Black color preview on #3F5480 background

This text has black color on #3F5480 background.


White color preview on #3F5480 background

This text has white color on #3F5480 background.


Related colors

Complementary color

Complementary color for #hex is #C0AB7F.


I love getcolorcode.com

Triadic colors

1 #803F54 and #54803F with #3F5480 are triadic colors.

2 #80543F and #543F80 with #3F5480 are triadic colors.