#322EB2

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

Shades of Persian Blue #322EB2

Tints of Persian Blue #322EB2

Color information

#322EB2 (or 0x322EB2) is unknown color: approx Persian Blue. HEX triplet: 32, 2E and B2. RGB value is (50,46,178). Sum of RGB (Red+Green+Blue) = 50+46+178=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 178 (69.92% from 255 or 64.96% from 274); Max value from RGB is 178 - color contains mainly: blue. Hex color #322EB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322EB2 is #CDD14D. Grayscale: #3D3D3D. Windows color (decimal): -13488462 or 11677234. OLE color: 11677234.

HSL color Cylindrical-coordinate representation of color #322EB2: hue angle of 241.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #322EB2 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5046178-
CMYK0.720.7400.30
HSL241.82º58.93%43.92%-
HSV(B)241.82º74.16%69.8%-
XYZ10.335.8542.7-
YUV62.24193.33119.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 46 (18.36% from 255) = 16.79%
BLUE value IS 178 (69.92% from 255) = 64.96%
R=18.25%
G=16.79%
B=64.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal50461780.720.7400.30241.8258.9343.92
Hex322EB2484A01Ef23b2c
Octal62562621101120363627354
Binary110010101110101100101001000100101001111011110010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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