#322CC3

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

Shades of Persian Blue #322CC3

Tints of Persian Blue #322CC3

Color information

#322CC3 (or 0x322CC3) is unknown color: approx Persian Blue. HEX triplet: 32, 2C and C3. RGB value is (50,44,195). Sum of RGB (Red+Green+Blue) = 50+44+195=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 195 (76.56% from 255 or 67.47% from 289); Max value from RGB is 195 - color contains mainly: blue. Hex color #322CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322CC3 is #CDD33C. Grayscale: #3E3E3E. Windows color (decimal): -13488957 or 12790834. OLE color: 12790834.

HSL color Cylindrical-coordinate representation of color #322CC3: hue angle of 242.38º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #322CC3 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5044195-
CMYK0.740.7700.24
HSL242.38º63.18%46.86%-
HSV(B)242.38º77.44%76.47%-
XYZ12.076.4252.23-
YUV63.01202.49118.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 44 (17.58% from 255) = 15.22%
BLUE value IS 195 (76.56% from 255) = 67.47%
R=17.30%
G=15.22%
B=67.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal50441950.740.7700.24242.3863.1846.86
Hex322CC34A4D018f23f2f
Octal62543031121150303627757
Binary110010101100110000111001010100110101100011110010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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