COLOR #372558

HEX: #372558
RGB: (55,37,88)

Color info

#372558 contains red, green and blue colors in about the same proportion. Web safe color of #372558 is #333366 (or #336).

RGB color model

#372558 color RGB value is (55,37,88).

  • red value is 55;
  • green value is 37;
  • blue value is 88.
RGB:
(55,37,88)
(22%,15%,35%)

RGB channels and saturation

R 55 of 255 = 22%
G 37 of 255 = 15%
B 88 of 255 = 35%

55
37
88

R + G + B ~ 24%. #372558 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 37 + 88 = 180 (100%)
R 55 of 180 ~ 30.56%
G 37 of 180 ~ 20.56%
B 88 of 180 ~ 48.89%

%30.56
%20.56
%48.89

CMYK color model

#372558 color CMYK value is (38,58,0,65).

  • cyan value is 37.50%
  • magenta value is 57.95%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(38,58,0,65)
C38M58Y0K65 
(38%,58%,0%,65%)
(0.38/0.58/0.00/0.65)	

CMYK percentages

%37.5
%57.95
%0
%65.49

Codes

Color #372558 in popluar color models

372558
RGB553788
HSL261°40.80%24.51%
HSB/HSV261°57.95%34.51%
CMYK37.50%57.95%0.00%
65.49%

Color #372558 in popluar number systems.

HEX372558
Decimal553788
Binary1101111001011011000
Octal6745130

Shades and tints

Shades of #372558

#372558
(55,37,88)
#322250
(50,34,80)
#2D1F48
(45,31,72)
#281C40
(40,28,64)
#231938
(35,25,56)
#1E1630
(30,22,48)
#191328
(25,19,40)
#141020
(20,16,32)
#0F0D18
(15,13,24)
#0A0A10
(10,10,16)
#050708
(5,7,8)
#000000
(0,0,0)

Tints of #372558

#372558
(55,37,88)
#493867
(73,56,103)
#5B4B76
(91,75,118)
#6D5E85
(109,94,133)
#7F7194
(127,113,148)
#9184A3
(145,132,163)
#A397B2
(163,151,178)
#B5AAC1
(181,170,193)
#C7BDD0
(199,189,208)
#D9D0DF
(217,208,223)
#EBE3EE
(235,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372558 color. Also use rgb(55,37,88) instead hex code.

Text Font Color

.myTextColor { color: #372558; }

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

This text font color is #372558.


Background Color

.myBgColor { background-color: #372558; }

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

This div background color is #372558.


Border color

.myBorderColor { border: 1px solid #372558; }

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

This div border color is #372558.


Opacity

.myOpacity80 { color: #372558; opacity: 0.8; }

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

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

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

This text has shadow with #372558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372558 on black background.


Color preview on white background

This text has color #372558 on white background.



Black color preview on #372558 background

This text has black color on #372558 background.


White color preview on #372558 background

This text has white color on #372558 background.