#3323A3

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

Shades of Blue Gem #3323A3

Tints of Blue Gem #3323A3

Color information

#3323A3 (or 0x3323A3) is unknown color: approx Blue Gem. HEX triplet: 33, 23 and A3. RGB value is (51,35,163). Sum of RGB (Red+Green+Blue) = 51+35+163=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 163 (64.06% from 255 or 65.46% from 249); Max value from RGB is 163 - color contains mainly: blue. Hex color #3323A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3323A3 is #CCDC5C. Grayscale: #353535. Windows color (decimal): -13425757 or 10691379. OLE color: 10691379.

HSL color Cylindrical-coordinate representation of color #3323A3: hue angle of 247.5º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3323A3 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5135163-
CMYK0.690.7900.36
HSL247.5º64.65%38.82%-
HSV(B)247.5º78.53%63.92%-
XYZ8.584.5535.08-
YUV54.38189.3125.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 35 (14.06% from 255) = 14.06%
BLUE value IS 163 (64.06% from 255) = 65.46%
R=20.48%
G=14.06%
B=65.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51351630.690.7900.36247.564.6538.82
Hex3323A3454F024f84127
Octal634324310511704437010147
Binary11001110001110100011100010110011110100100111110001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3323A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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