COLOR #3F6595

HEX: #3F6595
RGB: (63,101,149)

Color info

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

RGB color model

#3F6595 color RGB value is (63,101,149).

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

RGB channels and saturation

R 63 of 255 = 25%
G 101 of 255 = 40%
B 149 of 255 = 58%

63
101
149

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

Portions of RGB colors in percentages

R + G + B =
63 + 101 + 149 = 313 (100%)
R 63 of 313 ~ 20.13%
G 101 of 313 ~ 32.27%
B 149 of 313 ~ 47.6%

%20.13
%32.27
%47.6

CMYK color model

#3F6595 color CMYK value is (58,32,0,42).

  • cyan value is 57.72%
  • magenta value is 32.21%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(58,32,0,42)
C58M32Y0K42 
(58%,32%,0%,42%)
(0.58/0.32/0.00/0.42)	

CMYK percentages

%57.72
%32.21
%0
%41.57

Codes

Color #3F6595 in popluar color models

3F6595
RGB63101149
HSL213°40.57%41.57%
HSB/HSV213°57.72%58.43%
CMYK57.72%32.21%0.00%
41.57%

Color #3F6595 in popluar number systems.

HEX3F6595
Decimal63101149
Binary111111110010110010101
Octal77145225

Shades and tints

Shades of #3F6595

#3F6595
(63,101,149)
#3A5C88
(58,92,136)
#35537B
(53,83,123)
#304A6E
(48,74,110)
#2B4161
(43,65,97)
#263854
(38,56,84)
#212F47
(33,47,71)
#1C263A
(28,38,58)
#171D2D
(23,29,45)
#121420
(18,20,32)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #3F6595

#3F6595
(63,101,149)
#50739E
(80,115,158)
#6181A7
(97,129,167)
#728FB0
(114,143,176)
#839DB9
(131,157,185)
#94ABC2
(148,171,194)
#A5B9CB
(165,185,203)
#B6C7D4
(182,199,212)
#C7D5DD
(199,213,221)
#D8E3E6
(216,227,230)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6595; }

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

This text font color is #3F6595.


Background Color

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

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

This div background color is #3F6595.


Border color

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

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

This div border color is #3F6595.


Opacity

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

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

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

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

This text has shadow with #3F6595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6595 on black background.


Color preview on white background

This text has color #3F6595 on white background.



Black color preview on #3F6595 background

This text has black color on #3F6595 background.


White color preview on #3F6595 background

This text has white color on #3F6595 background.