COLOR #371365

HEX: #371365
RGB: (55,19,101)

Color info

#371365 contains mainly red and blue colors. Web safe color of #371365 is #330066 (or #306).

RGB color model

#371365 color RGB value is (55,19,101).

  • red value is 55;
  • green value is 19;
  • blue value is 101.
RGB:
(55,19,101)
(22%,7%,40%)

RGB channels and saturation

R 55 of 255 = 22%
G 19 of 255 = 7%
B 101 of 255 = 40%

55
19
101

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

Portions of RGB colors in percentages

R + G + B =
55 + 19 + 101 = 175 (100%)
R 55 of 175 ~ 31.43%
G 19 of 175 ~ 10.86%
B 101 of 175 ~ 57.71%

%31.43
%10.86
%57.71

CMYK color model

#371365 color CMYK value is (46,81,0,60).

  • cyan value is 45.54%
  • magenta value is 81.19%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(46,81,0,60)
C46M81Y0K60 
(46%,81%,0%,60%)
(0.46/0.81/0.00/0.60)	

CMYK percentages

%45.54
%81.19
%0
%60.39

Codes

Color #371365 in popluar color models

371365
RGB5519101
HSL266°68.33%23.53%
HSB/HSV266°81.19%39.61%
CMYK45.54%81.19%0.00%
60.39%

Color #371365 in popluar number systems.

HEX371365
Decimal5519101
Binary110111100111100101
Octal6723145

Shades and tints

Shades of #371365

#371365
(55,19,101)
#32125C
(50,18,92)
#2D1153
(45,17,83)
#28104A
(40,16,74)
#230F41
(35,15,65)
#1E0E38
(30,14,56)
#190D2F
(25,13,47)
#140C26
(20,12,38)
#0F0B1D
(15,11,29)
#0A0A14
(10,10,20)
#05090B
(5,9,11)
#000000
(0,0,0)

Tints of #371365

#371365
(55,19,101)
#492873
(73,40,115)
#5B3D81
(91,61,129)
#6D528F
(109,82,143)
#7F679D
(127,103,157)
#917CAB
(145,124,171)
#A391B9
(163,145,185)
#B5A6C7
(181,166,199)
#C7BBD5
(199,187,213)
#D9D0E3
(217,208,227)
#EBE5F1
(235,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371365 color. Also use rgb(55,19,101) instead hex code.

Text Font Color

.myTextColor { color: #371365; }

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

This text font color is #371365.


Background Color

.myBgColor { background-color: #371365; }

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

This div background color is #371365.


Border color

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

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

This div border color is #371365.


Opacity

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

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

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

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

This text has shadow with #371365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371365 on black background.


Color preview on white background

This text has color #371365 on white background.



Black color preview on #371365 background

This text has black color on #371365 background.


White color preview on #371365 background

This text has white color on #371365 background.