#432E88

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

Shades of Blue Gem #432E88

Tints of Blue Gem #432E88

Color information

#432E88 (or 0x432E88) is unknown color: approx Blue Gem. HEX triplet: 43, 2E and 88. RGB value is (67,46,136). Sum of RGB (Red+Green+Blue) = 67+46+136=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #432E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432E88 is #BCD177. Grayscale: #3E3E3E. Windows color (decimal): -12374392 or 8924739. OLE color: 8924739.

HSL color Cylindrical-coordinate representation of color #432E88: hue angle of 254º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #432E88 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6746136-
CMYK0.510.6600.47
HSL254º49.45%35.69%-
HSV(B)254º66.18%53.33%-
XYZ7.744.9223.84-
YUV62.54169.46131.18-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.91%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 136 (53.52% from 255) = 54.62%
R=26.91%
G=18.47%
B=54.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67461360.510.6600.4725449.4535.69
Hex432E88334202Ffe3124
Octal10356210631020573766144
Binary1000011101110100010001100111000010010111111111110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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