#32389b

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

Shades of Dark Slate Blue #32389B

Tints of Dark Slate Blue #32389B

Color information

#32389B (or 0x32389B) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 38 and 9B. RGB value is (50,56,155). Sum of RGB (Red+Green+Blue) = 50+56+155=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #32389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32389B is #CDC764. Grayscale: #414141. Windows color (decimal): -13485925 or 10172466. OLE color: 10172466.

HSL color Cylindrical-coordinate representation of color #32389B: hue angle of 236.57º 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 #32389B is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5056155-
CMYK0.680.6400.39
HSL236.57º51.22%40.2%-
HSV(B)236.57º67.74%60.78%-
XYZ8.655.8731.69-
YUV65.49178.51116.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 155 (60.94% from 255) = 59.39%
R=19.16%
G=21.46%
B=59.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50561550.680.6400.39236.5751.2240.2
Hex32389B4440027ed3328
Octal62702331041000473556350
Binary1100101110001001101110001001000000010011111101101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32389b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32389b; }

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

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

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

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

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

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

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

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