COLOR #37294B

HEX: #37294B
RGB: (55,41,75)

Color info

#37294B contains red, green and blue colors in about the same proportion. Web safe color of #37294B is #333333 (or #333).

RGB color model

#37294B color RGB value is (55,41,75).

  • red value is 55;
  • green value is 41;
  • blue value is 75.
RGB:
(55,41,75)
(22%,16%,29%)

RGB channels and saturation

R 55 of 255 = 22%
G 41 of 255 = 16%
B 75 of 255 = 29%

55
41
75

R + G + B ~ 22%. #37294B is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 41 + 75 = 171 (100%)
R 55 of 171 ~ 32.16%
G 41 of 171 ~ 23.98%
B 75 of 171 ~ 43.86%

%32.16
%23.98
%43.86

CMYK color model

#37294B color CMYK value is (27,45,0,71).

  • cyan value is 26.67%
  • magenta value is 45.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(27,45,0,71)
C27M45Y0K71 
(27%,45%,0%,71%)
(0.27/0.45/0.00/0.71)	

CMYK percentages

%26.67
%45.33
%0
%70.59

Codes

Color #37294B in popluar color models

37294B
RGB554175
HSL265°29.31%22.75%
HSB/HSV265°45.33%29.41%
CMYK26.67%45.33%0.00%
70.59%

Color #37294B in popluar number systems.

HEX37294B
Decimal554175
Binary1101111010011001011
Octal6751113

Shades and tints

Shades of #37294B

#37294B
(55,41,75)
#322645
(50,38,69)
#2D233F
(45,35,63)
#282039
(40,32,57)
#231D33
(35,29,51)
#1E1A2D
(30,26,45)
#191727
(25,23,39)
#141421
(20,20,33)
#0F111B
(15,17,27)
#0A0E15
(10,14,21)
#050B0F
(5,11,15)
#000000
(0,0,0)

Tints of #37294B

#37294B
(55,41,75)
#493C5B
(73,60,91)
#5B4F6B
(91,79,107)
#6D627B
(109,98,123)
#7F758B
(127,117,139)
#91889B
(145,136,155)
#A39BAB
(163,155,171)
#B5AEBB
(181,174,187)
#C7C1CB
(199,193,203)
#D9D4DB
(217,212,219)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37294B color. Also use rgb(55,41,75) instead hex code.

Text Font Color

.myTextColor { color: #37294B; }

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

This text font color is #37294B.


Background Color

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

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

This div background color is #37294B.


Border color

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

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

This div border color is #37294B.


Opacity

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

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

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

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

This text has shadow with #37294B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37294B on black background.


Color preview on white background

This text has color #37294B on white background.



Black color preview on #37294B background

This text has black color on #37294B background.


White color preview on #37294B background

This text has white color on #37294B background.