COLOR #39588C

HEX: #39588C
RGB: (57,88,140)

Color info

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

RGB color model

#39588C color RGB value is (57,88,140).

  • red value is 57;
  • green value is 88;
  • blue value is 140.
RGB:
(57,88,140)
(22%,35%,55%)

RGB channels and saturation

R 57 of 255 = 22%
G 88 of 255 = 35%
B 140 of 255 = 55%

57
88
140

R + G + B ~ 37%. #39588C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 88 + 140 = 285 (100%)
R 57 of 285 ~ 20%
G 88 of 285 ~ 30.88%
B 140 of 285 ~ 49.12%

%20
%30.88
%49.12

CMYK color model

#39588C color CMYK value is (59,37,0,45).

  • cyan value is 59.29%
  • magenta value is 37.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(59,37,0,45)
C59M37Y0K45 
(59%,37%,0%,45%)
(0.59/0.37/0.00/0.45)	

CMYK percentages

%59.29
%37.14
%0
%45.1

Codes

Color #39588C in popluar color models

39588C
RGB5788140
HSL218°42.13%38.63%
HSB/HSV218°59.29%54.90%
CMYK59.29%37.14%0.00%
45.10%

Color #39588C in popluar number systems.

HEX39588C
Decimal5788140
Binary111001101100010001100
Octal71130214

Shades and tints

Shades of #39588C

#39588C
(57,88,140)
#345080
(52,80,128)
#2F4874
(47,72,116)
#2A4068
(42,64,104)
#25385C
(37,56,92)
#203050
(32,48,80)
#1B2844
(27,40,68)
#162038
(22,32,56)
#11182C
(17,24,44)
#0C1020
(12,16,32)
#070814
(7,8,20)
#000000
(0,0,0)

Tints of #39588C

#39588C
(57,88,140)
#4B6796
(75,103,150)
#5D76A0
(93,118,160)
#6F85AA
(111,133,170)
#8194B4
(129,148,180)
#93A3BE
(147,163,190)
#A5B2C8
(165,178,200)
#B7C1D2
(183,193,210)
#C9D0DC
(201,208,220)
#DBDFE6
(219,223,230)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39588C color. Also use rgb(57,88,140) instead hex code.

Text Font Color

.myTextColor { color: #39588C; }

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

This text font color is #39588C.


Background Color

.myBgColor { background-color: #39588C; }

<div style="background-color:#39588C">Inner text</div>

This div background color is #39588C.


Border color

.myBorderColor { border: 1px solid #39588C; }

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

This div border color is #39588C.


Opacity

.myOpacity80 { color: #39588C; opacity: 0.8; }

<p style="color:#39588C;opacity:0.8;">80%</p>

Text with #39588C 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 #39588C;}

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

This text has shadow with #39588C color.

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

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

This text has shadow with #39588C primary color and red secondary color.


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

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

This text has shadow with #39588C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #39588C on black background.


Color preview on white background

This text has color #39588C on white background.



Black color preview on #39588C background

This text has black color on #39588C background.


White color preview on #39588C background

This text has white color on #39588C background.