COLOR #3F5281

HEX: #3F5281
RGB: (63,82,129)

Color info

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

RGB color model

#3F5281 color RGB value is (63,82,129).

  • red value is 63;
  • green value is 82;
  • blue value is 129.
RGB:
(63,82,129)
(25%,32%,51%)

RGB channels and saturation

R 63 of 255 = 25%
G 82 of 255 = 32%
B 129 of 255 = 51%

63
82
129

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

Portions of RGB colors in percentages

R + G + B =
63 + 82 + 129 = 274 (100%)
R 63 of 274 ~ 22.99%
G 82 of 274 ~ 29.93%
B 129 of 274 ~ 47.08%

%22.99
%29.93
%47.08

CMYK color model

#3F5281 color CMYK value is (51,36,0,49).

  • cyan value is 51.16%
  • magenta value is 36.43%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(51,36,0,49)
C51M36Y0K49 
(51%,36%,0%,49%)
(0.51/0.36/0.00/0.49)	

CMYK percentages

%51.16
%36.43
%0
%49.41

Codes

Color #3F5281 in popluar color models

3F5281
RGB6382129
HSL223°34.38%37.65%
HSB/HSV223°51.16%50.59%
CMYK51.16%36.43%0.00%
49.41%

Color #3F5281 in popluar number systems.

HEX3F5281
Decimal6382129
Binary111111101001010000001
Octal77122201

Shades and tints

Shades of #3F5281

#3F5281
(63,82,129)
#3A4B76
(58,75,118)
#35446B
(53,68,107)
#303D60
(48,61,96)
#2B3655
(43,54,85)
#262F4A
(38,47,74)
#21283F
(33,40,63)
#1C2134
(28,33,52)
#171A29
(23,26,41)
#12131E
(18,19,30)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #3F5281

#3F5281
(63,82,129)
#50618C
(80,97,140)
#617097
(97,112,151)
#727FA2
(114,127,162)
#838EAD
(131,142,173)
#949DB8
(148,157,184)
#A5ACC3
(165,172,195)
#B6BBCE
(182,187,206)
#C7CAD9
(199,202,217)
#D8D9E4
(216,217,228)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5281 color. Also use rgb(63,82,129) instead hex code.

Text Font Color

.myTextColor { color: #3F5281; }

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

This text font color is #3F5281.


Background Color

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

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

This div background color is #3F5281.


Border color

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

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

This div border color is #3F5281.


Opacity

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

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

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

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

This text has shadow with #3F5281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5281 on black background.


Color preview on white background

This text has color #3F5281 on white background.



Black color preview on #3F5281 background

This text has black color on #3F5281 background.


White color preview on #3F5281 background

This text has white color on #3F5281 background.