#322996

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

Shades of Dark Slate Blue #322996

Tints of Dark Slate Blue #322996

Color information

#322996 (or 0x322996) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 29 and 96. RGB value is (50,41,150). Sum of RGB (Red+Green+Blue) = 50+41+150=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #322996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322996 is #CDD669. Grayscale: #373737. Windows color (decimal): -13489770 or 9840946. OLE color: 9840946.

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

Color convert

RGB5041150-
CMYK0.670.7300.41
HSL244.95º57.07%37.45%-
HSV(B)244.95º72.67%58.82%-
XYZ7.614.4729.31-
YUV56.12180.98123.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 150 (58.98% from 255) = 62.24%
R=20.75%
G=17.01%
B=62.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50411500.670.7300.41244.9557.0737.45
Hex3229964349029f53925
Octal62512261031110513657145
Binary1100101010011001011010000111001001010100111110101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322996; }

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

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

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

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

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

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

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

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