#32379F

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

Shades of Dark Slate Blue #32379F

Tints of Dark Slate Blue #32379F

Color information

#32379F (or 0x32379F) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 37 and 9F. RGB value is (50,55,159). Sum of RGB (Red+Green+Blue) = 50+55+159=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #32379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32379F is #CDC860. Grayscale: #404040. Windows color (decimal): -13486177 or 10434354. OLE color: 10434354.

HSL color Cylindrical-coordinate representation of color #32379F: hue angle of 237.25º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32379F is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5055159-
CMYK0.690.6500.38
HSL237.25º52.15%40.98%-
HSV(B)237.25º68.55%62.35%-
XYZ8.945.9133.47-
YUV65.36180.84117.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 55 (21.88% from 255) = 20.83%
BLUE value IS 159 (62.5% from 255) = 60.23%
R=18.94%
G=20.83%
B=60.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50551590.690.6500.38237.2552.1540.98
Hex32379F4541026ed3429
Octal62672371051010463556451
Binary1100101101111001111110001011000001010011011101101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32379F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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