#323ACA

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

Shades of Persian Blue #323ACA

Tints of Persian Blue #323ACA

Color information

#323ACA (or 0x323ACA) is unknown color: approx Persian Blue. HEX triplet: 32, 3A and CA. RGB value is (50,58,202). Sum of RGB (Red+Green+Blue) = 50+58+202=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #323ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323ACA is #CDC535. Grayscale: #474747. Windows color (decimal): -13485366 or 13253170. OLE color: 13253170.

HSL color Cylindrical-coordinate representation of color #323ACA: hue angle of 236.84º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #323ACA is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5058202-
CMYK0.750.7100.21
HSL236.84º60.32%49.41%-
HSV(B)236.84º75.25%79.22%-
XYZ13.497.9756.7-
YUV72.02201.35112.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.13%
GREEN value IS 58 (23.05% from 255) = 18.71%
BLUE value IS 202 (79.30% from 255) = 65.16%
R=16.13%
G=18.71%
B=65.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal50582020.750.7100.21236.8460.3249.41
Hex323ACA4B47015ed3c31
Octal62723121131070253557461
Binary110010111010110010101001011100011101010111101101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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