#322AA4

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

Shades of Dark Slate Blue #322AA4

Tints of Dark Slate Blue #322AA4

Color information

#322AA4 (or 0x322AA4) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 2A and A4. RGB value is (50,42,164). Sum of RGB (Red+Green+Blue) = 50+42+164=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 164 (64.45% from 255 or 64.06% from 256); Max value from RGB is 164 - color contains mainly: blue. Hex color #322AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322AA4 is #CDD55B. Grayscale: #393939. Windows color (decimal): -13489500 or 10758706. OLE color: 10758706.

HSL color Cylindrical-coordinate representation of color #322AA4: hue angle of 243.93º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #322AA4 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5042164-
CMYK0.700.7400.36
HSL243.93º59.22%40.39%-
HSV(B)243.93º74.39%64.31%-
XYZ8.845.0135.62-
YUV58.3187.65122.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 42 (16.80% from 255) = 16.41%
BLUE value IS 164 (64.45% from 255) = 64.06%
R=19.53%
G=16.41%
B=64.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50421640.700.7400.36243.9359.2240.39
Hex322AA4464A024f43b28
Octal62522441061120443647350
Binary1100101010101010010010001101001010010010011110100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,42,164); }

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

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

 a { background-color: rgb(50,42,164); }

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

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

 span { border-color: rgb(50,42,164); }

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