#32379C

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

Shades of Dark Slate Blue #32379C

Tints of Dark Slate Blue #32379C

Color information

#32379C (or 0x32379C) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 37 and 9C. RGB value is (50,55,156). Sum of RGB (Red+Green+Blue) = 50+55+156=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #32379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32379C is #CDC863. Grayscale: #404040. Windows color (decimal): -13486180 or 10237746. OLE color: 10237746.

HSL color Cylindrical-coordinate representation of color #32379C: hue angle of 237.17º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32379C is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5055156-
CMYK0.680.6500.39
HSL237.17º51.46%40.39%-
HSV(B)237.17º67.95%61.18%-
XYZ8.685.8132.12-
YUV65.02179.34117.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 156 (61.33% from 255) = 59.77%
R=19.16%
G=21.07%
B=59.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50551560.680.6500.39237.1751.4640.39
Hex32379C4441027ed3328
Octal62672341041010473556350
Binary1100101101111001110010001001000001010011111101101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32379C; }

 p { color: rgb(50,55,156); }

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

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

 a { background-color: rgb(50,55,156); }

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

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

 span { border-color: rgb(50,55,156); }

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