COLOR #37548F

HEX: #37548F
RGB: (55,84,143)

Color info

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

RGB color model

#37548F color RGB value is (55,84,143).

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

RGB channels and saturation

R 55 of 255 = 22%
G 84 of 255 = 33%
B 143 of 255 = 56%

55
84
143

R + G + B ~ 37%. #37548F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 84 + 143 = 282 (100%)
R 55 of 282 ~ 19.5%
G 84 of 282 ~ 29.79%
B 143 of 282 ~ 50.71%

%19.5
%29.79
%50.71

CMYK color model

#37548F color CMYK value is (62,41,0,44).

  • cyan value is 61.54%
  • magenta value is 41.26%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(62,41,0,44)
C62M41Y0K44 
(62%,41%,0%,44%)
(0.62/0.41/0.00/0.44)	

CMYK percentages

%61.54
%41.26
%0
%43.92

Codes

Color #37548F in popluar color models

37548F
RGB5584143
HSL220°44.44%38.82%
HSB/HSV220°61.54%56.08%
CMYK61.54%41.26%0.00%
43.92%

Color #37548F in popluar number systems.

HEX37548F
Decimal5584143
Binary110111101010010001111
Octal67124217

Shades and tints

Shades of #37548F

#37548F
(55,84,143)
#324D82
(50,77,130)
#2D4675
(45,70,117)
#283F68
(40,63,104)
#23385B
(35,56,91)
#1E314E
(30,49,78)
#192A41
(25,42,65)
#142334
(20,35,52)
#0F1C27
(15,28,39)
#0A151A
(10,21,26)
#050E0D
(5,14,13)
#000000
(0,0,0)

Tints of #37548F

#37548F
(55,84,143)
#496399
(73,99,153)
#5B72A3
(91,114,163)
#6D81AD
(109,129,173)
#7F90B7
(127,144,183)
#919FC1
(145,159,193)
#A3AECB
(163,174,203)
#B5BDD5
(181,189,213)
#C7CCDF
(199,204,223)
#D9DBE9
(217,219,233)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37548F; }

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

This text font color is #37548F.


Background Color

.myBgColor { background-color: #37548F; }

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

This div background color is #37548F.


Border color

.myBorderColor { border: 1px solid #37548F; }

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

This div border color is #37548F.


Opacity

.myOpacity80 { color: #37548F; opacity: 0.8; }

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

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

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

This text has shadow with #37548F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37548F on black background.


Color preview on white background

This text has color #37548F on white background.



Black color preview on #37548F background

This text has black color on #37548F background.


White color preview on #37548F background

This text has white color on #37548F background.