COLOR #3F5E93

HEX: #3F5E93 RGB: (63,94,147)

Color info

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

RGB color model

#3F5E93 color RGB value is (63,94,147).

RGB: (63,94,147) (25%, 37%, 58%)

RGB channels and saturation

R 63 of 255 = 25%
G 94 of 255 = 37%
B 147 of 255 = 58%

63
94
147

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

Portions of RGB colors in percentages

R + G + B = 63 + 94 + 147 = 304 (100%)
R 63 of 304 ~ 20.72%
G 94 of 304 ~ 30.92%
B 147 of 304 ~ 48.36'%

%20.72
%30.92
%48.36

CMYK color model

#3F5E93 color CMYK value is (57,36,0,42).

  • cyan value is 57.14%
  • magenta value is 36.05%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (57,36,0,42)
C57M36Y0K42 (57%, 36%, 0%, 42%)
(0.57 / 0.36 / 0.00 / 0.42)

CMYK percentages

%57.14
%36.05
%0
%42.35

Codes

Color #3F5E93 in popluar color models

3F 5E 93
RGB 63 94 147
HSL 218° 40.00% 41.18%
HSB/HSV 218° 57.14% 57.65%
CMYK 57.14% 36.05% 0.00%
42.35%

Color #3F5E93 in popluar number systems.

HEX 3F 5E 93
Decimal 63 94 147
Binary 111111 1011110 10010011
Octal 77 136 223

Shades and tints

Shades of #3F5E93

#3F5E93
(63,94,147)
#3A5686
(58,86,134)
#354E79
(53,78,121)
#30466C
(48,70,108)
#2B3E5F
(43,62,95)
#263652
(38,54,82)
#212E45
(33,46,69)
#1C2638
(28,38,56)
#171E2B
(23,30,43)
#12161E
(18,22,30)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #3F5E93

#3F5E93
(63,94,147)
#506C9C
(80,108,156)
#617AA5
(97,122,165)
#7288AE
(114,136,174)
#8396B7
(131,150,183)
#94A4C0
(148,164,192)
#A5B2C9
(165,178,201)
#B6C0D2
(182,192,210)
#C7CEDB
(199,206,219)
#D8DCE4
(216,220,228)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5E93 color. Also use rgb(63,94,147) instead hex code.

Text Font Color

.myTextColor { color: #3F5E93; }

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

This text font color is #3F5E93.

Background Color

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

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

This div background color is #3F5E93.

Border color

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

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

This div border color is #3F5E93.

Opacity

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

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

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

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

This text has shadow with #3F5E93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5E93.

Preview

Color preview on black background

This text has color #3F5E93 on black background.


Color preview on white background

This text has color #3F5E93 on white background.


Black color preview on #3F5E93 background

This text has black color on #3F5E93 background.


White color preview on #3F5E93 background

This text has white color on #3F5E93 background.


Related colors

Complementary color

Complementary color for #hex is #C0A16C.


I love getcolorcode.com

Triadic colors

1 #933F5E and #5E933F with #3F5E93 are triadic colors.

2 #935E3F and #5E3F93 with #3F5E93 are triadic colors.