#323CA2

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

Shades of Persian Blue #323CA2

Tints of Persian Blue #323CA2

Color information

#323CA2 (or 0x323CA2) is unknown color: approx Persian Blue. HEX triplet: 32, 3C and A2. RGB value is (50,60,162). Sum of RGB (Red+Green+Blue) = 50+60+162=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 162 (63.67% from 255 or 59.56% from 272); Max value from RGB is 162 - color contains mainly: blue. Hex color #323CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323CA2 is #CDC35D. Grayscale: #444444. Windows color (decimal): -13484894 or 10632242. OLE color: 10632242.

HSL color Cylindrical-coordinate representation of color #323CA2: hue angle of 234.64º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #323CA2 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5060162-
CMYK0.690.6300.36
HSL234.64º52.83%41.57%-
HSV(B)234.64º69.14%63.53%-
XYZ9.456.5234.94-
YUV68.64180.69114.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 60 (23.83% from 255) = 22.06%
BLUE value IS 162 (63.67% from 255) = 59.56%
R=18.38%
G=22.06%
B=59.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50601620.690.6300.36234.6452.8341.57
Hex323CA2453F024eb352a
Octal6274242105770443536552
Binary110010111100101000101000101111111010010011101011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323CA2; }

 p { color: rgb(50,60,162); }

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

<style>
 a { background-color: #323CA2; }

 a { background-color: rgb(50,60,162); }

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

<style>
 span { border-color: #323CA2; }

 span { border-color: rgb(50,60,162); }

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