COLOR #370E79

HEX: #370E79
RGB: (55,14,121)

Color info

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

RGB color model

#370E79 color RGB value is (55,14,121).

  • red value is 55;
  • green value is 14;
  • blue value is 121.
RGB:
(55,14,121)
(22%,5%,47%)

RGB channels and saturation

R 55 of 255 = 22%
G 14 of 255 = 5%
B 121 of 255 = 47%

55
14
121

R + G + B ~ 25%. #370E79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 14 + 121 = 190 (100%)
R 55 of 190 ~ 28.95%
G 14 of 190 ~ 7.37%
B 121 of 190 ~ 63.68%

%28.95
%63.68

CMYK color model

#370E79 color CMYK value is (55,88,0,53).

  • cyan value is 54.55%
  • magenta value is 88.43%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(55,88,0,53)
C55M88Y0K53 
(55%,88%,0%,53%)
(0.55/0.88/0.00/0.53)	

CMYK percentages

%54.55
%88.43
%0
%52.55

Codes

Color #370E79 in popluar color models

370E79
RGB5514121
HSL263°79.26%26.47%
HSB/HSV263°88.43%47.45%
CMYK54.55%88.43%0.00%
52.55%

Color #370E79 in popluar number systems.

HEX370E79
Decimal5514121
Binary11011111101111001
Octal6716171

Shades and tints

Shades of #370E79

#370E79
(55,14,121)
#320D6E
(50,13,110)
#2D0C63
(45,12,99)
#280B58
(40,11,88)
#230A4D
(35,10,77)
#1E0942
(30,9,66)
#190837
(25,8,55)
#14072C
(20,7,44)
#0F0621
(15,6,33)
#0A0516
(10,5,22)
#05040B
(5,4,11)
#000000
(0,0,0)

Tints of #370E79

#370E79
(55,14,121)
#492385
(73,35,133)
#5B3891
(91,56,145)
#6D4D9D
(109,77,157)
#7F62A9
(127,98,169)
#9177B5
(145,119,181)
#A38CC1
(163,140,193)
#B5A1CD
(181,161,205)
#C7B6D9
(199,182,217)
#D9CBE5
(217,203,229)
#EBE0F1
(235,224,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370E79 color. Also use rgb(55,14,121) instead hex code.

Text Font Color

.myTextColor { color: #370E79; }

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

This text font color is #370E79.


Background Color

.myBgColor { background-color: #370E79; }

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

This div background color is #370E79.


Border color

.myBorderColor { border: 1px solid #370E79; }

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

This div border color is #370E79.


Opacity

.myOpacity80 { color: #370E79; opacity: 0.8; }

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

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

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

This text has shadow with #370E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370E79 on black background.


Color preview on white background

This text has color #370E79 on white background.



Black color preview on #370E79 background

This text has black color on #370E79 background.


White color preview on #370E79 background

This text has white color on #370E79 background.