COLOR #3A659F

HEX: #3A659F
RGB: (58,101,159)

Color info

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

RGB color model

#3A659F color RGB value is (58,101,159).

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

RGB channels and saturation

R 58 of 255 = 23%
G 101 of 255 = 40%
B 159 of 255 = 62%

58
101
159

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

Portions of RGB colors in percentages

R + G + B =
58 + 101 + 159 = 318 (100%)
R 58 of 318 ~ 18.24%
G 101 of 318 ~ 31.76%
B 159 of 318 ~ 50%

%18.24
%31.76
%50

CMYK color model

#3A659F color CMYK value is (64,36,0,38).

  • cyan value is 63.52%
  • magenta value is 36.48%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(64,36,0,38)
C64M36Y0K38 
(64%,36%,0%,38%)
(0.64/0.36/0.00/0.38)	

CMYK percentages

%63.52
%36.48
%0
%37.65

Codes

Color #3A659F in popluar color models

3A659F
RGB58101159
HSL214°46.54%42.55%
HSB/HSV214°63.52%62.35%
CMYK63.52%36.48%0.00%
37.65%

Color #3A659F in popluar number systems.

HEX3A659F
Decimal58101159
Binary111010110010110011111
Octal72145237

Shades and tints

Shades of #3A659F

#3A659F
(58,101,159)
#355C91
(53,92,145)
#305383
(48,83,131)
#2B4A75
(43,74,117)
#264167
(38,65,103)
#213859
(33,56,89)
#1C2F4B
(28,47,75)
#17263D
(23,38,61)
#121D2F
(18,29,47)
#0D1421
(13,20,33)
#080B13
(8,11,19)
#000000
(0,0,0)

Tints of #3A659F

#3A659F
(58,101,159)
#4B73A7
(75,115,167)
#5C81AF
(92,129,175)
#6D8FB7
(109,143,183)
#7E9DBF
(126,157,191)
#8FABC7
(143,171,199)
#A0B9CF
(160,185,207)
#B1C7D7
(177,199,215)
#C2D5DF
(194,213,223)
#D3E3E7
(211,227,231)
#E4F1EF
(228,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A659F; }

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

This text font color is #3A659F.


Background Color

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

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

This div background color is #3A659F.


Border color

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

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

This div border color is #3A659F.


Opacity

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

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

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

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

This text has shadow with #3A659F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A659F on black background.


Color preview on white background

This text has color #3A659F on white background.



Black color preview on #3A659F background

This text has black color on #3A659F background.


White color preview on #3A659F background

This text has white color on #3A659F background.