#322595

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

Shades of Dark Slate Blue #322595

Tints of Dark Slate Blue #322595

Color information

#322595 (or 0x322595) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 25 and 95. RGB value is (50,37,149). Sum of RGB (Red+Green+Blue) = 50+37+149=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #322595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322595 is #CDDA6A. Grayscale: #353535. Windows color (decimal): -13490795 or 9774386. OLE color: 9774386.

HSL color Cylindrical-coordinate representation of color #322595: hue angle of 246.96º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322595 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5037149-
CMYK0.660.7500.42
HSL246.96º60.22%36.47%-
HSV(B)246.96º75.17%58.43%-
XYZ7.44.1728.85-
YUV53.66181.81125.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.19%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 149 (58.59% from 255) = 63.14%
R=21.19%
G=15.68%
B=63.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50371490.660.7500.42246.9660.2236.47
Hex322595424B02Af73c24
Octal62452251021130523677444
Binary1100101001011001010110000101001011010101011110111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322595; }

 p { color: rgb(50,37,149); }

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

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

 a { background-color: rgb(50,37,149); }

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

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

 span { border-color: rgb(50,37,149); }

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