#323ACF

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

Shades of Persian Blue #323ACF

Tints of Persian Blue #323ACF

Color information

#323ACF (or 0x323ACF) is unknown color: approx Persian Blue. HEX triplet: 32, 3A and CF. RGB value is (50,58,207). Sum of RGB (Red+Green+Blue) = 50+58+207=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #323ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323ACF is #CDC530. Grayscale: #474747. Windows color (decimal): -13485361 or 13580850. OLE color: 13580850.

HSL color Cylindrical-coordinate representation of color #323ACF: hue angle of 236.94º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #323ACF is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5058207-
CMYK0.760.7200.19
HSL236.94º62.06%50.39%-
HSV(B)236.94º75.85%81.18%-
XYZ14.098.2159.87-
YUV72.59203.85111.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.87%
GREEN value IS 58 (23.05% from 255) = 18.41%
BLUE value IS 207 (81.25% from 255) = 65.71%
R=15.87%
G=18.41%
B=65.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal50582070.760.7200.19236.9462.0650.39
Hex323ACF4C48013ed3e32
Octal62723171141100233557662
Binary110010111010110011111001100100100001001111101101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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