COLOR #37347F

HEX: #37347F
RGB: (55,52,127)

Color info

#37347F contains mainly blue color. Web safe color of #37347F is #333366 (or #336).

RGB color model

#37347F color RGB value is (55,52,127).

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

RGB channels and saturation

R 55 of 255 = 22%
G 52 of 255 = 20%
B 127 of 255 = 50%

55
52
127

R + G + B ~ 31%. #37347F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 52 + 127 = 234 (100%)
R 55 of 234 ~ 23.5%
G 52 of 234 ~ 22.22%
B 127 of 234 ~ 54.27%

%23.5
%22.22
%54.27

CMYK color model

#37347F color CMYK value is (57,59,0,50).

  • cyan value is 56.69%
  • magenta value is 59.06%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(57,59,0,50)
C57M59Y0K50 
(57%,59%,0%,50%)
(0.57/0.59/0.00/0.50)	

CMYK percentages

%56.69
%59.06
%0
%50.2

Codes

Color #37347F in popluar color models

37347F
RGB5552127
HSL242°41.90%35.10%
HSB/HSV242°59.06%49.80%
CMYK56.69%59.06%0.00%
50.20%

Color #37347F in popluar number systems.

HEX37347F
Decimal5552127
Binary1101111101001111111
Octal6764177

Shades and tints

Shades of #37347F

#37347F
(55,52,127)
#323074
(50,48,116)
#2D2C69
(45,44,105)
#28285E
(40,40,94)
#232453
(35,36,83)
#1E2048
(30,32,72)
#191C3D
(25,28,61)
#141832
(20,24,50)
#0F1427
(15,20,39)
#0A101C
(10,16,28)
#050C11
(5,12,17)
#000000
(0,0,0)

Tints of #37347F

#37347F
(55,52,127)
#49468A
(73,70,138)
#5B5895
(91,88,149)
#6D6AA0
(109,106,160)
#7F7CAB
(127,124,171)
#918EB6
(145,142,182)
#A3A0C1
(163,160,193)
#B5B2CC
(181,178,204)
#C7C4D7
(199,196,215)
#D9D6E2
(217,214,226)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37347F color. Also use rgb(55,52,127) instead hex code.

Text Font Color

.myTextColor { color: #37347F; }

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

This text font color is #37347F.


Background Color

.myBgColor { background-color: #37347F; }

<div style="background-color:#37347F">Inner text</div>

This div background color is #37347F.


Border color

.myBorderColor { border: 1px solid #37347F; }

<div style="border:3px solid #37347F">Div</div>

This div border color is #37347F.


Opacity

.myOpacity80 { color: #37347F; opacity: 0.8; }

<p style="color:#37347F;opacity:0.8;">80%</p>

Text with #37347F 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 #37347F;}

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

This text has shadow with #37347F color.

.textShadow {text-shadow: 3px 3px 1px #37347F, 3px 3px 1px red;}

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

This text has shadow with #37347F primary color and red secondary color.


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

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

This text has shadow with #37347F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37347F on black background.


Color preview on white background

This text has color #37347F on white background.



Black color preview on #37347F background

This text has black color on #37347F background.


White color preview on #37347F background

This text has white color on #37347F background.