COLOR #37345D

HEX: #37345D
RGB: (55,52,93)

Color info

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

RGB color model

#37345D color RGB value is (55,52,93).

  • red value is 55;
  • green value is 52;
  • blue value is 93.
RGB:
(55,52,93)
(22%,20%,36%)

RGB channels and saturation

R 55 of 255 = 22%
G 52 of 255 = 20%
B 93 of 255 = 36%

55
52
93

R + G + B ~ 26%. #37345D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 52 + 93 = 200 (100%)
R 55 of 200 ~ 27.5%
G 52 of 200 ~ 26%
B 93 of 200 ~ 46.5%

%27.5
%26
%46.5

CMYK color model

#37345D color CMYK value is (41,44,0,64).

  • cyan value is 40.86%
  • magenta value is 44.09%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(41,44,0,64)
C41M44Y0K64 
(41%,44%,0%,64%)
(0.41/0.44/0.00/0.64)	

CMYK percentages

%40.86
%44.09
%0
%63.53

Codes

Color #37345D in popluar color models

37345D
RGB555293
HSL244°28.28%28.43%
HSB/HSV244°44.09%36.47%
CMYK40.86%44.09%0.00%
63.53%

Color #37345D in popluar number systems.

HEX37345D
Decimal555293
Binary1101111101001011101
Octal6764135

Shades and tints

Shades of #37345D

#37345D
(55,52,93)
#323055
(50,48,85)
#2D2C4D
(45,44,77)
#282845
(40,40,69)
#23243D
(35,36,61)
#1E2035
(30,32,53)
#191C2D
(25,28,45)
#141825
(20,24,37)
#0F141D
(15,20,29)
#0A1015
(10,16,21)
#050C0D
(5,12,13)
#000000
(0,0,0)

Tints of #37345D

#37345D
(55,52,93)
#49466B
(73,70,107)
#5B5879
(91,88,121)
#6D6A87
(109,106,135)
#7F7C95
(127,124,149)
#918EA3
(145,142,163)
#A3A0B1
(163,160,177)
#B5B2BF
(181,178,191)
#C7C4CD
(199,196,205)
#D9D6DB
(217,214,219)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37345D color. Also use rgb(55,52,93) instead hex code.

Text Font Color

.myTextColor { color: #37345D; }

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

This text font color is #37345D.


Background Color

.myBgColor { background-color: #37345D; }

<div style="background-color:#37345D">Inner text</div>

This div background color is #37345D.


Border color

.myBorderColor { border: 1px solid #37345D; }

<div style="border:3px solid #37345D">Div</div>

This div border color is #37345D.


Opacity

.myOpacity80 { color: #37345D; opacity: 0.8; }

<p style="color:#37345D;opacity:0.8;">80%</p>

Text with #37345D 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 #37345D;}

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

This text has shadow with #37345D color.

.textShadow {text-shadow: 3px 3px 1px #37345D, 3px 3px 1px red;}

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

This text has shadow with #37345D primary color and red secondary color.


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

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

This text has shadow with #37345D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37345D on black background.


Color preview on white background

This text has color #37345D on white background.



Black color preview on #37345D background

This text has black color on #37345D background.


White color preview on #37345D background

This text has white color on #37345D background.