#323ac8

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

Shades of Persian Blue #323AC8

Tints of Persian Blue #323AC8

Color information

#323AC8 (or 0x323AC8) is unknown color: approx Persian Blue. HEX triplet: 32, 3A and C8. RGB value is (50,58,200). Sum of RGB (Red+Green+Blue) = 50+58+200=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 200 (78.52% from 255 or 64.94% from 308); Max value from RGB is 200 - color contains mainly: blue. Hex color #323AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323AC8 is #CDC537. Grayscale: #474747. Windows color (decimal): -13485368 or 13122098. OLE color: 13122098.

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

Color convert

RGB5058200-
CMYK0.750.7100.22
HSL236.8º60%49.02%-
HSV(B)236.8º75%78.43%-
XYZ13.257.8755.46-
YUV71.8200.35112.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.23%
GREEN value IS 58 (23.05% from 255) = 18.83%
BLUE value IS 200 (78.52% from 255) = 64.94%
R=16.23%
G=18.83%
B=64.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal50582000.750.7100.22236.86049.02
Hex323AC84B47016ed3c31
Octal62723101131070263557461
Binary110010111010110010001001011100011101011011101101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323ac8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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