COLOR #371B7E

HEX: #371B7E
RGB: (55,27,126)

Color info

#371B7E contains mainly blue color. Web safe color of #371B7E is #333366 (or #336).

RGB color model

#371B7E color RGB value is (55,27,126).

  • red value is 55;
  • green value is 27;
  • blue value is 126.
RGB:
(55,27,126)
(22%,11%,49%)

RGB channels and saturation

R 55 of 255 = 22%
G 27 of 255 = 11%
B 126 of 255 = 49%

55
27
126

R + G + B ~ 27%. #371B7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 27 + 126 = 208 (100%)
R 55 of 208 ~ 26.44%
G 27 of 208 ~ 12.98%
B 126 of 208 ~ 60.58%

%26.44
%12.98
%60.58

CMYK color model

#371B7E color CMYK value is (56,79,0,51).

  • cyan value is 56.35%
  • magenta value is 78.57%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(56,79,0,51)
C56M79Y0K51 
(56%,79%,0%,51%)
(0.56/0.79/0.00/0.51)	

CMYK percentages

%56.35
%78.57
%0
%50.59

Codes

Color #371B7E in popluar color models

371B7E
RGB5527126
HSL257°64.71%30.00%
HSB/HSV257°78.57%49.41%
CMYK56.35%78.57%0.00%
50.59%

Color #371B7E in popluar number systems.

HEX371B7E
Decimal5527126
Binary110111110111111110
Octal6733176

Shades and tints

Shades of #371B7E

#371B7E
(55,27,126)
#321973
(50,25,115)
#2D1768
(45,23,104)
#28155D
(40,21,93)
#231352
(35,19,82)
#1E1147
(30,17,71)
#190F3C
(25,15,60)
#140D31
(20,13,49)
#0F0B26
(15,11,38)
#0A091B
(10,9,27)
#050710
(5,7,16)
#000000
(0,0,0)

Tints of #371B7E

#371B7E
(55,27,126)
#492F89
(73,47,137)
#5B4394
(91,67,148)
#6D579F
(109,87,159)
#7F6BAA
(127,107,170)
#917FB5
(145,127,181)
#A393C0
(163,147,192)
#B5A7CB
(181,167,203)
#C7BBD6
(199,187,214)
#D9CFE1
(217,207,225)
#EBE3EC
(235,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371B7E color. Also use rgb(55,27,126) instead hex code.

Text Font Color

.myTextColor { color: #371B7E; }

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

This text font color is #371B7E.


Background Color

.myBgColor { background-color: #371B7E; }

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

This div background color is #371B7E.


Border color

.myBorderColor { border: 1px solid #371B7E; }

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

This div border color is #371B7E.


Opacity

.myOpacity80 { color: #371B7E; opacity: 0.8; }

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

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

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

This text has shadow with #371B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371B7E on black background.


Color preview on white background

This text has color #371B7E on white background.



Black color preview on #371B7E background

This text has black color on #371B7E background.


White color preview on #371B7E background

This text has white color on #371B7E background.