COLOR #3B588B

HEX: #3B588B
RGB: (59,88,139)

Color info

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

RGB color model

#3B588B color RGB value is (59,88,139).

  • red value is 59;
  • green value is 88;
  • blue value is 139.
RGB:
(59,88,139)
(23%,35%,55%)

RGB channels and saturation

R 59 of 255 = 23%
G 88 of 255 = 35%
B 139 of 255 = 55%

59
88
139

R + G + B ~ 38%. #3B588B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 88 + 139 = 286 (100%)
R 59 of 286 ~ 20.63%
G 88 of 286 ~ 30.77%
B 139 of 286 ~ 48.6%

%20.63
%30.77
%48.6

CMYK color model

#3B588B color CMYK value is (58,37,0,45).

  • cyan value is 57.55%
  • magenta value is 36.69%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(58,37,0,45)
C58M37Y0K45 
(58%,37%,0%,45%)
(0.58/0.37/0.00/0.45)	

CMYK percentages

%57.55
%36.69
%0
%45.49

Codes

Color #3B588B in popluar color models

3B588B
RGB5988139
HSL218°40.40%38.82%
HSB/HSV218°57.55%54.51%
CMYK57.55%36.69%0.00%
45.49%

Color #3B588B in popluar number systems.

HEX3B588B
Decimal5988139
Binary111011101100010001011
Octal73130213

Shades and tints

Shades of #3B588B

#3B588B
(59,88,139)
#36507F
(54,80,127)
#314873
(49,72,115)
#2C4067
(44,64,103)
#27385B
(39,56,91)
#22304F
(34,48,79)
#1D2843
(29,40,67)
#182037
(24,32,55)
#13182B
(19,24,43)
#0E101F
(14,16,31)
#090813
(9,8,19)
#000000
(0,0,0)

Tints of #3B588B

#3B588B
(59,88,139)
#4C6795
(76,103,149)
#5D769F
(93,118,159)
#6E85A9
(110,133,169)
#7F94B3
(127,148,179)
#90A3BD
(144,163,189)
#A1B2C7
(161,178,199)
#B2C1D1
(178,193,209)
#C3D0DB
(195,208,219)
#D4DFE5
(212,223,229)
#E5EEEF
(229,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B588B; }

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

This text font color is #3B588B.


Background Color

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

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

This div background color is #3B588B.


Border color

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

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

This div border color is #3B588B.


Opacity

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

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

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

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

This text has shadow with #3B588B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B588B on black background.


Color preview on white background

This text has color #3B588B on white background.



Black color preview on #3B588B background

This text has black color on #3B588B background.


White color preview on #3B588B background

This text has white color on #3B588B background.