#3528af

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

Shades of Persian Blue #3528AF

Tints of Persian Blue #3528AF

Color information

#3528AF (or 0x3528AF) is unknown color: approx Persian Blue. HEX triplet: 35, 28 and AF. RGB value is (53,40,175). Sum of RGB (Red+Green+Blue) = 53+40+175=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #3528AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3528AF is #CAD750. Grayscale: #3A3A3A. Windows color (decimal): -13293393 or 11479093. OLE color: 11479093.

HSL color Cylindrical-coordinate representation of color #3528AF: hue angle of 245.78º 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 #3528AF is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5340175-
CMYK0.700.7700.31
HSL245.78º62.79%42.16%-
HSV(B)245.78º77.14%68.63%-
XYZ9.965.3741.07-
YUV59.28193.31123.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 40 (16.02% from 255) = 14.93%
BLUE value IS 175 (68.75% from 255) = 65.30%
R=19.78%
G=14.93%
B=65.30%

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
Decimal53401750.700.7700.31245.7862.7942.16
Hex3528AF464D01Ff63f2a
Octal65502571061150373667752
Binary110101101000101011111000110100110101111111110110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3528af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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