COLOR #37557E

HEX: #37557E
RGB: (55,85,126)

Color info

#37557E contains mainly green and blue colors. Web safe color of #37557E is #336666 (or #366).

RGB color model

#37557E color RGB value is (55,85,126).

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

RGB channels and saturation

R 55 of 255 = 22%
G 85 of 255 = 33%
B 126 of 255 = 49%

55
85
126

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

Portions of RGB colors in percentages

R + G + B =
55 + 85 + 126 = 266 (100%)
R 55 of 266 ~ 20.68%
G 85 of 266 ~ 31.95%
B 126 of 266 ~ 47.37%

%20.68
%31.95
%47.37

CMYK color model

#37557E color CMYK value is (56,33,0,51).

  • cyan value is 56.35%
  • magenta value is 32.54%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(56,33,0,51)
C56M33Y0K51 
(56%,33%,0%,51%)
(0.56/0.33/0.00/0.51)	

CMYK percentages

%56.35
%32.54
%0
%50.59

Codes

Color #37557E in popluar color models

37557E
RGB5585126
HSL215°39.23%35.49%
HSB/HSV215°56.35%49.41%
CMYK56.35%32.54%0.00%
50.59%

Color #37557E in popluar number systems.

HEX37557E
Decimal5585126
Binary11011110101011111110
Octal67125176

Shades and tints

Shades of #37557E

#37557E
(55,85,126)
#324E73
(50,78,115)
#2D4768
(45,71,104)
#28405D
(40,64,93)
#233952
(35,57,82)
#1E3247
(30,50,71)
#192B3C
(25,43,60)
#142431
(20,36,49)
#0F1D26
(15,29,38)
#0A161B
(10,22,27)
#050F10
(5,15,16)
#000000
(0,0,0)

Tints of #37557E

#37557E
(55,85,126)
#496489
(73,100,137)
#5B7394
(91,115,148)
#6D829F
(109,130,159)
#7F91AA
(127,145,170)
#91A0B5
(145,160,181)
#A3AFC0
(163,175,192)
#B5BECB
(181,190,203)
#C7CDD6
(199,205,214)
#D9DCE1
(217,220,225)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37557E; }

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

This text font color is #37557E.


Background Color

.myBgColor { background-color: #37557E; }

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

This div background color is #37557E.


Border color

.myBorderColor { border: 1px solid #37557E; }

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

This div border color is #37557E.


Opacity

.myOpacity80 { color: #37557E; opacity: 0.8; }

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

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

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

This text has shadow with #37557E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37557E on black background.


Color preview on white background

This text has color #37557E on white background.



Black color preview on #37557E background

This text has black color on #37557E background.


White color preview on #37557E background

This text has white color on #37557E background.