#3540AD

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

Shades of Persian Blue #3540AD

Tints of Persian Blue #3540AD

Color information

#3540AD (or 0x3540AD) is unknown color: approx Persian Blue. HEX triplet: 35, 40 and AD. RGB value is (53,64,173). Sum of RGB (Red+Green+Blue) = 53+64+173=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #3540AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3540AD is #CABF52. Grayscale: #484848. Windows color (decimal): -13287251 or 11354165. OLE color: 11354165.

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

Color convert

RGB5364173-
CMYK0.690.6300.32
HSL234.5º53.1%44.31%-
HSV(B)234.5º69.36%67.84%-
XYZ10.847.4440.4-
YUV73.14184.36113.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.28%
GREEN value IS 64 (25.39% from 255) = 22.07%
BLUE value IS 173 (67.97% from 255) = 59.66%
R=18.28%
G=22.07%
B=59.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53641730.690.6300.32234.553.144.31
Hex3540AD453F020ea352c
Octal65100255105770403526554
Binary1101011000000101011011000101111111010000011101010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3540AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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