COLOR #371F87

HEX: #371F87 RGB: (55,31,135)

Color info

#371F87 contains mainly blue color. Web safe color of #371F87 is #333399 (or #339).

RGB color model

#371F87 color RGB value is (55,31,135).

RGB: (55,31,135) (22%, 12%, 53%)

RGB channels and saturation

R 55 of 255 = 22%
G 31 of 255 = 12%
B 135 of 255 = 53%

55
31
135

R + G + B ~ 29%. #371F87 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 31 + 135 = 221 (100%)
R 55 of 221 ~ 24.89%
G 31 of 221 ~ 14.03%
B 135 of 221 ~ 61.09'%

%24.89
%14.03
%61.09

CMYK color model

#371F87 color CMYK value is (59,77,0,47).

  • cyan value is 59.26%
  • magenta value is 77.04%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (59,77,0,47)
C59M77Y0K47 (59%, 77%, 0%, 47%)
(0.59 / 0.77 / 0.00 / 0.47)

CMYK percentages

%59.26
%77.04
%0
%47.06

Codes

Color #371F87 in popluar color models

37 1F 87
RGB 55 31 135
HSL 254° 62.65% 32.55%
HSB/HSV 254° 77.04% 52.94%
CMYK 59.26% 77.04% 0.00%
47.06%

Color #371F87 in popluar number systems.

HEX 37 1F 87
Decimal 55 31 135
Binary 110111 11111 10000111
Octal 67 37 207

Shades and tints

Shades of #371F87

#371F87
(55,31,135)
#321D7B
(50,29,123)
#2D1B6F
(45,27,111)
#281963
(40,25,99)
#231757
(35,23,87)
#1E154B
(30,21,75)
#19133F
(25,19,63)
#141133
(20,17,51)
#0F0F27
(15,15,39)
#0A0D1B
(10,13,27)
#050B0F
(5,11,15)
#000000
(0,0,0)

Tints of #371F87

#371F87
(55,31,135)
#493391
(73,51,145)
#5B479B
(91,71,155)
#6D5BA5
(109,91,165)
#7F6FAF
(127,111,175)
#9183B9
(145,131,185)
#A397C3
(163,151,195)
#B5ABCD
(181,171,205)
#C7BFD7
(199,191,215)
#D9D3E1
(217,211,225)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371F87 color. Also use rgb(55,31,135) instead hex code.

Text Font Color

.myTextColor { color: #371F87; }

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

This text font color is #371F87.

Background Color

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

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

This div background color is #371F87.

Border color

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

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

This div border color is #371F87.

Opacity

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

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

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

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

This text has shadow with #371F87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #371F87.

Preview

Color preview on black background

This text has color #371F87 on black background.


Color preview on white background

This text has color #371F87 on white background.


Black color preview on #371F87 background

This text has black color on #371F87 background.


White color preview on #371F87 background

This text has white color on #371F87 background.


Related colors

Complementary color

Complementary color for #hex is #C8E078.


I love getcolorcode.com

Triadic colors

1 #87371F and #1F8737 with #371F87 are triadic colors.

2 #871F37 and #1F3787 with #371F87 are triadic colors.