#3536AC

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

Shades of Persian Blue #3536AC

Tints of Persian Blue #3536AC

Color information

#3536AC (or 0x3536AC) is unknown color: approx Persian Blue. HEX triplet: 35, 36 and AC. RGB value is (53,54,172). Sum of RGB (Red+Green+Blue) = 53+54+172=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #3536AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3536AC is #CAC953. Grayscale: #424242. Windows color (decimal): -13289812 or 11286069. OLE color: 11286069.

HSL color Cylindrical-coordinate representation of color #3536AC: hue angle of 239.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3536AC is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5354172-
CMYK0.690.6900.33
HSL239.5º52.89%44.12%-
HSV(B)239.5º69.19%67.45%-
XYZ10.236.3739.72-
YUV67.15187.17117.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 172 (67.58% from 255) = 61.65%
R=19.00%
G=19.35%
B=61.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53541720.690.6900.33239.552.8944.12
Hex3536AC4545021ef352c
Octal65662541051050413576554
Binary1101011101101010110010001011000101010000111101111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3536AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3536AC; }

 p { color: rgb(53,54,172); }

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

<style>
 a { background-color: #3536AC; }

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

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

<style>
 span { border-color: #3536AC; }

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

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