#322C8E

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

Shades of Dark Slate Blue #322C8E

Tints of Dark Slate Blue #322C8E

Color information

#322C8E (or 0x322C8E) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 2C and 8E. RGB value is (50,44,142). Sum of RGB (Red+Green+Blue) = 50+44+142=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #322C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322C8E is #CDD371. Grayscale: #383838. Windows color (decimal): -13489010 or 9317426. OLE color: 9317426.

HSL color Cylindrical-coordinate representation of color #322C8E: hue angle of 243.67º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #322C8E is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5044142-
CMYK0.650.6900.44
HSL243.67º52.69%36.47%-
HSV(B)243.67º69.01%55.69%-
XYZ7.14.4326.07-
YUV56.97175.99123.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.19%
GREEN value IS 44 (17.58% from 255) = 18.64%
BLUE value IS 142 (55.86% from 255) = 60.17%
R=21.19%
G=18.64%
B=60.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50441420.650.6900.44243.6752.6936.47
Hex322C8E414502Cf43524
Octal62542161011050543646544
Binary1100101011001000111010000011000101010110011110100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,44,142); }

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

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

 a { background-color: rgb(50,44,142); }

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

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

 span { border-color: rgb(50,44,142); }

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