#3526D7

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

Shades of Persian Blue #3526D7

Tints of Persian Blue #3526D7

Color information

#3526D7 (or 0x3526D7) is unknown color: approx Persian Blue. HEX triplet: 35, 26 and D7. RGB value is (53,38,215). Sum of RGB (Red+Green+Blue) = 53+38+215=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 215 (84.38% from 255 or 70.26% from 306); Max value from RGB is 215 - color contains mainly: blue. Hex color #3526D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3526D7 is #CAD928. Grayscale: #3D3D3D. Windows color (decimal): -13293865 or 14100021. OLE color: 14100021.

HSL color Cylindrical-coordinate representation of color #3526D7: hue angle of 245.08º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3526D7 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5338215-
CMYK0.750.8200.16
HSL245.08º69.96%49.61%-
HSV(B)245.08º82.33%84.31%-
XYZ14.437.0564.89-
YUV62.66213.97121.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 38 (15.23% from 255) = 12.42%
BLUE value IS 215 (84.38% from 255) = 70.26%
R=17.32%
G=12.42%
B=70.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal53382150.750.8200.16245.0869.9649.61
Hex3526D74B52010f54632
Octal654632711312202036510662
Binary1101011001101101011110010111010010010000111101011000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3526D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3526D7; }

 p { color: rgb(53,38,215); }

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

<style>
 a { background-color: #3526D7; }

 a { background-color: rgb(53,38,215); }

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

<style>
 span { border-color: #3526D7; }

 span { border-color: rgb(53,38,215); }

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