#3539AD

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

Shades of Persian Blue #3539AD

Tints of Persian Blue #3539AD

Color information

#3539AD (or 0x3539AD) is unknown color: approx Persian Blue. HEX triplet: 35, 39 and AD. RGB value is (53,57,173). Sum of RGB (Red+Green+Blue) = 53+57+173=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #3539AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3539AD is #CAC652. Grayscale: #444444. Windows color (decimal): -13289043 or 11352373. OLE color: 11352373.

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

Color convert

RGB5357173-
CMYK0.690.6700.32
HSL238º53.1%44.31%-
HSV(B)238º69.36%67.84%-
XYZ10.476.740.28-
YUV69.03186.67116.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 173 (67.97% from 255) = 61.13%
R=18.73%
G=20.14%
B=61.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53571730.690.6700.3223853.144.31
Hex3539AD4543020ee352c
Octal65712551051030403566554
Binary1101011110011010110110001011000011010000011101110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3539AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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