COLOR #371DA2

HEX: #371DA2 RGB: (55,29,162)

Color info

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

RGB color model

#371DA2 color RGB value is (55,29,162).

RGB: (55,29,162) (22%, 11%, 64%)

RGB channels and saturation

R 55 of 255 = 22%
G 29 of 255 = 11%
B 162 of 255 = 64%

55
29
162

R + G + B ~ 32%. #371DA2 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 29 + 162 = 246 (100%)
R 55 of 246 ~ 22.36%
G 29 of 246 ~ 11.79%
B 162 of 246 ~ 65.85'%

%22.36
%11.79
%65.85

CMYK color model

#371DA2 color CMYK value is (66,82,0,36).

  • cyan value is 66.05%
  • magenta value is 82.10%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (66,82,0,36)
C66M82Y0K36 (66%, 82%, 0%, 36%)
(0.66 / 0.82 / 0.00 / 0.36)

CMYK percentages

%66.05
%82.1
%0
%36.47

Codes

Color #371DA2 in popluar color models

37 1D A2
RGB 55 29 162
HSL 252° 69.63% 37.45%
HSB/HSV 252° 82.10% 63.53%
CMYK 66.05% 82.10% 0.00%
36.47%

Color #371DA2 in popluar number systems.

HEX 37 1D A2
Decimal 55 29 162
Binary 110111 11101 10100010
Octal 67 35 242

Shades and tints

Shades of #371DA2

#371DA2
(55,29,162)
#321B94
(50,27,148)
#2D1986
(45,25,134)
#281778
(40,23,120)
#23156A
(35,21,106)
#1E135C
(30,19,92)
#19114E
(25,17,78)
#140F40
(20,15,64)
#0F0D32
(15,13,50)
#0A0B24
(10,11,36)
#050916
(5,9,22)
#000000
(0,0,0)

Tints of #371DA2

#371DA2
(55,29,162)
#4931AA
(73,49,170)
#5B45B2
(91,69,178)
#6D59BA
(109,89,186)
#7F6DC2
(127,109,194)
#9181CA
(145,129,202)
#A395D2
(163,149,210)
#B5A9DA
(181,169,218)
#C7BDE2
(199,189,226)
#D9D1EA
(217,209,234)
#EBE5F2
(235,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371DA2 color. Also use rgb(55,29,162) instead hex code.

Text Font Color

.myTextColor { color: #371DA2; }

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

This text font color is #371DA2.

Background Color

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

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

This div background color is #371DA2.

Border color

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

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

This div border color is #371DA2.

Opacity

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

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

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

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

This text has shadow with #371DA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #371DA2.

Preview

Color preview on black background

This text has color #371DA2 on black background.


Color preview on white background

This text has color #371DA2 on white background.


Black color preview on #371DA2 background

This text has black color on #371DA2 background.


White color preview on #371DA2 background

This text has white color on #371DA2 background.


Related colors

Complementary color

Complementary color for #hex is #C8E25D.


I love getcolorcode.com

Triadic colors

1 #A2371D and #1DA237 with #371DA2 are triadic colors.

2 #A21D37 and #1D37A2 with #371DA2 are triadic colors.