#3220BA

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

Shades of Persian Blue #3220BA

Tints of Persian Blue #3220BA

Color information

#3220BA (or 0x3220BA) is unknown color: approx Persian Blue. HEX triplet: 32, 20 and BA. RGB value is (50,32,186). Sum of RGB (Red+Green+Blue) = 50+32+186=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #3220BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3220BA is #CDDF45. Grayscale: #363636. Windows color (decimal): -13492038 or 12197938. OLE color: 12197938.

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

Color convert

RGB5032186-
CMYK0.730.8300.27
HSL247.01º70.64%42.75%-
HSV(B)247.01º82.8%72.94%-
XYZ10.695.2646.91-
YUV54.94201.96124.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 32 (12.89% from 255) = 11.94%
BLUE value IS 186 (73.05% from 255) = 69.40%
R=18.66%
G=11.94%
B=69.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50321860.730.8300.27247.0170.6442.75
Hex3220BA495301Bf7472b
Octal624027211112303336710753
Binary1100101000001011101010010011010011011011111101111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3220BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,32,186); }

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

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

 a { background-color: rgb(50,32,186); }

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

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

 span { border-color: rgb(50,32,186); }

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