#372E87

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

Shades of Dark Slate Blue #372E87

Tints of Dark Slate Blue #372E87

Color information

#372E87 (or 0x372E87) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 2E and 87. RGB value is (55,46,135). Sum of RGB (Red+Green+Blue) = 55+46+135=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #372E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372E87 is #C8D178. Grayscale: #3A3A3A. Windows color (decimal): -13160825 or 8859191. OLE color: 8859191.

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

Color convert

RGB5546135-
CMYK0.590.6600.47
HSL246.07º49.17%35.49%-
HSV(B)246.07º65.93%52.94%-
XYZ6.934.5223.43-
YUV58.84170.98125.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.31%
GREEN value IS 46 (18.36% from 255) = 19.49%
BLUE value IS 135 (53.12% from 255) = 57.20%
R=23.31%
G=19.49%
B=57.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55461350.590.6600.47246.0749.1735.49
Hex372E873B4202Ff63123
Octal6756207731020573666143
Binary110111101110100001111110111000010010111111110110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,46,135); }

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

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

 a { background-color: rgb(55,46,135); }

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

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

 span { border-color: rgb(55,46,135); }

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