COLOR #37365C

HEX: #37365C
RGB: (55,54,92)

Color info

#37365C contains red, green and blue colors in about the same proportion. Web safe color of #37365C is #333366 (or #336).

RGB color model

#37365C color RGB value is (55,54,92).

  • red value is 55;
  • green value is 54;
  • blue value is 92.
RGB:
(55,54,92)
(22%,21%,36%)

RGB channels and saturation

R 55 of 255 = 22%
G 54 of 255 = 21%
B 92 of 255 = 36%

55
54
92

R + G + B ~ 26%. #37365C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 54 + 92 = 201 (100%)
R 55 of 201 ~ 27.36%
G 54 of 201 ~ 26.87%
B 92 of 201 ~ 45.77%

%27.36
%26.87
%45.77

CMYK color model

#37365C color CMYK value is (40,41,0,64).

  • cyan value is 40.22%
  • magenta value is 41.30%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(40,41,0,64)
C40M41Y0K64 
(40%,41%,0%,64%)
(0.40/0.41/0.00/0.64)	

CMYK percentages

%40.22
%41.3
%0
%63.92

Codes

Color #37365C in popluar color models

37365C
RGB555492
HSL242°26.03%28.63%
HSB/HSV242°41.30%36.08%
CMYK40.22%41.30%0.00%
63.92%

Color #37365C in popluar number systems.

HEX37365C
Decimal555492
Binary1101111101101011100
Octal6766134

Shades and tints

Shades of #37365C

#37365C
(55,54,92)
#323254
(50,50,84)
#2D2E4C
(45,46,76)
#282A44
(40,42,68)
#23263C
(35,38,60)
#1E2234
(30,34,52)
#191E2C
(25,30,44)
#141A24
(20,26,36)
#0F161C
(15,22,28)
#0A1214
(10,18,20)
#050E0C
(5,14,12)
#000000
(0,0,0)

Tints of #37365C

#37365C
(55,54,92)
#49486A
(73,72,106)
#5B5A78
(91,90,120)
#6D6C86
(109,108,134)
#7F7E94
(127,126,148)
#9190A2
(145,144,162)
#A3A2B0
(163,162,176)
#B5B4BE
(181,180,190)
#C7C6CC
(199,198,204)
#D9D8DA
(217,216,218)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37365C color. Also use rgb(55,54,92) instead hex code.

Text Font Color

.myTextColor { color: #37365C; }

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

This text font color is #37365C.


Background Color

.myBgColor { background-color: #37365C; }

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

This div background color is #37365C.


Border color

.myBorderColor { border: 1px solid #37365C; }

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

This div border color is #37365C.


Opacity

.myOpacity80 { color: #37365C; opacity: 0.8; }

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

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

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

This text has shadow with #37365C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37365C on black background.


Color preview on white background

This text has color #37365C on white background.



Black color preview on #37365C background

This text has black color on #37365C background.


White color preview on #37365C background

This text has white color on #37365C background.