#3220A1

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

Shades of Blue Gem #3220A1

Tints of Blue Gem #3220A1

Color information

#3220A1 (or 0x3220A1) is unknown color: approx Blue Gem. HEX triplet: 32, 20 and A1. RGB value is (50,32,161). Sum of RGB (Red+Green+Blue) = 50+32+161=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 161 (63.28% from 255 or 66.26% from 243); Max value from RGB is 161 - color contains mainly: blue. Hex color #3220A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3220A1 is #CDDF5E. Grayscale: #333333. Windows color (decimal): -13492063 or 10559538. OLE color: 10559538.

HSL color Cylindrical-coordinate representation of color #3220A1: hue angle of 248.37º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3220A1 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5032161-
CMYK0.690.8000.37
HSL248.37º66.84%37.84%-
HSV(B)248.37º80.12%63.14%-
XYZ8.264.2834.11-
YUV52.09189.46126.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 32 (12.89% from 255) = 13.17%
BLUE value IS 161 (63.28% from 255) = 66.26%
R=20.58%
G=13.17%
B=66.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal50321610.690.8000.37248.3766.8437.84
Hex3220A14550025f84326
Octal624024110512004537010346
Binary11001010000010100001100010110100000100101111110001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3220A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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