COLOR #3F357A

HEX: #3F357A
RGB: (63,53,122)

Color info

#3F357A contains mainly red and blue colors. Web safe color of #3F357A is #333366 (or #336).

RGB color model

#3F357A color RGB value is (63,53,122).

  • red value is 63;
  • green value is 53;
  • blue value is 122.
RGB:
(63,53,122)
(25%,21%,48%)

RGB channels and saturation

R 63 of 255 = 25%
G 53 of 255 = 21%
B 122 of 255 = 48%

63
53
122

R + G + B ~ 31%. #3F357A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 53 + 122 = 238 (100%)
R 63 of 238 ~ 26.47%
G 53 of 238 ~ 22.27%
B 122 of 238 ~ 51.26%

%26.47
%22.27
%51.26

CMYK color model

#3F357A color CMYK value is (48,57,0,52).

  • cyan value is 48.36%
  • magenta value is 56.56%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(48,57,0,52)
C48M57Y0K52 
(48%,57%,0%,52%)
(0.48/0.57/0.00/0.52)	

CMYK percentages

%48.36
%56.56
%0
%52.16

Codes

Color #3F357A in popluar color models

3F357A
RGB6353122
HSL249°39.43%34.31%
HSB/HSV249°56.56%47.84%
CMYK48.36%56.56%0.00%
52.16%

Color #3F357A in popluar number systems.

HEX3F357A
Decimal6353122
Binary1111111101011111010
Octal7765172

Shades and tints

Shades of #3F357A

#3F357A
(63,53,122)
#3A316F
(58,49,111)
#352D64
(53,45,100)
#302959
(48,41,89)
#2B254E
(43,37,78)
#262143
(38,33,67)
#211D38
(33,29,56)
#1C192D
(28,25,45)
#171522
(23,21,34)
#121117
(18,17,23)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #3F357A

#3F357A
(63,53,122)
#504786
(80,71,134)
#615992
(97,89,146)
#726B9E
(114,107,158)
#837DAA
(131,125,170)
#948FB6
(148,143,182)
#A5A1C2
(165,161,194)
#B6B3CE
(182,179,206)
#C7C5DA
(199,197,218)
#D8D7E6
(216,215,230)
#E9E9F2
(233,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F357A color. Also use rgb(63,53,122) instead hex code.

Text Font Color

.myTextColor { color: #3F357A; }

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

This text font color is #3F357A.


Background Color

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

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

This div background color is #3F357A.


Border color

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

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

This div border color is #3F357A.


Opacity

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

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

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

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

This text has shadow with #3F357A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F357A on black background.


Color preview on white background

This text has color #3F357A on white background.



Black color preview on #3F357A background

This text has black color on #3F357A background.


White color preview on #3F357A background

This text has white color on #3F357A background.