#32379A

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

Shades of Dark Slate Blue #32379A

Tints of Dark Slate Blue #32379A

Color information

#32379A (or 0x32379A) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 37 and 9A. RGB value is (50,55,154). Sum of RGB (Red+Green+Blue) = 50+55+154=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 154 (60.55% from 255 or 59.46% from 259); Max value from RGB is 154 - color contains mainly: blue. Hex color #32379A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32379A is #CDC865. Grayscale: #404040. Windows color (decimal): -13486182 or 10106674. OLE color: 10106674.

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

Color convert

RGB5055154-
CMYK0.680.6400.40
HSL237.12º50.98%40%-
HSV(B)237.12º67.53%60.39%-
XYZ8.515.7431.23-
YUV64.79178.34117.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.31%
GREEN value IS 55 (21.88% from 255) = 21.24%
BLUE value IS 154 (60.55% from 255) = 59.46%
R=19.31%
G=21.24%
B=59.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50551540.680.6400.40237.1250.9840
Hex32379A4440028ed3328
Octal62672321041000503556350
Binary1100101101111001101010001001000000010100011101101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32379A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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