#3323A9

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

Shades of Blue Gem #3323A9

Tints of Blue Gem #3323A9

Color information

#3323A9 (or 0x3323A9) is unknown color: approx Blue Gem. HEX triplet: 33, 23 and A9. RGB value is (51,35,169). Sum of RGB (Red+Green+Blue) = 51+35+169=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 169 (66.41% from 255 or 66.27% from 255); Max value from RGB is 169 - color contains mainly: blue. Hex color #3323A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3323A9 is #CCDC56. Grayscale: #363636. Windows color (decimal): -13425751 or 11084595. OLE color: 11084595.

HSL color Cylindrical-coordinate representation of color #3323A9: hue angle of 247.16º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3323A9 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5135169-
CMYK0.700.7900.34
HSL247.16º65.69%40%-
HSV(B)247.16º79.29%66.27%-
XYZ9.134.7737.98-
YUV55.06192.3125.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20%
GREEN value IS 35 (14.06% from 255) = 13.73%
BLUE value IS 169 (66.41% from 255) = 66.27%
R=20%
G=13.73%
B=66.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal51351690.700.7900.34247.1665.6940
Hex3323A9464F022f74228
Octal634325110611704236710250
Binary11001110001110101001100011010011110100010111101111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3323A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3323A9; }

 p { color: rgb(51,35,169); }

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

<style>
 a { background-color: #3323A9; }

 a { background-color: rgb(51,35,169); }

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

<style>
 span { border-color: #3323A9; }

 span { border-color: rgb(51,35,169); }

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