COLOR #3F6592

HEX: #3F6592
RGB: (63,101,146)

Color info

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

RGB color model

#3F6592 color RGB value is (63,101,146).

  • red value is 63;
  • green value is 101;
  • blue value is 146.
RGB:
(63,101,146)
(25%,40%,57%)

RGB channels and saturation

R 63 of 255 = 25%
G 101 of 255 = 40%
B 146 of 255 = 57%

63
101
146

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

Portions of RGB colors in percentages

R + G + B =
63 + 101 + 146 = 310 (100%)
R 63 of 310 ~ 20.32%
G 101 of 310 ~ 32.58%
B 146 of 310 ~ 47.1%

%20.32
%32.58
%47.1

CMYK color model

#3F6592 color CMYK value is (57,31,0,43).

  • cyan value is 56.85%
  • magenta value is 30.82%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(57,31,0,43)
C57M31Y0K43 
(57%,31%,0%,43%)
(0.57/0.31/0.00/0.43)	

CMYK percentages

%56.85
%30.82
%0
%42.75

Codes

Color #3F6592 in popluar color models

3F6592
RGB63101146
HSL213°39.71%40.98%
HSB/HSV213°56.85%57.25%
CMYK56.85%30.82%0.00%
42.75%

Color #3F6592 in popluar number systems.

HEX3F6592
Decimal63101146
Binary111111110010110010010
Octal77145222

Shades and tints

Shades of #3F6592

#3F6592
(63,101,146)
#3A5C85
(58,92,133)
#355378
(53,83,120)
#304A6B
(48,74,107)
#2B415E
(43,65,94)
#263851
(38,56,81)
#212F44
(33,47,68)
#1C2637
(28,38,55)
#171D2A
(23,29,42)
#12141D
(18,20,29)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #3F6592

#3F6592
(63,101,146)
#50739B
(80,115,155)
#6181A4
(97,129,164)
#728FAD
(114,143,173)
#839DB6
(131,157,182)
#94ABBF
(148,171,191)
#A5B9C8
(165,185,200)
#B6C7D1
(182,199,209)
#C7D5DA
(199,213,218)
#D8E3E3
(216,227,227)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6592 color. Also use rgb(63,101,146) instead hex code.

Text Font Color

.myTextColor { color: #3F6592; }

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

This text font color is #3F6592.


Background Color

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

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

This div background color is #3F6592.


Border color

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

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

This div border color is #3F6592.


Opacity

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

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

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

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

This text has shadow with #3F6592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6592 on black background.


Color preview on white background

This text has color #3F6592 on white background.



Black color preview on #3F6592 background

This text has black color on #3F6592 background.


White color preview on #3F6592 background

This text has white color on #3F6592 background.