#3535AD

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

Shades of Persian Blue #3535AD

Tints of Persian Blue #3535AD

Color information

#3535AD (or 0x3535AD) is unknown color: approx Persian Blue. HEX triplet: 35, 35 and AD. RGB value is (53,53,173). Sum of RGB (Red+Green+Blue) = 53+53+173=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #3535AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3535AD is #CACA52. Grayscale: #424242. Windows color (decimal): -13290067 or 11351349. OLE color: 11351349.

HSL color Cylindrical-coordinate representation of color #3535AD: hue angle of 240º 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 #3535AD is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5353173-
CMYK0.690.6900.32
HSL240º53.1%44.31%-
HSV(B)240º69.36%67.84%-
XYZ10.286.3240.21-
YUV66.68188118.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 53 (21.09% from 255) = 19.00%
BLUE value IS 173 (67.97% from 255) = 62.01%
R=19.00%
G=19.00%
B=62.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53531730.690.6900.3224053.144.31
Hex3535AD4545020f0352c
Octal65652551051050403606554
Binary1101011101011010110110001011000101010000011110000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3535AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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