#3222a0

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

Shades of Blue Gem #3222A0

Tints of Blue Gem #3222A0

Color information

#3222A0 (or 0x3222A0) is unknown color: approx Blue Gem. HEX triplet: 32, 22 and A0. RGB value is (50,34,160). Sum of RGB (Red+Green+Blue) = 50+34+160=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 160 (62.89% from 255 or 65.57% from 244); Max value from RGB is 160 - color contains mainly: blue. Hex color #3222A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3222A0 is #CDDD5F. Grayscale: #343434. Windows color (decimal): -13491552 or 10494514. OLE color: 10494514.

HSL color Cylindrical-coordinate representation of color #3222A0: hue angle of 247.62º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3222A0 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5034160-
CMYK0.690.7900.37
HSL247.62º64.95%38.04%-
HSV(B)247.62º78.75%62.75%-
XYZ8.234.3633.67-
YUV53.15188.3125.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.49%
GREEN value IS 34 (13.67% from 255) = 13.93%
BLUE value IS 160 (62.89% from 255) = 65.57%
R=20.49%
G=13.93%
B=65.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal50341600.690.7900.37247.6264.9538.04
Hex3222A0454F025f84126
Octal624224010511704537010146
Binary11001010001010100000100010110011110100101111110001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3222a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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