COLOR #372C69

HEX: #372C69 RGB: (55,44,105)

Color info

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

RGB color model

#372C69 color RGB value is (55,44,105).

RGB: (55,44,105) (22%, 17%, 41%)

RGB channels and saturation

R 55 of 255 = 22%
G 44 of 255 = 17%
B 105 of 255 = 41%

55
44
105

R + G + B ~ 27%. #372C69 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 44 + 105 = 204 (100%)
R 55 of 204 ~ 26.96%
G 44 of 204 ~ 21.57%
B 105 of 204 ~ 51.47'%

%26.96
%21.57
%51.47

CMYK color model

#372C69 color CMYK value is (48,58,0,59).

  • cyan value is 47.62%
  • magenta value is 58.10%
  • yellow value is 0.00%
  • key color value is 58.82%

CMYK: (48,58,0,59)
C48M58Y0K59 (48%, 58%, 0%, 59%)
(0.48 / 0.58 / 0.00 / 0.59)

CMYK percentages

%47.62
%58.1
%0
%58.82

Codes

Color #372C69 in popluar color models

37 2C 69
RGB 55 44 105
HSL 251° 40.94% 29.22%
HSB/HSV 251° 58.10% 41.18%
CMYK 47.62% 58.10% 0.00%
58.82%

Color #372C69 in popluar number systems.

HEX 37 2C 69
Decimal 55 44 105
Binary 110111 101100 1101001
Octal 67 54 151

Shades and tints

Shades of #372C69

#372C69
(55,44,105)
#322860
(50,40,96)
#2D2457
(45,36,87)
#28204E
(40,32,78)
#231C45
(35,28,69)
#1E183C
(30,24,60)
#191433
(25,20,51)
#14102A
(20,16,42)
#0F0C21
(15,12,33)
#0A0818
(10,8,24)
#05040F
(5,4,15)
#000000
(0,0,0)

Tints of #372C69

#372C69
(55,44,105)
#493F76
(73,63,118)
#5B5283
(91,82,131)
#6D6590
(109,101,144)
#7F789D
(127,120,157)
#918BAA
(145,139,170)
#A39EB7
(163,158,183)
#B5B1C4
(181,177,196)
#C7C4D1
(199,196,209)
#D9D7DE
(217,215,222)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372C69 color. Also use rgb(55,44,105) instead hex code.

Text Font Color

.myTextColor { color: #372C69; }

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

This text font color is #372C69.

Background Color

.myBgColor { background-color: #372C69; }

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

This div background color is #372C69.

Border color

.myBorderColor { border: 1px solid #372C69; }

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

This div border color is #372C69.

Opacity

.myOpacity80 { color: #372C69; opacity: 0.8; }

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

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

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

This text has shadow with #372C69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #372C69.

Preview

Color preview on black background

This text has color #372C69 on black background.


Color preview on white background

This text has color #372C69 on white background.


Black color preview on #372C69 background

This text has black color on #372C69 background.


White color preview on #372C69 background

This text has white color on #372C69 background.


Related colors

Complementary color

Complementary color for #hex is #C8D396.


I love getcolorcode.com

Triadic colors

1 #69372C and #2C6937 with #372C69 are triadic colors.

2 #692C37 and #2C3769 with #372C69 are triadic colors.