#322C99

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

Shades of Dark Slate Blue #322C99

Tints of Dark Slate Blue #322C99

Color information

#322C99 (or 0x322C99) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 2C and 99. RGB value is (50,44,153). Sum of RGB (Red+Green+Blue) = 50+44+153=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #322C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322C99 is #CDD366. Grayscale: #393939. Windows color (decimal): -13488999 or 10038322. OLE color: 10038322.

HSL color Cylindrical-coordinate representation of color #322C99: hue angle of 243.3º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #322C99 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5044153-
CMYK0.670.7100.4
HSL243.3º55.33%38.63%-
HSV(B)243.3º71.24%60%-
XYZ7.974.7830.64-
YUV58.22181.49122.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 44 (17.58% from 255) = 17.81%
BLUE value IS 153 (60.16% from 255) = 61.94%
R=20.24%
G=17.81%
B=61.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50441530.670.7100.4243.355.3338.63
Hex322C994347028f33727
Octal62542311031070503636747
Binary1100101011001001100110000111000111010100011110011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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