COLOR #375584

HEX: #375584
RGB: (55,85,132)

Color info

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

RGB color model

#375584 color RGB value is (55,85,132).

  • red value is 55;
  • green value is 85;
  • blue value is 132.
RGB:
(55,85,132)
(22%,33%,52%)

RGB channels and saturation

R 55 of 255 = 22%
G 85 of 255 = 33%
B 132 of 255 = 52%

55
85
132

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

Portions of RGB colors in percentages

R + G + B =
55 + 85 + 132 = 272 (100%)
R 55 of 272 ~ 20.22%
G 85 of 272 ~ 31.25%
B 132 of 272 ~ 48.53%

%20.22
%31.25
%48.53

CMYK color model

#375584 color CMYK value is (58,36,0,48).

  • cyan value is 58.33%
  • magenta value is 35.61%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(58,36,0,48)
C58M36Y0K48 
(58%,36%,0%,48%)
(0.58/0.36/0.00/0.48)	

CMYK percentages

%58.33
%35.61
%0
%48.24

Codes

Color #375584 in popluar color models

375584
RGB5585132
HSL217°41.18%36.67%
HSB/HSV217°58.33%51.76%
CMYK58.33%35.61%0.00%
48.24%

Color #375584 in popluar number systems.

HEX375584
Decimal5585132
Binary110111101010110000100
Octal67125204

Shades and tints

Shades of #375584

#375584
(55,85,132)
#324E78
(50,78,120)
#2D476C
(45,71,108)
#284060
(40,64,96)
#233954
(35,57,84)
#1E3248
(30,50,72)
#192B3C
(25,43,60)
#142430
(20,36,48)
#0F1D24
(15,29,36)
#0A1618
(10,22,24)
#050F0C
(5,15,12)
#000000
(0,0,0)

Tints of #375584

#375584
(55,85,132)
#49648F
(73,100,143)
#5B739A
(91,115,154)
#6D82A5
(109,130,165)
#7F91B0
(127,145,176)
#91A0BB
(145,160,187)
#A3AFC6
(163,175,198)
#B5BED1
(181,190,209)
#C7CDDC
(199,205,220)
#D9DCE7
(217,220,231)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375584 color. Also use rgb(55,85,132) instead hex code.

Text Font Color

.myTextColor { color: #375584; }

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

This text font color is #375584.


Background Color

.myBgColor { background-color: #375584; }

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

This div background color is #375584.


Border color

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

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

This div border color is #375584.


Opacity

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

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

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

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

This text has shadow with #375584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375584 on black background.


Color preview on white background

This text has color #375584 on white background.



Black color preview on #375584 background

This text has black color on #375584 background.


White color preview on #375584 background

This text has white color on #375584 background.