COLOR #3B59A3

HEX: #3B59A3
RGB: (59,89,163)

Color info

#3B59A3 contains mainly blue color. Web safe color of #3B59A3 is #336699 (or #369).

RGB color model

#3B59A3 color RGB value is (59,89,163).

  • red value is 59;
  • green value is 89;
  • blue value is 163.
RGB:
(59,89,163)
(23%,35%,64%)

RGB channels and saturation

R 59 of 255 = 23%
G 89 of 255 = 35%
B 163 of 255 = 64%

59
89
163

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

Portions of RGB colors in percentages

R + G + B =
59 + 89 + 163 = 311 (100%)
R 59 of 311 ~ 18.97%
G 89 of 311 ~ 28.62%
B 163 of 311 ~ 52.41%

%18.97
%28.62
%52.41

CMYK color model

#3B59A3 color CMYK value is (64,45,0,36).

  • cyan value is 63.80%
  • magenta value is 45.40%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(64,45,0,36)
C64M45Y0K36 
(64%,45%,0%,36%)
(0.64/0.45/0.00/0.36)	

CMYK percentages

%63.8
%45.4
%0
%36.08

Codes

Color #3B59A3 in popluar color models

3B59A3
RGB5989163
HSL223°46.85%43.53%
HSB/HSV223°63.80%63.92%
CMYK63.80%45.40%0.00%
36.08%

Color #3B59A3 in popluar number systems.

HEX3B59A3
Decimal5989163
Binary111011101100110100011
Octal73131243

Shades and tints

Shades of #3B59A3

#3B59A3
(59,89,163)
#365195
(54,81,149)
#314987
(49,73,135)
#2C4179
(44,65,121)
#27396B
(39,57,107)
#22315D
(34,49,93)
#1D294F
(29,41,79)
#182141
(24,33,65)
#131933
(19,25,51)
#0E1125
(14,17,37)
#090917
(9,9,23)
#000000
(0,0,0)

Tints of #3B59A3

#3B59A3
(59,89,163)
#4C68AB
(76,104,171)
#5D77B3
(93,119,179)
#6E86BB
(110,134,187)
#7F95C3
(127,149,195)
#90A4CB
(144,164,203)
#A1B3D3
(161,179,211)
#B2C2DB
(178,194,219)
#C3D1E3
(195,209,227)
#D4E0EB
(212,224,235)
#E5EFF3
(229,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B59A3 color. Also use rgb(59,89,163) instead hex code.

Text Font Color

.myTextColor { color: #3B59A3; }

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

This text font color is #3B59A3.


Background Color

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

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

This div background color is #3B59A3.


Border color

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

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

This div border color is #3B59A3.


Opacity

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

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

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

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

This text has shadow with #3B59A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B59A3 on black background.


Color preview on white background

This text has color #3B59A3 on white background.



Black color preview on #3B59A3 background

This text has black color on #3B59A3 background.


White color preview on #3B59A3 background

This text has white color on #3B59A3 background.