#3732AA

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

Shades of Blue Gem #3732AA

Tints of Blue Gem #3732AA

Color information

#3732AA (or 0x3732AA) is unknown color: approx Blue Gem. HEX triplet: 37, 32 and AA. RGB value is (55,50,170). Sum of RGB (Red+Green+Blue) = 55+50+170=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #3732AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3732AA is #C8CD55. Grayscale: #404040. Windows color (decimal): -13159766 or 11153975. OLE color: 11153975.

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

Color convert

RGB5550170-
CMYK0.680.7100.33
HSL242.5º54.55%43.14%-
HSV(B)242.5º70.59%66.67%-
XYZ9.97638.66-
YUV65.18187.16120.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20%
GREEN value IS 50 (19.92% from 255) = 18.18%
BLUE value IS 170 (66.80% from 255) = 61.82%
R=20%
G=18.18%
B=61.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55501700.680.7100.33242.554.5543.14
Hex3732AA4447021f2372b
Octal67622521041070413626753
Binary1101111100101010101010001001000111010000111110010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3732AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,50,170); }

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

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

 a { background-color: rgb(55,50,170); }

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

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

 span { border-color: rgb(55,50,170); }

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