#372B86

Color #372B86 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #372B86

Tints of Dark Slate Blue #372B86

Color information

#372B86 (or 0x372B86) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 2B and 86. RGB value is (55,43,134). Sum of RGB (Red+Green+Blue) = 55+43+134=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #372B86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372B86 is #C8D479. Grayscale: #383838. Windows color (decimal): -13161594 or 8792887. OLE color: 8792887.

HSL color Cylindrical-coordinate representation of color #372B86: hue angle of 247.91º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #372B86 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5543134-
CMYK0.590.6800.47
HSL247.91º51.41%34.71%-
HSV(B)247.91º67.91%52.55%-
XYZ6.744.2623.02-
YUV56.96171.48126.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 23.71%
GREEN value IS 43 (17.19% from 255) = 18.53%
BLUE value IS 134 (52.73% from 255) = 57.76%
R=23.71%
G=18.53%
B=57.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55431340.590.6800.47247.9151.4134.71
Hex372B863B4402Ff83323
Octal6753206731040573706343
Binary110111101011100001101110111000100010111111111000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372B86; }

 p { color: rgb(55,43,134); }

 H1.HeaderClassName
 {
   color: #372B86;
 }
 .AnyTagClassName
 {
   color: #372B86;
 }
</style>
background-color css

<style>
 a { background-color: #372B86; }

 a { background-color: rgb(55,43,134); }

 div.DivClassName
 {
   background-color: #372B86;
 }
 .BgClassName
 {
   background-color: #372B86;
 }
</style>
border-color css

<style>
 span { border-color: #372B86; }

 span { border-color: rgb(55,43,134); }

 td.TdClassName
 {
   border-color: #372B86;
 }
 .TagClassName
 {
   border-color: #372B86;
 }
</style>