#322ACC

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

Shades of Persian Blue #322ACC

Tints of Persian Blue #322ACC

Color information

#322ACC (or 0x322ACC) is unknown color: approx Persian Blue. HEX triplet: 32, 2A and CC. RGB value is (50,42,204). Sum of RGB (Red+Green+Blue) = 50+42+204=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #322ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322ACC is #CDD533. Grayscale: #3E3E3E. Windows color (decimal): -13489460 or 13380146. OLE color: 13380146.

HSL color Cylindrical-coordinate representation of color #322ACC: hue angle of 242.96º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #322ACC is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5042204-
CMYK0.750.7900.2
HSL242.96º65.85%48.24%-
HSV(B)242.96º79.41%80%-
XYZ13.046.6957.73-
YUV62.86207.65118.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.89%
GREEN value IS 42 (16.80% from 255) = 14.19%
BLUE value IS 204 (80.08% from 255) = 68.92%
R=16.89%
G=14.19%
B=68.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal50422040.750.7900.2242.9665.8548.24
Hex322ACC4B4F014f34230
Octal625231411311702436310260
Binary1100101010101100110010010111001111010100111100111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,42,204); }

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

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

 a { background-color: rgb(50,42,204); }

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

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

 span { border-color: rgb(50,42,204); }

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