#3328a5

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

Shades of Blue Gem #3328A5

Tints of Blue Gem #3328A5

Color information

#3328A5 (or 0x3328A5) is unknown color: approx Blue Gem. HEX triplet: 33, 28 and A5. RGB value is (51,40,165). Sum of RGB (Red+Green+Blue) = 51+40+165=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 165 (64.84% from 255 or 64.45% from 256); Max value from RGB is 165 - color contains mainly: blue. Hex color #3328A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3328A5 is #CCD75A. Grayscale: #393939. Windows color (decimal): -13424475 or 10823731. OLE color: 10823731.

HSL color Cylindrical-coordinate representation of color #3328A5: hue angle of 245.28º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3328A5 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5140165-
CMYK0.690.7600.35
HSL245.28º60.98%40.2%-
HSV(B)245.28º75.76%64.71%-
XYZ8.924.9436.08-
YUV57.54188.64123.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.92%
GREEN value IS 40 (16.02% from 255) = 15.62%
BLUE value IS 165 (64.84% from 255) = 64.45%
R=19.92%
G=15.62%
B=64.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal51401650.690.7600.35245.2860.9840.2
Hex3328A5454C023f53d28
Octal63502451051140433657550
Binary1100111010001010010110001011001100010001111110101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3328a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3328a5; }

 p { color: rgb(51,40,165); }

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

<style>
 a { background-color: #3328a5; }

 a { background-color: rgb(51,40,165); }

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

<style>
 span { border-color: #3328a5; }

 span { border-color: rgb(51,40,165); }

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