COLOR #3F367C

HEX: #3F367C
RGB: (63,54,124)

Color info

#3F367C contains mainly blue color. Web safe color of #3F367C is #333366 (or #336).

RGB color model

#3F367C color RGB value is (63,54,124).

  • red value is 63;
  • green value is 54;
  • blue value is 124.
RGB:
(63,54,124)
(25%,21%,49%)

RGB channels and saturation

R 63 of 255 = 25%
G 54 of 255 = 21%
B 124 of 255 = 49%

63
54
124

R + G + B ~ 32%. #3F367C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 54 + 124 = 241 (100%)
R 63 of 241 ~ 26.14%
G 54 of 241 ~ 22.41%
B 124 of 241 ~ 51.45%

%26.14
%22.41
%51.45

CMYK color model

#3F367C color CMYK value is (49,56,0,51).

  • cyan value is 49.19%
  • magenta value is 56.45%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(49,56,0,51)
C49M56Y0K51 
(49%,56%,0%,51%)
(0.49/0.56/0.00/0.51)	

CMYK percentages

%49.19
%56.45
%0
%51.37

Codes

Color #3F367C in popluar color models

3F367C
RGB6354124
HSL248°39.33%34.90%
HSB/HSV248°56.45%48.63%
CMYK49.19%56.45%0.00%
51.37%

Color #3F367C in popluar number systems.

HEX3F367C
Decimal6354124
Binary1111111101101111100
Octal7766174

Shades and tints

Shades of #3F367C

#3F367C
(63,54,124)
#3A3271
(58,50,113)
#352E66
(53,46,102)
#302A5B
(48,42,91)
#2B2650
(43,38,80)
#262245
(38,34,69)
#211E3A
(33,30,58)
#1C1A2F
(28,26,47)
#171624
(23,22,36)
#121219
(18,18,25)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #3F367C

#3F367C
(63,54,124)
#504887
(80,72,135)
#615A92
(97,90,146)
#726C9D
(114,108,157)
#837EA8
(131,126,168)
#9490B3
(148,144,179)
#A5A2BE
(165,162,190)
#B6B4C9
(182,180,201)
#C7C6D4
(199,198,212)
#D8D8DF
(216,216,223)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F367C color. Also use rgb(63,54,124) instead hex code.

Text Font Color

.myTextColor { color: #3F367C; }

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

This text font color is #3F367C.


Background Color

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

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

This div background color is #3F367C.


Border color

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

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

This div border color is #3F367C.


Opacity

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

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

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

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

This text has shadow with #3F367C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F367C on black background.


Color preview on white background

This text has color #3F367C on white background.



Black color preview on #3F367C background

This text has black color on #3F367C background.


White color preview on #3F367C background

This text has white color on #3F367C background.