#3320AA

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

Shades of Blue Gem #3320AA

Tints of Blue Gem #3320AA

Color information

#3320AA (or 0x3320AA) is unknown color: approx Blue Gem. HEX triplet: 33, 20 and AA. RGB value is (51,32,170). Sum of RGB (Red+Green+Blue) = 51+32+170=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #3320AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3320AA is #CCDF55. Grayscale: #343434. Windows color (decimal): -13426518 or 11149363. OLE color: 11149363.

HSL color Cylindrical-coordinate representation of color #3320AA: hue angle of 248.26º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3320AA is Cyan = 0.7, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5132170-
CMYK0.70.8100.33
HSL248.26º68.32%39.61%-
HSV(B)248.26º81.18%66.67%-
XYZ9.144.6438.44-
YUV53.41193.79126.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 32 (12.89% from 255) = 12.65%
BLUE value IS 170 (66.80% from 255) = 67.19%
R=20.16%
G=12.65%
B=67.19%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51321700.70.8100.33248.2668.3239.61
Hex3320AA4651021f84428
Octal634025210612104137010450
Binary11001110000010101010100011010100010100001111110001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3320AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3320AA; }

 p { color: rgb(51,32,170); }

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

<style>
 a { background-color: #3320AA; }

 a { background-color: rgb(51,32,170); }

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

<style>
 span { border-color: #3320AA; }

 span { border-color: rgb(51,32,170); }

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