#32399E

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

Shades of Dark Slate Blue #32399E

Tints of Dark Slate Blue #32399E

Color information

#32399E (or 0x32399E) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 39 and 9E. RGB value is (50,57,158). Sum of RGB (Red+Green+Blue) = 50+57+158=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #32399E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32399E is #CDC661. Grayscale: #424242. Windows color (decimal): -13485666 or 10369330. OLE color: 10369330.

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

Color convert

RGB5057158-
CMYK0.680.6400.38
HSL236.11º51.92%40.78%-
HSV(B)236.11º68.35%61.96%-
XYZ8.956.0733.05-
YUV66.42179.68116.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 57 (22.66% from 255) = 21.51%
BLUE value IS 158 (62.11% from 255) = 59.62%
R=18.87%
G=21.51%
B=59.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50571580.680.6400.38236.1151.9240.78
Hex32399E4440026ec3429
Octal62712361041000463546451
Binary1100101110011001111010001001000000010011011101100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32399E; }

 p { color: rgb(50,57,158); }

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

<style>
 a { background-color: #32399E; }

 a { background-color: rgb(50,57,158); }

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

<style>
 span { border-color: #32399E; }

 span { border-color: rgb(50,57,158); }

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