#372594

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

Shades of Dark Slate Blue #372594

Tints of Dark Slate Blue #372594

Color information

#372594 (or 0x372594) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 25 and 94. RGB value is (55,37,148). Sum of RGB (Red+Green+Blue) = 55+37+148=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #372594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372594 is #C8DA6B. Grayscale: #363636. Windows color (decimal): -13163116 or 9708855. OLE color: 9708855.

HSL color Cylindrical-coordinate representation of color #372594: hue angle of 249.73º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #372594 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5537148-
CMYK0.630.7500.42
HSL249.73º60%36.27%-
HSV(B)249.73º75%58.04%-
XYZ7.584.2728.44-
YUV55.04180.46127.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 148 (58.20% from 255) = 61.67%
R=22.92%
G=15.42%
B=61.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55371480.630.7500.42249.736036.27
Hex3725943F4B02Afa3c24
Octal6745224771130523727444
Binary110111100101100101001111111001011010101011111010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372594; }

 p { color: rgb(55,37,148); }

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

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

 a { background-color: rgb(55,37,148); }

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

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

 span { border-color: rgb(55,37,148); }

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