#3528B0

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

Shades of Persian Blue #3528B0

Tints of Persian Blue #3528B0

Color information

#3528B0 (or 0x3528B0) is unknown color: approx Persian Blue. HEX triplet: 35, 28 and B0. RGB value is (53,40,176). Sum of RGB (Red+Green+Blue) = 53+40+176=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 176 (69.14% from 255 or 65.43% from 269); Max value from RGB is 176 - color contains mainly: blue. Hex color #3528B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3528B0 is #CAD74F. Grayscale: #3A3A3A. Windows color (decimal): -13293392 or 11544629. OLE color: 11544629.

HSL color Cylindrical-coordinate representation of color #3528B0: hue angle of 245.74º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3528B0 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5340176-
CMYK0.700.7700.31
HSL245.74º62.96%42.35%-
HSV(B)245.74º77.27%69.02%-
XYZ10.065.4141.59-
YUV59.39193.81123.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 40 (16.02% from 255) = 14.87%
BLUE value IS 176 (69.14% from 255) = 65.43%
R=19.70%
G=14.87%
B=65.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53401760.700.7700.31245.7462.9642.35
Hex3528B0464D01Ff63f2a
Octal65502601061150373667752
Binary110101101000101100001000110100110101111111110110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3528B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3528B0; }

 p { color: rgb(53,40,176); }

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

<style>
 a { background-color: #3528B0; }

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

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

<style>
 span { border-color: #3528B0; }

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

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