#322EAE

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

Shades of Persian Blue #322EAE

Tints of Persian Blue #322EAE

Color information

#322EAE (or 0x322EAE) is unknown color: approx Persian Blue. HEX triplet: 32, 2E and AE. RGB value is (50,46,174). Sum of RGB (Red+Green+Blue) = 50+46+174=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #322EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322EAE is #CDD151. Grayscale: #3D3D3D. Windows color (decimal): -13488466 or 11415090. OLE color: 11415090.

HSL color Cylindrical-coordinate representation of color #322EAE: hue angle of 241.88º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #322EAE is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5046174-
CMYK0.710.7400.32
HSL241.88º58.18%43.14%-
HSV(B)241.88º73.56%68.24%-
XYZ9.935.6940.62-
YUV61.79191.33119.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.52%
GREEN value IS 46 (18.36% from 255) = 17.04%
BLUE value IS 174 (68.36% from 255) = 64.44%
R=18.52%
G=17.04%
B=64.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal50461740.710.7400.32241.8858.1843.14
Hex322EAE474A020f23a2b
Octal62562561071120403627253
Binary1100101011101010111010001111001010010000011110010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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