#323CC2

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

Shades of Persian Blue #323CC2

Tints of Persian Blue #323CC2

Color information

#323CC2 (or 0x323CC2) is unknown color: approx Persian Blue. HEX triplet: 32, 3C and C2. RGB value is (50,60,194). Sum of RGB (Red+Green+Blue) = 50+60+194=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 194 (76.17% from 255 or 63.82% from 304); Max value from RGB is 194 - color contains mainly: blue. Hex color #323CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323CC2 is #CDC33D. Grayscale: #474747. Windows color (decimal): -13484862 or 12729394. OLE color: 12729394.

HSL color Cylindrical-coordinate representation of color #323CC2: hue angle of 235.83º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #323CC2 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5060194-
CMYK0.740.6900.24
HSL235.83º59.02%47.84%-
HSV(B)235.83º74.23%76.08%-
XYZ12.677.851.88-
YUV72.29196.69112.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.45%
GREEN value IS 60 (23.83% from 255) = 19.74%
BLUE value IS 194 (76.17% from 255) = 63.82%
R=16.45%
G=19.74%
B=63.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal50601940.740.6900.24235.8359.0247.84
Hex323CC24A45018ec3b30
Octal62743021121050303547360
Binary110010111100110000101001010100010101100011101100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,60,194); }

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

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

 a { background-color: rgb(50,60,194); }

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

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

 span { border-color: rgb(50,60,194); }

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