COLOR #37147D

HEX: #37147D
RGB: (55,20,125)

Color info

#37147D contains mainly blue color. Web safe color of #37147D is #330066 (or #306).

RGB color model

#37147D color RGB value is (55,20,125).

  • red value is 55;
  • green value is 20;
  • blue value is 125.
RGB:
(55,20,125)
(22%,8%,49%)

RGB channels and saturation

R 55 of 255 = 22%
G 20 of 255 = 8%
B 125 of 255 = 49%

55
20
125

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

Portions of RGB colors in percentages

R + G + B =
55 + 20 + 125 = 200 (100%)
R 55 of 200 ~ 27.5%
G 20 of 200 ~ 10%
B 125 of 200 ~ 62.5%

%27.5
%10
%62.5

CMYK color model

#37147D color CMYK value is (56,84,0,51).

  • cyan value is 56.00%
  • magenta value is 84.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(56,84,0,51)
C56M84Y0K51 
(56%,84%,0%,51%)
(0.56/0.84/0.00/0.51)	

CMYK percentages

%56
%84
%0
%50.98

Codes

Color #37147D in popluar color models

37147D
RGB5520125
HSL260°72.41%28.43%
HSB/HSV260°84.00%49.02%
CMYK56.00%84.00%0.00%
50.98%

Color #37147D in popluar number systems.

HEX37147D
Decimal5520125
Binary110111101001111101
Octal6724175

Shades and tints

Shades of #37147D

#37147D
(55,20,125)
#321372
(50,19,114)
#2D1267
(45,18,103)
#28115C
(40,17,92)
#231051
(35,16,81)
#1E0F46
(30,15,70)
#190E3B
(25,14,59)
#140D30
(20,13,48)
#0F0C25
(15,12,37)
#0A0B1A
(10,11,26)
#050A0F
(5,10,15)
#000000
(0,0,0)

Tints of #37147D

#37147D
(55,20,125)
#492988
(73,41,136)
#5B3E93
(91,62,147)
#6D539E
(109,83,158)
#7F68A9
(127,104,169)
#917DB4
(145,125,180)
#A392BF
(163,146,191)
#B5A7CA
(181,167,202)
#C7BCD5
(199,188,213)
#D9D1E0
(217,209,224)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37147D color. Also use rgb(55,20,125) instead hex code.

Text Font Color

.myTextColor { color: #37147D; }

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

This text font color is #37147D.


Background Color

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

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

This div background color is #37147D.


Border color

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

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

This div border color is #37147D.


Opacity

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

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

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

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

This text has shadow with #37147D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37147D on black background.


Color preview on white background

This text has color #37147D on white background.



Black color preview on #37147D background

This text has black color on #37147D background.


White color preview on #37147D background

This text has white color on #37147D background.