COLOR #375482

HEX: #375482
RGB: (55,84,130)

Color info

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

RGB color model

#375482 color RGB value is (55,84,130).

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

RGB channels and saturation

R 55 of 255 = 22%
G 84 of 255 = 33%
B 130 of 255 = 51%

55
84
130

R + G + B ~ 35%. #375482 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 84 + 130 = 269 (100%)
R 55 of 269 ~ 20.45%
G 84 of 269 ~ 31.23%
B 130 of 269 ~ 48.33%

%20.45
%31.23
%48.33

CMYK color model

#375482 color CMYK value is (58,35,0,49).

  • cyan value is 57.69%
  • magenta value is 35.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(58,35,0,49)
C58M35Y0K49 
(58%,35%,0%,49%)
(0.58/0.35/0.00/0.49)	

CMYK percentages

%57.69
%35.38
%0
%49.02

Codes

Color #375482 in popluar color models

375482
RGB5584130
HSL217°40.54%36.27%
HSB/HSV217°57.69%50.98%
CMYK57.69%35.38%0.00%
49.02%

Color #375482 in popluar number systems.

HEX375482
Decimal5584130
Binary110111101010010000010
Octal67124202

Shades and tints

Shades of #375482

#375482
(55,84,130)
#324D77
(50,77,119)
#2D466C
(45,70,108)
#283F61
(40,63,97)
#233856
(35,56,86)
#1E314B
(30,49,75)
#192A40
(25,42,64)
#142335
(20,35,53)
#0F1C2A
(15,28,42)
#0A151F
(10,21,31)
#050E14
(5,14,20)
#000000
(0,0,0)

Tints of #375482

#375482
(55,84,130)
#49638D
(73,99,141)
#5B7298
(91,114,152)
#6D81A3
(109,129,163)
#7F90AE
(127,144,174)
#919FB9
(145,159,185)
#A3AEC4
(163,174,196)
#B5BDCF
(181,189,207)
#C7CCDA
(199,204,218)
#D9DBE5
(217,219,229)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375482; }

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

This text font color is #375482.


Background Color

.myBgColor { background-color: #375482; }

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

This div background color is #375482.


Border color

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

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

This div border color is #375482.


Opacity

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

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

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

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

This text has shadow with #375482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375482 on black background.


Color preview on white background

This text has color #375482 on white background.



Black color preview on #375482 background

This text has black color on #375482 background.


White color preview on #375482 background

This text has white color on #375482 background.