COLOR #371B72

HEX: #371B72 RGB: (55,27,114)

Color info

#371B72 contains mainly red and blue colors. Web safe color of #371B72 is #333366 (or #336).

RGB color model

#371B72 color RGB value is (55,27,114).

RGB: (55,27,114) (22%, 11%, 45%)

RGB channels and saturation

R 55 of 255 = 22%
G 27 of 255 = 11%
B 114 of 255 = 45%

55
27
114

R + G + B ~ 26%. #371B72 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 27 + 114 = 196 (100%)
R 55 of 196 ~ 28.06%
G 27 of 196 ~ 13.78%
B 114 of 196 ~ 58.16'%

%28.06
%13.78
%58.16

CMYK color model

#371B72 color CMYK value is (52,76,0,55).

  • cyan value is 51.75%
  • magenta value is 76.32%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (52,76,0,55)
C52M76Y0K55 (52%, 76%, 0%, 55%)
(0.52 / 0.76 / 0.00 / 0.55)

CMYK percentages

%51.75
%76.32
%0
%55.29

Codes

Color #371B72 in popluar color models

37 1B 72
RGB 55 27 114
HSL 259° 61.70% 27.65%
HSB/HSV 259° 76.32% 44.71%
CMYK 51.75% 76.32% 0.00%
55.29%

Color #371B72 in popluar number systems.

HEX 37 1B 72
Decimal 55 27 114
Binary 110111 11011 1110010
Octal 67 33 162

Shades and tints

Shades of #371B72

#371B72
(55,27,114)
#321968
(50,25,104)
#2D175E
(45,23,94)
#281554
(40,21,84)
#23134A
(35,19,74)
#1E1140
(30,17,64)
#190F36
(25,15,54)
#140D2C
(20,13,44)
#0F0B22
(15,11,34)
#0A0918
(10,9,24)
#05070E
(5,7,14)
#000000
(0,0,0)

Tints of #371B72

#371B72
(55,27,114)
#492F7E
(73,47,126)
#5B438A
(91,67,138)
#6D5796
(109,87,150)
#7F6BA2
(127,107,162)
#917FAE
(145,127,174)
#A393BA
(163,147,186)
#B5A7C6
(181,167,198)
#C7BBD2
(199,187,210)
#D9CFDE
(217,207,222)
#EBE3EA
(235,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371B72; }

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

This text font color is #371B72.

Background Color

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

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

This div background color is #371B72.

Border color

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

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

This div border color is #371B72.

Opacity

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

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

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

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

This text has shadow with #371B72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #371B72.

Preview

Color preview on black background

This text has color #371B72 on black background.


Color preview on white background

This text has color #371B72 on white background.


Black color preview on #371B72 background

This text has black color on #371B72 background.


White color preview on #371B72 background

This text has white color on #371B72 background.


Related colors

Complementary color

Complementary color for #hex is #C8E48D.


I love getcolorcode.com

Triadic colors

1 #72371B and #1B7237 with #371B72 are triadic colors.

2 #721B37 and #1B3772 with #371B72 are triadic colors.