#432EA0

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

Shades of Blue Gem #432EA0

Tints of Blue Gem #432EA0

Color information

#432EA0 (or 0x432EA0) is unknown color: approx Blue Gem. HEX triplet: 43, 2E and A0. RGB value is (67,46,160). Sum of RGB (Red+Green+Blue) = 67+46+160=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #432EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432EA0 is #BCD15F. Grayscale: #404040. Windows color (decimal): -12374368 or 10497603. OLE color: 10497603.

HSL color Cylindrical-coordinate representation of color #432EA0: hue angle of 251.05º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #432EA0 is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6746160-
CMYK0.580.7100.37
HSL251.05º55.34%40.39%-
HSV(B)251.05º71.25%62.75%-
XYZ9.645.6933.85-
YUV65.28181.46129.23-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.54%
GREEN value IS 46 (18.36% from 255) = 16.85%
BLUE value IS 160 (62.89% from 255) = 58.61%
R=24.54%
G=16.85%
B=58.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal67461600.580.7100.37251.0555.3440.39
Hex432EA03A47025fb3728
Octal10356240721070453736750
Binary1000011101110101000001110101000111010010111111011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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