#3225AE

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

Shades of Persian Blue #3225AE

Tints of Persian Blue #3225AE

Color information

#3225AE (or 0x3225AE) is unknown color: approx Persian Blue. HEX triplet: 32, 25 and AE. RGB value is (50,37,174). Sum of RGB (Red+Green+Blue) = 50+37+174=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #3225AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3225AE is #CDDA51. Grayscale: #373737. Windows color (decimal): -13490770 or 11412786. OLE color: 11412786.

HSL color Cylindrical-coordinate representation of color #3225AE: hue angle of 245.69º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3225AE is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5037174-
CMYK0.710.7900.32
HSL245.69º64.93%41.37%-
HSV(B)245.69º78.74%68.24%-
XYZ9.625.0640.51-
YUV56.5194.31123.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 37 (14.84% from 255) = 14.18%
BLUE value IS 174 (68.36% from 255) = 66.67%
R=19.16%
G=14.18%
B=66.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal50371740.710.7900.32245.6964.9341.37
Hex3225AE474F020f64129
Octal624525610711704036610151
Binary11001010010110101110100011110011110100000111101101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3225AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3225AE; }

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

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

<style>
 a { background-color: #3225AE; }

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

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

<style>
 span { border-color: #3225AE; }

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

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