#3521BA

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

Shades of Persian Blue #3521BA

Tints of Persian Blue #3521BA

Color information

#3521BA (or 0x3521BA) is unknown color: approx Persian Blue. HEX triplet: 35, 21 and BA. RGB value is (53,33,186). Sum of RGB (Red+Green+Blue) = 53+33+186=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #3521BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3521BA is #CADE45. Grayscale: #373737. Windows color (decimal): -13295174 or 12198197. OLE color: 12198197.

HSL color Cylindrical-coordinate representation of color #3521BA: hue angle of 247.84º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3521BA is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5333186-
CMYK0.720.8200.27
HSL247.84º69.86%42.94%-
HSV(B)247.84º82.26%72.94%-
XYZ10.875.3946.92-
YUV56.42201.13125.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 33 (13.28% from 255) = 12.13%
BLUE value IS 186 (73.05% from 255) = 68.38%
R=19.49%
G=12.13%
B=68.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53331860.720.8200.27247.8469.8642.94
Hex3521BA485201Bf8462b
Octal654127211012203337010653
Binary1101011000011011101010010001010010011011111110001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3521BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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