#32289B

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

Shades of Dark Slate Blue #32289B

Tints of Dark Slate Blue #32289B

Color information

#32289B (or 0x32289B) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 28 and 9B. RGB value is (50,40,155). Sum of RGB (Red+Green+Blue) = 50+40+155=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #32289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32289B is #CDD764. Grayscale: #373737. Windows color (decimal): -13490021 or 10168370. OLE color: 10168370.

HSL color Cylindrical-coordinate representation of color #32289B: hue angle of 245.22º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32289B is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5040155-
CMYK0.680.7400.39
HSL245.22º58.97%38.24%-
HSV(B)245.22º74.19%60.78%-
XYZ7.994.5631.47-
YUV56.1183.81123.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 155 (60.94% from 255) = 63.27%
R=20.41%
G=16.33%
B=63.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50401550.680.7400.39245.2258.9738.24
Hex32289B444A027f53b26
Octal62502331041120473657346
Binary1100101010001001101110001001001010010011111110101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32289B; }

 p { color: rgb(50,40,155); }

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

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

 a { background-color: rgb(50,40,155); }

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

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

 span { border-color: rgb(50,40,155); }

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