COLOR #37195B

HEX: #37195B
RGB: (55,25,91)

Color info

#37195B contains mainly red and blue colors. Web safe color of #37195B is #330066 (or #306).

RGB color model

#37195B color RGB value is (55,25,91).

  • red value is 55;
  • green value is 25;
  • blue value is 91.
RGB:
(55,25,91)
(22%,10%,36%)

RGB channels and saturation

R 55 of 255 = 22%
G 25 of 255 = 10%
B 91 of 255 = 36%

55
25
91

R + G + B ~ 23%. #37195B is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 25 + 91 = 171 (100%)
R 55 of 171 ~ 32.16%
G 25 of 171 ~ 14.62%
B 91 of 171 ~ 53.22%

%32.16
%14.62
%53.22

CMYK color model

#37195B color CMYK value is (40,73,0,64).

  • cyan value is 39.56%
  • magenta value is 72.53%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(40,73,0,64)
C40M73Y0K64 
(40%,73%,0%,64%)
(0.40/0.73/0.00/0.64)	

CMYK percentages

%39.56
%72.53
%0
%64.31

Codes

Color #37195B in popluar color models

37195B
RGB552591
HSL267°56.90%22.75%
HSB/HSV267°72.53%35.69%
CMYK39.56%72.53%0.00%
64.31%

Color #37195B in popluar number systems.

HEX37195B
Decimal552591
Binary110111110011011011
Octal6731133

Shades and tints

Shades of #37195B

#37195B
(55,25,91)
#321753
(50,23,83)
#2D154B
(45,21,75)
#281343
(40,19,67)
#23113B
(35,17,59)
#1E0F33
(30,15,51)
#190D2B
(25,13,43)
#140B23
(20,11,35)
#0F091B
(15,9,27)
#0A0713
(10,7,19)
#05050B
(5,5,11)
#000000
(0,0,0)

Tints of #37195B

#37195B
(55,25,91)
#492D69
(73,45,105)
#5B4177
(91,65,119)
#6D5585
(109,85,133)
#7F6993
(127,105,147)
#917DA1
(145,125,161)
#A391AF
(163,145,175)
#B5A5BD
(181,165,189)
#C7B9CB
(199,185,203)
#D9CDD9
(217,205,217)
#EBE1E7
(235,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37195B color. Also use rgb(55,25,91) instead hex code.

Text Font Color

.myTextColor { color: #37195B; }

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

This text font color is #37195B.


Background Color

.myBgColor { background-color: #37195B; }

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

This div background color is #37195B.


Border color

.myBorderColor { border: 1px solid #37195B; }

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

This div border color is #37195B.


Opacity

.myOpacity80 { color: #37195B; opacity: 0.8; }

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

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

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

This text has shadow with #37195B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37195B on black background.


Color preview on white background

This text has color #37195B on white background.



Black color preview on #37195B background

This text has black color on #37195B background.


White color preview on #37195B background

This text has white color on #37195B background.