#322DA2

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

Shades of Dark Slate Blue #322DA2

Tints of Dark Slate Blue #322DA2

Color information

#322DA2 (or 0x322DA2) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 2D and A2. RGB value is (50,45,162). Sum of RGB (Red+Green+Blue) = 50+45+162=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 162 (63.67% from 255 or 63.04% from 257); Max value from RGB is 162 - color contains mainly: blue. Hex color #322DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322DA2 is #CDD25D. Grayscale: #3B3B3B. Windows color (decimal): -13488734 or 10628402. OLE color: 10628402.

HSL color Cylindrical-coordinate representation of color #322DA2: hue angle of 242.56º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #322DA2 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5045162-
CMYK0.690.7200.36
HSL242.56º56.52%40.59%-
HSV(B)242.56º72.22%63.53%-
XYZ8.785.1634.72-
YUV59.83185.66120.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.46%
GREEN value IS 45 (17.97% from 255) = 17.51%
BLUE value IS 162 (63.67% from 255) = 63.04%
R=19.46%
G=17.51%
B=63.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50451620.690.7200.36242.5656.5240.59
Hex322DA24548024f33929
Octal62552421051100443637151
Binary1100101011011010001010001011001000010010011110011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322DA2; }

 p { color: rgb(50,45,162); }

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

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

 a { background-color: rgb(50,45,162); }

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

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

 span { border-color: rgb(50,45,162); }

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