#3526BA

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

Shades of Persian Blue #3526BA

Tints of Persian Blue #3526BA

Color information

#3526BA (or 0x3526BA) is unknown color: approx Persian Blue. HEX triplet: 35, 26 and BA. RGB value is (53,38,186). Sum of RGB (Red+Green+Blue) = 53+38+186=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #3526BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3526BA is #CAD945. Grayscale: #3A3A3A. Windows color (decimal): -13293894 or 12199477. OLE color: 12199477.

HSL color Cylindrical-coordinate representation of color #3526BA: hue angle of 246.08º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3526BA is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5338186-
CMYK0.720.8000.27
HSL246.08º66.07%43.92%-
HSV(B)246.08º79.57%72.94%-
XYZ11.025.6946.97-
YUV59.36199.47123.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 38 (15.23% from 255) = 13.72%
BLUE value IS 186 (73.05% from 255) = 67.15%
R=19.13%
G=13.72%
B=67.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53381860.720.8000.27246.0866.0743.92
Hex3526BA485001Bf6422c
Octal654627211012003336610254
Binary1101011001101011101010010001010000011011111101101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3526BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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