#3222B0

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

Shades of Persian Blue #3222B0

Tints of Persian Blue #3222B0

Color information

#3222B0 (or 0x3222B0) is unknown color: approx Persian Blue. HEX triplet: 32, 22 and B0. RGB value is (50,34,176). Sum of RGB (Red+Green+Blue) = 50+34+176=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 176 (69.14% from 255 or 67.69% from 260); Max value from RGB is 176 - color contains mainly: blue. Hex color #3222B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3222B0 is #CDDD4F. Grayscale: #363636. Windows color (decimal): -13491536 or 11543090. OLE color: 11543090.

HSL color Cylindrical-coordinate representation of color #3222B0: hue angle of 246.76º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3222B0 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5034176-
CMYK0.720.8100.31
HSL246.76º67.62%41.18%-
HSV(B)246.76º80.68%69.02%-
XYZ9.724.9641.52-
YUV54.97196.3124.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.23%
GREEN value IS 34 (13.67% from 255) = 13.08%
BLUE value IS 176 (69.14% from 255) = 67.69%
R=19.23%
G=13.08%
B=67.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50341760.720.8100.31246.7667.6241.18
Hex3222B0485101Ff74429
Octal624226011012103736710451
Binary1100101000101011000010010001010001011111111101111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3222B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3222B0; }

 p { color: rgb(50,34,176); }

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

<style>
 a { background-color: #3222B0; }

 a { background-color: rgb(50,34,176); }

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

<style>
 span { border-color: #3222B0; }

 span { border-color: rgb(50,34,176); }

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