#323AC6

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

Shades of Persian Blue #323AC6

Tints of Persian Blue #323AC6

Color information

#323AC6 (or 0x323AC6) is unknown color: approx Persian Blue. HEX triplet: 32, 3A and C6. RGB value is (50,58,198). Sum of RGB (Red+Green+Blue) = 50+58+198=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 198 (77.73% from 255 or 64.71% from 306); Max value from RGB is 198 - color contains mainly: blue. Hex color #323AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323AC6 is #CDC539. Grayscale: #474747. Windows color (decimal): -13485370 or 12991026. OLE color: 12991026.

HSL color Cylindrical-coordinate representation of color #323AC6: hue angle of 236.76º 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 #323AC6 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5058198-
CMYK0.750.7100.22
HSL236.76º59.68%48.63%-
HSV(B)236.76º74.75%77.65%-
XYZ13.027.7854.24-
YUV71.57199.35112.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.34%
GREEN value IS 58 (23.05% from 255) = 18.95%
BLUE value IS 198 (77.73% from 255) = 64.71%
R=16.34%
G=18.95%
B=64.71%

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
Decimal50581980.750.7100.22236.7659.6848.63
Hex323AC64B47016ed3c31
Octal62723061131070263557461
Binary110010111010110001101001011100011101011011101101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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