COLOR #370473

HEX: #370473
RGB: (55,4,115)

Color info

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

RGB color model

#370473 color RGB value is (55,4,115).

  • red value is 55;
  • green value is 4;
  • blue value is 115.
RGB:
(55,4,115)
(22%,2%,45%)

RGB channels and saturation

R 55 of 255 = 22%
G 4 of 255 = 2%
B 115 of 255 = 45%

55
4
115

R + G + B ~ 23%. #370473 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 4 + 115 = 174 (100%)
R 55 of 174 ~ 31.61%
G 4 of 174 ~ 2.3%
B 115 of 174 ~ 66.09%

%31.61
%66.09

CMYK color model

#370473 color CMYK value is (52,97,0,55).

  • cyan value is 52.17%
  • magenta value is 96.52%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(52,97,0,55)
C52M97Y0K55 
(52%,97%,0%,55%)
(0.52/0.97/0.00/0.55)	

CMYK percentages

%52.17
%96.52
%0
%54.9

Codes

Color #370473 in popluar color models

370473
RGB554115
HSL268°93.28%23.33%
HSB/HSV268°96.52%45.10%
CMYK52.17%96.52%0.00%
54.90%

Color #370473 in popluar number systems.

HEX370473
Decimal554115
Binary1101111001110011
Octal674163

Shades and tints

Shades of #370473

#370473
(55,4,115)
#320469
(50,4,105)
#2D045F
(45,4,95)
#280455
(40,4,85)
#23044B
(35,4,75)
#1E0441
(30,4,65)
#190437
(25,4,55)
#14042D
(20,4,45)
#0F0423
(15,4,35)
#0A0419
(10,4,25)
#05040F
(5,4,15)
#000000
(0,0,0)

Tints of #370473

#370473
(55,4,115)
#491A7F
(73,26,127)
#5B308B
(91,48,139)
#6D4697
(109,70,151)
#7F5CA3
(127,92,163)
#9172AF
(145,114,175)
#A388BB
(163,136,187)
#B59EC7
(181,158,199)
#C7B4D3
(199,180,211)
#D9CADF
(217,202,223)
#EBE0EB
(235,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370473 color. Also use rgb(55,4,115) instead hex code.

Text Font Color

.myTextColor { color: #370473; }

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

This text font color is #370473.


Background Color

.myBgColor { background-color: #370473; }

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

This div background color is #370473.


Border color

.myBorderColor { border: 1px solid #370473; }

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

This div border color is #370473.


Opacity

.myOpacity80 { color: #370473; opacity: 0.8; }

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

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

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

This text has shadow with #370473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370473 on black background.


Color preview on white background

This text has color #370473 on white background.



Black color preview on #370473 background

This text has black color on #370473 background.


White color preview on #370473 background

This text has white color on #370473 background.