#323AA2

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

Shades of Persian Blue #323AA2

Tints of Persian Blue #323AA2

Color information

#323AA2 (or 0x323AA2) is unknown color: approx Persian Blue. HEX triplet: 32, 3A and A2. RGB value is (50,58,162). Sum of RGB (Red+Green+Blue) = 50+58+162=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 162 (63.67% from 255 or 60% from 270); Max value from RGB is 162 - color contains mainly: blue. Hex color #323AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323AA2 is #CDC55D. Grayscale: #434343. Windows color (decimal): -13485406 or 10631730. OLE color: 10631730.

HSL color Cylindrical-coordinate representation of color #323AA2: hue angle of 235.71º 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 #323AA2 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5058162-
CMYK0.690.6400.36
HSL235.71º52.83%41.57%-
HSV(B)235.71º69.14%63.53%-
XYZ9.356.3134.91-
YUV67.46181.35115.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.52%
GREEN value IS 58 (23.05% from 255) = 21.48%
BLUE value IS 162 (63.67% from 255) = 60%
R=18.52%
G=21.48%
B=60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50581620.690.6400.36235.7152.8341.57
Hex323AA24540024ec352a
Octal62722421051000443546552
Binary1100101110101010001010001011000000010010011101100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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