#3523B5

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

Shades of Persian Blue #3523B5

Tints of Persian Blue #3523B5

Color information

#3523B5 (or 0x3523B5) is unknown color: approx Persian Blue. HEX triplet: 35, 23 and B5. RGB value is (53,35,181). Sum of RGB (Red+Green+Blue) = 53+35+181=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 181 (71.09% from 255 or 67.29% from 269); Max value from RGB is 181 - color contains mainly: blue. Hex color #3523B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3523B5 is #CADC4A. Grayscale: #383838. Windows color (decimal): -13294667 or 11871029. OLE color: 11871029.

HSL color Cylindrical-coordinate representation of color #3523B5: hue angle of 247.4º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3523B5 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5335181-
CMYK0.710.8100.29
HSL247.4º67.59%42.35%-
HSV(B)247.4º80.66%70.98%-
XYZ10.415.344.19-
YUV57.03197.96125.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 35 (14.06% from 255) = 13.01%
BLUE value IS 181 (71.09% from 255) = 67.29%
R=19.70%
G=13.01%
B=67.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53351810.710.8100.29247.467.5942.35
Hex3523B5475101Df7442a
Octal654326510712103536710452
Binary1101011000111011010110001111010001011101111101111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3523B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3523B5; }

 p { color: rgb(53,35,181); }

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

<style>
 a { background-color: #3523B5; }

 a { background-color: rgb(53,35,181); }

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

<style>
 span { border-color: #3523B5; }

 span { border-color: rgb(53,35,181); }

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