COLOR #395588

HEX: #395588
RGB: (57,85,136)

Color info

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

RGB color model

#395588 color RGB value is (57,85,136).

  • red value is 57;
  • green value is 85;
  • blue value is 136.
RGB:
(57,85,136)
(22%,33%,53%)

RGB channels and saturation

R 57 of 255 = 22%
G 85 of 255 = 33%
B 136 of 255 = 53%

57
85
136

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

Portions of RGB colors in percentages

R + G + B =
57 + 85 + 136 = 278 (100%)
R 57 of 278 ~ 20.5%
G 85 of 278 ~ 30.58%
B 136 of 278 ~ 48.92%

%20.5
%30.58
%48.92

CMYK color model

#395588 color CMYK value is (58,38,0,47).

  • cyan value is 58.09%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(58,38,0,47)
C58M38Y0K47 
(58%,38%,0%,47%)
(0.58/0.38/0.00/0.47)	

CMYK percentages

%58.09
%37.5
%0
%46.67

Codes

Color #395588 in popluar color models

395588
RGB5785136
HSL219°40.93%37.84%
HSB/HSV219°58.09%53.33%
CMYK58.09%37.50%0.00%
46.67%

Color #395588 in popluar number systems.

HEX395588
Decimal5785136
Binary111001101010110001000
Octal71125210

Shades and tints

Shades of #395588

#395588
(57,85,136)
#344E7C
(52,78,124)
#2F4770
(47,71,112)
#2A4064
(42,64,100)
#253958
(37,57,88)
#20324C
(32,50,76)
#1B2B40
(27,43,64)
#162434
(22,36,52)
#111D28
(17,29,40)
#0C161C
(12,22,28)
#070F10
(7,15,16)
#000000
(0,0,0)

Tints of #395588

#395588
(57,85,136)
#4B6492
(75,100,146)
#5D739C
(93,115,156)
#6F82A6
(111,130,166)
#8191B0
(129,145,176)
#93A0BA
(147,160,186)
#A5AFC4
(165,175,196)
#B7BECE
(183,190,206)
#C9CDD8
(201,205,216)
#DBDCE2
(219,220,226)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395588 color. Also use rgb(57,85,136) instead hex code.

Text Font Color

.myTextColor { color: #395588; }

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

This text font color is #395588.


Background Color

.myBgColor { background-color: #395588; }

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

This div background color is #395588.


Border color

.myBorderColor { border: 1px solid #395588; }

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

This div border color is #395588.


Opacity

.myOpacity80 { color: #395588; opacity: 0.8; }

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

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

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

This text has shadow with #395588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395588 on black background.


Color preview on white background

This text has color #395588 on white background.



Black color preview on #395588 background

This text has black color on #395588 background.


White color preview on #395588 background

This text has white color on #395588 background.