#3524AD

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

Shades of Persian Blue #3524AD

Tints of Persian Blue #3524AD

Color information

#3524AD (or 0x3524AD) is unknown color: approx Persian Blue. HEX triplet: 35, 24 and AD. RGB value is (53,36,173). Sum of RGB (Red+Green+Blue) = 53+36+173=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #3524AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3524AD is #CADB52. Grayscale: #383838. Windows color (decimal): -13294419 or 11346997. OLE color: 11346997.

HSL color Cylindrical-coordinate representation of color #3524AD: hue angle of 247.45º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3524AD is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5336173-
CMYK0.690.7900.32
HSL247.45º65.55%40.98%-
HSV(B)247.45º79.19%67.84%-
XYZ9.645.0440-
YUV56.7193.63125.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 36 (14.45% from 255) = 13.74%
BLUE value IS 173 (67.97% from 255) = 66.03%
R=20.23%
G=13.74%
B=66.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53361730.690.7900.32247.4565.5540.98
Hex3524AD454F020f74229
Octal654425510511704036710251
Binary11010110010010101101100010110011110100000111101111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3524AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3524AD; }

 p { color: rgb(53,36,173); }

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

<style>
 a { background-color: #3524AD; }

 a { background-color: rgb(53,36,173); }

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

<style>
 span { border-color: #3524AD; }

 span { border-color: rgb(53,36,173); }

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