COLOR #370894

HEX: #370894
RGB: (55,8,148)

Color info

#370894 contains mainly blue color. Web safe color of #370894 is #330099 (or #309).

RGB color model

#370894 color RGB value is (55,8,148).

  • red value is 55;
  • green value is 8;
  • blue value is 148.
RGB:
(55,8,148)
(22%,3%,58%)

RGB channels and saturation

R 55 of 255 = 22%
G 8 of 255 = 3%
B 148 of 255 = 58%

55
8
148

R + G + B ~ 28%. #370894 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 8 + 148 = 211 (100%)
R 55 of 211 ~ 26.07%
G 8 of 211 ~ 3.79%
B 148 of 211 ~ 70.14%

%26.07
%70.14

CMYK color model

#370894 color CMYK value is (63,95,0,42).

  • cyan value is 62.84%
  • magenta value is 94.59%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(63,95,0,42)
C63M95Y0K42 
(63%,95%,0%,42%)
(0.63/0.95/0.00/0.42)	

CMYK percentages

%62.84
%94.59
%0
%41.96

Codes

Color #370894 in popluar color models

370894
RGB558148
HSL260°89.74%30.59%
HSB/HSV260°94.59%58.04%
CMYK62.84%94.59%0.00%
41.96%

Color #370894 in popluar number systems.

HEX370894
Decimal558148
Binary110111100010010100
Octal6710224

Shades and tints

Shades of #370894

#370894
(55,8,148)
#320887
(50,8,135)
#2D087A
(45,8,122)
#28086D
(40,8,109)
#230860
(35,8,96)
#1E0853
(30,8,83)
#190846
(25,8,70)
#140839
(20,8,57)
#0F082C
(15,8,44)
#0A081F
(10,8,31)
#050812
(5,8,18)
#000000
(0,0,0)

Tints of #370894

#370894
(55,8,148)
#491E9D
(73,30,157)
#5B34A6
(91,52,166)
#6D4AAF
(109,74,175)
#7F60B8
(127,96,184)
#9176C1
(145,118,193)
#A38CCA
(163,140,202)
#B5A2D3
(181,162,211)
#C7B8DC
(199,184,220)
#D9CEE5
(217,206,229)
#EBE4EE
(235,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370894 color. Also use rgb(55,8,148) instead hex code.

Text Font Color

.myTextColor { color: #370894; }

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

This text font color is #370894.


Background Color

.myBgColor { background-color: #370894; }

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

This div background color is #370894.


Border color

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

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

This div border color is #370894.


Opacity

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

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

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

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

This text has shadow with #370894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370894 on black background.


Color preview on white background

This text has color #370894 on white background.



Black color preview on #370894 background

This text has black color on #370894 background.


White color preview on #370894 background

This text has white color on #370894 background.