#323AC7

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

Shades of Persian Blue #323AC7

Tints of Persian Blue #323AC7

Color information

#323AC7 (or 0x323AC7) is unknown color: approx Persian Blue. HEX triplet: 32, 3A and C7. RGB value is (50,58,199). Sum of RGB (Red+Green+Blue) = 50+58+199=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 199 (78.12% from 255 or 64.82% from 307); Max value from RGB is 199 - color contains mainly: blue. Hex color #323AC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323AC7 is #CDC538. Grayscale: #474747. Windows color (decimal): -13485369 or 13056562. OLE color: 13056562.

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

Color convert

RGB5058199-
CMYK0.750.7100.22
HSL236.78º59.84%48.82%-
HSV(B)236.78º74.87%78.04%-
XYZ13.147.8354.85-
YUV71.68199.85112.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 58 (23.05% from 255) = 18.89%
BLUE value IS 199 (78.12% from 255) = 64.82%
R=16.29%
G=18.89%
B=64.82%

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
Decimal50581990.750.7100.22236.7859.8448.82
Hex323AC74B47016ed3c31
Octal62723071131070263557461
Binary110010111010110001111001011100011101011011101101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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