#322A92

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

Shades of Dark Slate Blue #322A92

Tints of Dark Slate Blue #322A92

Color information

#322A92 (or 0x322A92) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 2A and 92. RGB value is (50,42,146). Sum of RGB (Red+Green+Blue) = 50+42+146=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #322A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322A92 is #CDD56D. Grayscale: #373737. Windows color (decimal): -13489518 or 9579058. OLE color: 9579058.

HSL color Cylindrical-coordinate representation of color #322A92: hue angle of 244.62º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #322A92 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5042146-
CMYK0.660.7100.43
HSL244.62º55.32%36.86%-
HSV(B)244.62º71.23%57.25%-
XYZ7.334.4127.66-
YUV56.25178.65123.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.01%
GREEN value IS 42 (16.80% from 255) = 17.65%
BLUE value IS 146 (57.42% from 255) = 61.34%
R=21.01%
G=17.65%
B=61.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50421460.660.7100.43244.6255.3236.86
Hex322A92424702Bf53725
Octal62522221021070533656745
Binary1100101010101001001010000101000111010101111110101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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