COLOR #3F4C9E

HEX: #3F4C9E
RGB: (63,76,158)

Color info

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

RGB color model

#3F4C9E color RGB value is (63,76,158).

  • red value is 63;
  • green value is 76;
  • blue value is 158.
RGB:
(63,76,158)
(25%,30%,62%)

RGB channels and saturation

R 63 of 255 = 25%
G 76 of 255 = 30%
B 158 of 255 = 62%

63
76
158

R + G + B ~ 39%. #3F4C9E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 76 + 158 = 297 (100%)
R 63 of 297 ~ 21.21%
G 76 of 297 ~ 25.59%
B 158 of 297 ~ 53.2%

%21.21
%25.59
%53.2

CMYK color model

#3F4C9E color CMYK value is (60,52,0,38).

  • cyan value is 60.13%
  • magenta value is 51.90%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(60,52,0,38)
C60M52Y0K38 
(60%,52%,0%,38%)
(0.60/0.52/0.00/0.38)	

CMYK percentages

%60.13
%51.9
%0
%38.04

Codes

Color #3F4C9E in popluar color models

3F4C9E
RGB6376158
HSL232°42.99%43.33%
HSB/HSV232°60.13%61.96%
CMYK60.13%51.90%0.00%
38.04%

Color #3F4C9E in popluar number systems.

HEX3F4C9E
Decimal6376158
Binary111111100110010011110
Octal77114236

Shades and tints

Shades of #3F4C9E

#3F4C9E
(63,76,158)
#3A4690
(58,70,144)
#354082
(53,64,130)
#303A74
(48,58,116)
#2B3466
(43,52,102)
#262E58
(38,46,88)
#21284A
(33,40,74)
#1C223C
(28,34,60)
#171C2E
(23,28,46)
#121620
(18,22,32)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #3F4C9E

#3F4C9E
(63,76,158)
#505CA6
(80,92,166)
#616CAE
(97,108,174)
#727CB6
(114,124,182)
#838CBE
(131,140,190)
#949CC6
(148,156,198)
#A5ACCE
(165,172,206)
#B6BCD6
(182,188,214)
#C7CCDE
(199,204,222)
#D8DCE6
(216,220,230)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4C9E color. Also use rgb(63,76,158) instead hex code.

Text Font Color

.myTextColor { color: #3F4C9E; }

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

This text font color is #3F4C9E.


Background Color

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

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

This div background color is #3F4C9E.


Border color

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

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

This div border color is #3F4C9E.


Opacity

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

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

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

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

This text has shadow with #3F4C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4C9E on black background.


Color preview on white background

This text has color #3F4C9E on white background.



Black color preview on #3F4C9E background

This text has black color on #3F4C9E background.


White color preview on #3F4C9E background

This text has white color on #3F4C9E background.