#322596

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

Shades of Dark Slate Blue #322596

Tints of Dark Slate Blue #322596

Color information

#322596 (or 0x322596) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 25 and 96. RGB value is (50,37,150). Sum of RGB (Red+Green+Blue) = 50+37+150=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #322596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322596 is #CDDA69. Grayscale: #353535. Windows color (decimal): -13490794 or 9839922. OLE color: 9839922.

HSL color Cylindrical-coordinate representation of color #322596: hue angle of 246.9º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322596 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5037150-
CMYK0.670.7500.41
HSL246.9º60.43%36.67%-
HSV(B)246.9º75.33%58.82%-
XYZ7.484.229.27-
YUV53.77182.31125.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 37 (14.84% from 255) = 15.61%
BLUE value IS 150 (58.98% from 255) = 63.29%
R=21.10%
G=15.61%
B=63.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50371500.670.7500.41246.960.4336.67
Hex322596434B029f73c25
Octal62452261031130513677445
Binary1100101001011001011010000111001011010100111110111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322596; }

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

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

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

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

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

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

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

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