#3528C3

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

Shades of Persian Blue #3528C3

Tints of Persian Blue #3528C3

Color information

#3528C3 (or 0x3528C3) is unknown color: approx Persian Blue. HEX triplet: 35, 28 and C3. RGB value is (53,40,195). Sum of RGB (Red+Green+Blue) = 53+40+195=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 195 (76.56% from 255 or 67.71% from 288); Max value from RGB is 195 - color contains mainly: blue. Hex color #3528C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3528C3 is #CAD73C. Grayscale: #3C3C3C. Windows color (decimal): -13293373 or 12789813. OLE color: 12789813.

HSL color Cylindrical-coordinate representation of color #3528C3: hue angle of 245.03º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3528C3 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5340195-
CMYK0.730.7900.24
HSL245.03º65.96%46.08%-
HSV(B)245.03º79.49%76.47%-
XYZ12.086.2152.19-
YUV61.56203.31121.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.40%
GREEN value IS 40 (16.02% from 255) = 13.89%
BLUE value IS 195 (76.56% from 255) = 67.71%
R=18.40%
G=13.89%
B=67.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53401950.730.7900.24245.0365.9646.08
Hex3528C3494F018f5422e
Octal655030311111703036510256
Binary1101011010001100001110010011001111011000111101011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3528C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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