#3132AE

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

Shades of Persian Blue #3132AE

Tints of Persian Blue #3132AE

Color information

#3132AE (or 0x3132AE) is unknown color: approx Persian Blue. HEX triplet: 31, 32 and AE. RGB value is (49,50,174). Sum of RGB (Red+Green+Blue) = 49+50+174=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #3132AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3132AE is #CECD51. Grayscale: #3F3F3F. Windows color (decimal): -13552978 or 11416113. OLE color: 11416113.

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

Color convert

RGB4950174-
CMYK0.720.7100.32
HSL239.52º56.05%43.73%-
HSV(B)239.52º71.84%68.24%-
XYZ10.055.9940.67-
YUV63.84190.17117.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 50 (19.92% from 255) = 18.32%
BLUE value IS 174 (68.36% from 255) = 63.74%
R=17.95%
G=18.32%
B=63.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49501740.720.7100.32239.5256.0543.73
Hex3132AE4847020f0382c
Octal61622561101070403607054
Binary1100011100101010111010010001000111010000011110000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3132AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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