COLOR #3D659F

HEX: #3D659F
RGB: (61,101,159)

Color info

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

RGB color model

#3D659F color RGB value is (61,101,159).

  • red value is 61;
  • green value is 101;
  • blue value is 159.
RGB:
(61,101,159)
(24%,40%,62%)

RGB channels and saturation

R 61 of 255 = 24%
G 101 of 255 = 40%
B 159 of 255 = 62%

61
101
159

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

Portions of RGB colors in percentages

R + G + B =
61 + 101 + 159 = 321 (100%)
R 61 of 321 ~ 19%
G 101 of 321 ~ 31.46%
B 159 of 321 ~ 49.53%

%19
%31.46
%49.53

CMYK color model

#3D659F color CMYK value is (62,36,0,38).

  • cyan value is 61.64%
  • magenta value is 36.48%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(62,36,0,38)
C62M36Y0K38 
(62%,36%,0%,38%)
(0.62/0.36/0.00/0.38)	

CMYK percentages

%61.64
%36.48
%0
%37.65

Codes

Color #3D659F in popluar color models

3D659F
RGB61101159
HSL216°44.55%43.14%
HSB/HSV216°61.64%62.35%
CMYK61.64%36.48%0.00%
37.65%

Color #3D659F in popluar number systems.

HEX3D659F
Decimal61101159
Binary111101110010110011111
Octal75145237

Shades and tints

Shades of #3D659F

#3D659F
(61,101,159)
#385C91
(56,92,145)
#335383
(51,83,131)
#2E4A75
(46,74,117)
#294167
(41,65,103)
#243859
(36,56,89)
#1F2F4B
(31,47,75)
#1A263D
(26,38,61)
#151D2F
(21,29,47)
#101421
(16,20,33)
#0B0B13
(11,11,19)
#000000
(0,0,0)

Tints of #3D659F

#3D659F
(61,101,159)
#4E73A7
(78,115,167)
#5F81AF
(95,129,175)
#708FB7
(112,143,183)
#819DBF
(129,157,191)
#92ABC7
(146,171,199)
#A3B9CF
(163,185,207)
#B4C7D7
(180,199,215)
#C5D5DF
(197,213,223)
#D6E3E7
(214,227,231)
#E7F1EF
(231,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D659F color. Also use rgb(61,101,159) instead hex code.

Text Font Color

.myTextColor { color: #3D659F; }

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

This text font color is #3D659F.


Background Color

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

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

This div background color is #3D659F.


Border color

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

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

This div border color is #3D659F.


Opacity

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

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

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

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

This text has shadow with #3D659F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D659F on black background.


Color preview on white background

This text has color #3D659F on white background.



Black color preview on #3D659F background

This text has black color on #3D659F background.


White color preview on #3D659F background

This text has white color on #3D659F background.