COLOR #375484

HEX: #375484
RGB: (55,84,132)

Color info

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

RGB color model

#375484 color RGB value is (55,84,132).

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

RGB channels and saturation

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

55
84
132

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

Portions of RGB colors in percentages

R + G + B =
55 + 84 + 132 = 271 (100%)
R 55 of 271 ~ 20.3%
G 84 of 271 ~ 31%
B 132 of 271 ~ 48.71%

%20.3
%31
%48.71

CMYK color model

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

  • cyan value is 58.33%
  • magenta value is 36.36%
  • 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
%36.36
%0
%48.24

Codes

Color #375484 in popluar color models

375484
RGB5584132
HSL217°41.18%36.67%
HSB/HSV217°58.33%51.76%
CMYK58.33%36.36%0.00%
48.24%

Color #375484 in popluar number systems.

HEX375484
Decimal5584132
Binary110111101010010000100
Octal67124204

Shades and tints

Shades of #375484

#375484
(55,84,132)
#324D78
(50,77,120)
#2D466C
(45,70,108)
#283F60
(40,63,96)
#233854
(35,56,84)
#1E3148
(30,49,72)
#192A3C
(25,42,60)
#142330
(20,35,48)
#0F1C24
(15,28,36)
#0A1518
(10,21,24)
#050E0C
(5,14,12)
#000000
(0,0,0)

Tints of #375484

#375484
(55,84,132)
#49638F
(73,99,143)
#5B729A
(91,114,154)
#6D81A5
(109,129,165)
#7F90B0
(127,144,176)
#919FBB
(145,159,187)
#A3AEC6
(163,174,198)
#B5BDD1
(181,189,209)
#C7CCDC
(199,204,220)
#D9DBE7
(217,219,231)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375484; }

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

This text font color is #375484.


Background Color

.myBgColor { background-color: #375484; }

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

This div background color is #375484.


Border color

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

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

This div border color is #375484.


Opacity

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

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

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

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

This text has shadow with #375484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375484 on black background.


Color preview on white background

This text has color #375484 on white background.



Black color preview on #375484 background

This text has black color on #375484 background.


White color preview on #375484 background

This text has white color on #375484 background.