#322E94

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

Shades of Dark Slate Blue #322E94

Tints of Dark Slate Blue #322E94

Color information

#322E94 (or 0x322E94) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 2E and 94. RGB value is (50,46,148). Sum of RGB (Red+Green+Blue) = 50+46+148=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #322E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322E94 is #CDD16B. Grayscale: #3A3A3A. Windows color (decimal): -13488492 or 9711154. OLE color: 9711154.

HSL color Cylindrical-coordinate representation of color #322E94: hue angle of 242.35º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #322E94 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5046148-
CMYK0.660.6900.42
HSL242.35º52.58%38.04%-
HSV(B)242.35º68.92%58.04%-
XYZ7.644.7728.54-
YUV58.82178.33121.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.49%
GREEN value IS 46 (18.36% from 255) = 18.85%
BLUE value IS 148 (58.20% from 255) = 60.66%
R=20.49%
G=18.85%
B=60.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50461480.660.6900.42242.3552.5838.04
Hex322E94424502Af23526
Octal62562241021050523626546
Binary1100101011101001010010000101000101010101011110010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,46,148); }

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

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

 a { background-color: rgb(50,46,148); }

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

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

 span { border-color: rgb(50,46,148); }

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