#322CAF

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

Shades of Persian Blue #322CAF

Tints of Persian Blue #322CAF

Color information

#322CAF (or 0x322CAF) is unknown color: approx Persian Blue. HEX triplet: 32, 2C and AF. RGB value is (50,44,175). Sum of RGB (Red+Green+Blue) = 50+44+175=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #322CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322CAF is #CDD350. Grayscale: #3C3C3C. Windows color (decimal): -13488977 or 11480114. OLE color: 11480114.

HSL color Cylindrical-coordinate representation of color #322CAF: hue angle of 242.75º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322CAF is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5044175-
CMYK0.710.7500.31
HSL242.75º59.82%42.94%-
HSV(B)242.75º74.86%68.63%-
XYZ9.955.5741.11-
YUV60.73192.49120.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 44 (17.58% from 255) = 16.36%
BLUE value IS 175 (68.75% from 255) = 65.06%
R=18.59%
G=16.36%
B=65.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50441750.710.7500.31242.7559.8242.94
Hex322CAF474B01Ff33c2b
Octal62542571071130373637453
Binary110010101100101011111000111100101101111111110011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,44,175); }

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

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

 a { background-color: rgb(50,44,175); }

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

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

 span { border-color: rgb(50,44,175); }

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