#3526BF

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

Shades of Persian Blue #3526BF

Tints of Persian Blue #3526BF

Color information

#3526BF (or 0x3526BF) is unknown color: approx Persian Blue. HEX triplet: 35, 26 and BF. RGB value is (53,38,191). Sum of RGB (Red+Green+Blue) = 53+38+191=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #3526BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3526BF is #CAD940. Grayscale: #3B3B3B. Windows color (decimal): -13293889 or 12527157. OLE color: 12527157.

HSL color Cylindrical-coordinate representation of color #3526BF: hue angle of 245.88º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3526BF is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5338191-
CMYK0.720.8000.25
HSL245.88º66.81%44.9%-
HSV(B)245.88º80.1%74.9%-
XYZ11.575.949.82-
YUV59.93201.97123.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 38 (15.23% from 255) = 13.48%
BLUE value IS 191 (75% from 255) = 67.73%
R=18.79%
G=13.48%
B=67.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53381910.720.8000.25245.8866.8144.9
Hex3526BF4850019f6432d
Octal654627711012003136610355
Binary1101011001101011111110010001010000011001111101101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3526BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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