#3530AE

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

Shades of Persian Blue #3530AE

Tints of Persian Blue #3530AE

Color information

#3530AE (or 0x3530AE) is unknown color: approx Persian Blue. HEX triplet: 35, 30 and AE. RGB value is (53,48,174). Sum of RGB (Red+Green+Blue) = 53+48+174=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #3530AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3530AE is #CACF51. Grayscale: #3F3F3F. Windows color (decimal): -13291346 or 11415605. OLE color: 11415605.

HSL color Cylindrical-coordinate representation of color #3530AE: hue angle of 242.38º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3530AE is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5348174-
CMYK0.700.7200.32
HSL242.38º56.76%43.53%-
HSV(B)242.38º72.41%68.24%-
XYZ10.175.9340.65-
YUV63.86190.16120.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.27%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 174 (68.36% from 255) = 63.27%
R=19.27%
G=17.45%
B=63.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53481740.700.7200.32242.3856.7643.53
Hex3530AE4648020f2392c
Octal65602561061100403627154
Binary1101011100001010111010001101001000010000011110010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3530AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3530AE; }

 p { color: rgb(53,48,174); }

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

<style>
 a { background-color: #3530AE; }

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

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

<style>
 span { border-color: #3530AE; }

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

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