COLOR #372460

HEX: #372460
RGB: (55,36,96)

Color info

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

RGB color model

#372460 color RGB value is (55,36,96).

  • red value is 55;
  • green value is 36;
  • blue value is 96.
RGB:
(55,36,96)
(22%,14%,38%)

RGB channels and saturation

R 55 of 255 = 22%
G 36 of 255 = 14%
B 96 of 255 = 38%

55
36
96

R + G + B ~ 25%. #372460 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 36 + 96 = 187 (100%)
R 55 of 187 ~ 29.41%
G 36 of 187 ~ 19.25%
B 96 of 187 ~ 51.34%

%29.41
%19.25
%51.34

CMYK color model

#372460 color CMYK value is (43,63,0,62).

  • cyan value is 42.71%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(43,63,0,62)
C43M63Y0K62 
(43%,63%,0%,62%)
(0.43/0.63/0.00/0.62)	

CMYK percentages

%42.71
%62.5
%0
%62.35

Codes

Color #372460 in popluar color models

372460
RGB553696
HSL259°45.45%25.88%
HSB/HSV259°62.50%37.65%
CMYK42.71%62.50%0.00%
62.35%

Color #372460 in popluar number systems.

HEX372460
Decimal553696
Binary1101111001001100000
Octal6744140

Shades and tints

Shades of #372460

#372460
(55,36,96)
#322158
(50,33,88)
#2D1E50
(45,30,80)
#281B48
(40,27,72)
#231840
(35,24,64)
#1E1538
(30,21,56)
#191230
(25,18,48)
#140F28
(20,15,40)
#0F0C20
(15,12,32)
#0A0918
(10,9,24)
#050610
(5,6,16)
#000000
(0,0,0)

Tints of #372460

#372460
(55,36,96)
#49376E
(73,55,110)
#5B4A7C
(91,74,124)
#6D5D8A
(109,93,138)
#7F7098
(127,112,152)
#9183A6
(145,131,166)
#A396B4
(163,150,180)
#B5A9C2
(181,169,194)
#C7BCD0
(199,188,208)
#D9CFDE
(217,207,222)
#EBE2EC
(235,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372460 color. Also use rgb(55,36,96) instead hex code.

Text Font Color

.myTextColor { color: #372460; }

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

This text font color is #372460.


Background Color

.myBgColor { background-color: #372460; }

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

This div background color is #372460.


Border color

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

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

This div border color is #372460.


Opacity

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

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

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

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

This text has shadow with #372460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372460 on black background.


Color preview on white background

This text has color #372460 on white background.



Black color preview on #372460 background

This text has black color on #372460 background.


White color preview on #372460 background

This text has white color on #372460 background.