#3539AC

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

Shades of Persian Blue #3539AC

Tints of Persian Blue #3539AC

Color information

#3539AC (or 0x3539AC) is unknown color: approx Persian Blue. HEX triplet: 35, 39 and AC. RGB value is (53,57,172). Sum of RGB (Red+Green+Blue) = 53+57+172=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #3539AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3539AC is #CAC653. Grayscale: #444444. Windows color (decimal): -13289044 or 11286837. OLE color: 11286837.

HSL color Cylindrical-coordinate representation of color #3539AC: hue angle of 237.98º 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 #3539AC is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5357172-
CMYK0.690.6700.33
HSL237.98º52.89%44.12%-
HSV(B)237.98º69.19%67.45%-
XYZ10.386.6639.77-
YUV68.91186.17116.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 57 (22.66% from 255) = 20.21%
BLUE value IS 172 (67.58% from 255) = 60.99%
R=18.79%
G=20.21%
B=60.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53571720.690.6700.33237.9852.8944.12
Hex3539AC4543021ee352c
Octal65712541051030413566554
Binary1101011110011010110010001011000011010000111101110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3539AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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