#432E96

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

Shades of Blue Gem #432E96

Tints of Blue Gem #432E96

Color information

#432E96 (or 0x432E96) is unknown color: approx Blue Gem. HEX triplet: 43, 2E and 96. RGB value is (67,46,150). Sum of RGB (Red+Green+Blue) = 67+46+150=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #432E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432E96 is #BCD169. Grayscale: #3F3F3F. Windows color (decimal): -12374378 or 9842243. OLE color: 9842243.

HSL color Cylindrical-coordinate representation of color #432E96: hue angle of 252.12º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #432E96 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6746150-
CMYK0.550.6900.41
HSL252.12º53.06%38.43%-
HSV(B)252.12º69.33%58.82%-
XYZ8.85.3529.42-
YUV64.13176.46130.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.48%
GREEN value IS 46 (18.36% from 255) = 17.49%
BLUE value IS 150 (58.98% from 255) = 57.03%
R=25.48%
G=17.49%
B=57.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal67461500.550.6900.41252.1253.0638.43
Hex432E963745029fc3526
Octal10356226671050513746546
Binary1000011101110100101101101111000101010100111111100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432E96; }

 p { color: rgb(67,46,150); }

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

<style>
 a { background-color: #432E96; }

 a { background-color: rgb(67,46,150); }

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

<style>
 span { border-color: #432E96; }

 span { border-color: rgb(67,46,150); }

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