#4032AA

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

Shades of Blue Gem #4032AA

Tints of Blue Gem #4032AA

Color information

#4032AA (or 0x4032AA) is unknown color: approx Blue Gem. HEX triplet: 40, 32 and AA. RGB value is (64,50,170). Sum of RGB (Red+Green+Blue) = 64+50+170=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #4032AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4032AA is #BFCD55. Grayscale: #434343. Windows color (decimal): -12569942 or 11153984. OLE color: 11153984.

HSL color Cylindrical-coordinate representation of color #4032AA: hue angle of 247º 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 #4032AA is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6450170-
CMYK0.620.7100.33
HSL247º54.55%43.14%-
HSV(B)247º70.59%66.67%-
XYZ10.516.2738.69-
YUV67.87185.64125.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.54%
GREEN value IS 50 (19.92% from 255) = 17.61%
BLUE value IS 170 (66.80% from 255) = 59.86%
R=22.54%
G=17.61%
B=59.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64501700.620.7100.3324754.5543.14
Hex4032AA3E47021f7372b
Octal10062252761070413676753
Binary1000000110010101010101111101000111010000111110111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4032AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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