COLOR #3F409C

HEX: #3F409C
RGB: (63,64,156)

Color info

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

RGB color model

#3F409C color RGB value is (63,64,156).

  • red value is 63;
  • green value is 64;
  • blue value is 156.
RGB:
(63,64,156)
(25%,25%,61%)

RGB channels and saturation

R 63 of 255 = 25%
G 64 of 255 = 25%
B 156 of 255 = 61%

63
64
156

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

Portions of RGB colors in percentages

R + G + B =
63 + 64 + 156 = 283 (100%)
R 63 of 283 ~ 22.26%
G 64 of 283 ~ 22.61%
B 156 of 283 ~ 55.12%

%22.26
%22.61
%55.12

CMYK color model

#3F409C color CMYK value is (60,59,0,39).

  • cyan value is 59.62%
  • magenta value is 58.97%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(60,59,0,39)
C60M59Y0K39 
(60%,59%,0%,39%)
(0.60/0.59/0.00/0.39)	

CMYK percentages

%59.62
%58.97
%0
%38.82

Codes

Color #3F409C in popluar color models

3F409C
RGB6364156
HSL239°42.47%42.94%
HSB/HSV239°59.62%61.18%
CMYK59.62%58.97%0.00%
38.82%

Color #3F409C in popluar number systems.

HEX3F409C
Decimal6364156
Binary111111100000010011100
Octal77100234

Shades and tints

Shades of #3F409C

#3F409C
(63,64,156)
#3A3B8E
(58,59,142)
#353680
(53,54,128)
#303172
(48,49,114)
#2B2C64
(43,44,100)
#262756
(38,39,86)
#212248
(33,34,72)
#1C1D3A
(28,29,58)
#17182C
(23,24,44)
#12131E
(18,19,30)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #3F409C

#3F409C
(63,64,156)
#5051A5
(80,81,165)
#6162AE
(97,98,174)
#7273B7
(114,115,183)
#8384C0
(131,132,192)
#9495C9
(148,149,201)
#A5A6D2
(165,166,210)
#B6B7DB
(182,183,219)
#C7C8E4
(199,200,228)
#D8D9ED
(216,217,237)
#E9EAF6
(233,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F409C color. Also use rgb(63,64,156) instead hex code.

Text Font Color

.myTextColor { color: #3F409C; }

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

This text font color is #3F409C.


Background Color

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

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

This div background color is #3F409C.


Border color

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

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

This div border color is #3F409C.


Opacity

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

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

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

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

This text has shadow with #3F409C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F409C on black background.


Color preview on white background

This text has color #3F409C on white background.



Black color preview on #3F409C background

This text has black color on #3F409C background.


White color preview on #3F409C background

This text has white color on #3F409C background.