COLOR #3B587D

HEX: #3B587D RGB: (59,88,125)

Color info

#3B587D contains mainly green and blue colors. Web safe color of #3B587D is #336666 (or #366).

RGB color model

#3B587D color RGB value is (59,88,125).

RGB: (59,88,125) (23%, 35%, 49%)

RGB channels and saturation

R 59 of 255 = 23%
G 88 of 255 = 35%
B 125 of 255 = 49%

59
88
125

R + G + B ~ 36%. #3B587D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 88 + 125 = 272 (100%)
R 59 of 272 ~ 21.69%
G 88 of 272 ~ 32.35%
B 125 of 272 ~ 45.96'%

%21.69
%32.35
%45.96

CMYK color model

#3B587D color CMYK value is (53,30,0,51).

  • cyan value is 52.80%
  • magenta value is 29.60%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (53,30,0,51)
C53M30Y0K51 (53%, 30%, 0%, 51%)
(0.53 / 0.30 / 0.00 / 0.51)

CMYK percentages

%52.8
%29.6
%0
%50.98

Codes

Color #3B587D in popluar color models

3B 58 7D
RGB 59 88 125
HSL 214° 35.87% 36.08%
HSB/HSV 214° 52.80% 49.02%
CMYK 52.80% 29.60% 0.00%
50.98%

Color #3B587D in popluar number systems.

HEX 3B 58 7D
Decimal 59 88 125
Binary 111011 1011000 1111101
Octal 73 130 175

Shades and tints

Shades of #3B587D

#3B587D
(59,88,125)
#365072
(54,80,114)
#314867
(49,72,103)
#2C405C
(44,64,92)
#273851
(39,56,81)
#223046
(34,48,70)
#1D283B
(29,40,59)
#182030
(24,32,48)
#131825
(19,24,37)
#0E101A
(14,16,26)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #3B587D

#3B587D
(59,88,125)
#4C6788
(76,103,136)
#5D7693
(93,118,147)
#6E859E
(110,133,158)
#7F94A9
(127,148,169)
#90A3B4
(144,163,180)
#A1B2BF
(161,178,191)
#B2C1CA
(178,193,202)
#C3D0D5
(195,208,213)
#D4DFE0
(212,223,224)
#E5EEEB
(229,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B587D color. Also use rgb(59,88,125) instead hex code.

Text Font Color

.myTextColor { color: #3B587D; }

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

This text font color is #3B587D.

Background Color

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

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

This div background color is #3B587D.

Border color

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

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

This div border color is #3B587D.

Opacity

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

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

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

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

This text has shadow with #3B587D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B587D.

Preview

Color preview on black background

This text has color #3B587D on black background.


Color preview on white background

This text has color #3B587D on white background.


Black color preview on #3B587D background

This text has black color on #3B587D background.


White color preview on #3B587D background

This text has white color on #3B587D background.


Related colors

Complementary color

Complementary color for #hex is #C4A782.


I love getcolorcode.com

Triadic colors

1 #7D3B58 and #587D3B with #3B587D are triadic colors.

2 #7D583B and #583B7D with #3B587D are triadic colors.