#372987

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

Shades of Dark Slate Blue #372987

Tints of Dark Slate Blue #372987

Color information

#372987 (or 0x372987) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 29 and 87. RGB value is (55,41,135). Sum of RGB (Red+Green+Blue) = 55+41+135=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #372987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372987 is #C8D678. Grayscale: #373737. Windows color (decimal): -13162105 or 8857911. OLE color: 8857911.

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

Color convert

RGB5541135-
CMYK0.590.7000.47
HSL248.94º53.41%34.51%-
HSV(B)248.94º69.63%52.94%-
XYZ6.744.1523.37-
YUV55.9172.64127.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.81%
GREEN value IS 41 (16.41% from 255) = 17.75%
BLUE value IS 135 (53.12% from 255) = 58.44%
R=23.81%
G=17.75%
B=58.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55411350.590.7000.47248.9453.4134.51
Hex3729873B4602Ff93523
Octal6751207731060573716543
Binary110111101001100001111110111000110010111111111001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372987; }

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

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

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

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

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

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

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

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