COLOR #3F7390

HEX: #3F7390
RGB: (63,115,144)

Color info

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

RGB color model

#3F7390 color RGB value is (63,115,144).

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

RGB channels and saturation

R 63 of 255 = 25%
G 115 of 255 = 45%
B 144 of 255 = 56%

63
115
144

R + G + B ~ 42%. #3F7390 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
63 + 115 + 144 = 322 (100%)
R 63 of 322 ~ 19.57%
G 115 of 322 ~ 35.71%
B 144 of 322 ~ 44.72%

%19.57
%35.71
%44.72

CMYK color model

#3F7390 color CMYK value is (56,20,0,44).

  • cyan value is 56.25%
  • magenta value is 20.14%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(56,20,0,44)
C56M20Y0K44 
(56%,20%,0%,44%)
(0.56/0.20/0.00/0.44)	

CMYK percentages

%56.25
%20.14
%0
%43.53

Codes

Color #3F7390 in popluar color models

3F7390
RGB63115144
HSL201°39.13%40.59%
HSB/HSV201°56.25%56.47%
CMYK56.25%20.14%0.00%
43.53%

Color #3F7390 in popluar number systems.

HEX3F7390
Decimal63115144
Binary111111111001110010000
Octal77163220

Shades and tints

Shades of #3F7390

#3F7390
(63,115,144)
#3A6983
(58,105,131)
#355F76
(53,95,118)
#305569
(48,85,105)
#2B4B5C
(43,75,92)
#26414F
(38,65,79)
#213742
(33,55,66)
#1C2D35
(28,45,53)
#172328
(23,35,40)
#12191B
(18,25,27)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #3F7390

#3F7390
(63,115,144)
#507F9A
(80,127,154)
#618BA4
(97,139,164)
#7297AE
(114,151,174)
#83A3B8
(131,163,184)
#94AFC2
(148,175,194)
#A5BBCC
(165,187,204)
#B6C7D6
(182,199,214)
#C7D3E0
(199,211,224)
#D8DFEA
(216,223,234)
#E9EBF4
(233,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7390; }

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

This text font color is #3F7390.


Background Color

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

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

This div background color is #3F7390.


Border color

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

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

This div border color is #3F7390.


Opacity

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

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

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

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

This text has shadow with #3F7390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7390 on black background.


Color preview on white background

This text has color #3F7390 on white background.



Black color preview on #3F7390 background

This text has black color on #3F7390 background.


White color preview on #3F7390 background

This text has white color on #3F7390 background.