COLOR #3F5F90

HEX: #3F5F90
RGB: (63,95,144)

Color info

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

RGB color model

#3F5F90 color RGB value is (63,95,144).

  • red value is 63;
  • green value is 95;
  • blue value is 144.
RGB:
(63,95,144)
(25%,37%,56%)

RGB channels and saturation

R 63 of 255 = 25%
G 95 of 255 = 37%
B 144 of 255 = 56%

63
95
144

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

Portions of RGB colors in percentages

R + G + B =
63 + 95 + 144 = 302 (100%)
R 63 of 302 ~ 20.86%
G 95 of 302 ~ 31.46%
B 144 of 302 ~ 47.68%

%20.86
%31.46
%47.68

CMYK color model

#3F5F90 color CMYK value is (56,34,0,44).

  • cyan value is 56.25%
  • magenta value is 34.03%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(56,34,0,44)
C56M34Y0K44 
(56%,34%,0%,44%)
(0.56/0.34/0.00/0.44)	

CMYK percentages

%56.25
%34.03
%0
%43.53

Codes

Color #3F5F90 in popluar color models

3F5F90
RGB6395144
HSL216°39.13%40.59%
HSB/HSV216°56.25%56.47%
CMYK56.25%34.03%0.00%
43.53%

Color #3F5F90 in popluar number systems.

HEX3F5F90
Decimal6395144
Binary111111101111110010000
Octal77137220

Shades and tints

Shades of #3F5F90

#3F5F90
(63,95,144)
#3A5783
(58,87,131)
#354F76
(53,79,118)
#304769
(48,71,105)
#2B3F5C
(43,63,92)
#26374F
(38,55,79)
#212F42
(33,47,66)
#1C2735
(28,39,53)
#171F28
(23,31,40)
#12171B
(18,23,27)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #3F5F90

#3F5F90
(63,95,144)
#506D9A
(80,109,154)
#617BA4
(97,123,164)
#7289AE
(114,137,174)
#8397B8
(131,151,184)
#94A5C2
(148,165,194)
#A5B3CC
(165,179,204)
#B6C1D6
(182,193,214)
#C7CFE0
(199,207,224)
#D8DDEA
(216,221,234)
#E9EBF4
(233,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5F90 color. Also use rgb(63,95,144) instead hex code.

Text Font Color

.myTextColor { color: #3F5F90; }

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

This text font color is #3F5F90.


Background Color

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

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

This div background color is #3F5F90.


Border color

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

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

This div border color is #3F5F90.


Opacity

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

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

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

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

This text has shadow with #3F5F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5F90 on black background.


Color preview on white background

This text has color #3F5F90 on white background.



Black color preview on #3F5F90 background

This text has black color on #3F5F90 background.


White color preview on #3F5F90 background

This text has white color on #3F5F90 background.