#432EAA

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

Shades of Blue Gem #432EAA

Tints of Blue Gem #432EAA

Color information

#432EAA (or 0x432EAA) is unknown color: approx Blue Gem. HEX triplet: 43, 2E and AA. RGB value is (67,46,170). Sum of RGB (Red+Green+Blue) = 67+46+170=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #432EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432EAA is #BCD155. Grayscale: #414141. Windows color (decimal): -12374358 or 11152963. OLE color: 11152963.

HSL color Cylindrical-coordinate representation of color #432EAA: hue angle of 250.16º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #432EAA is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6746170-
CMYK0.610.7300.33
HSL250.16º57.41%42.35%-
HSV(B)250.16º72.94%66.67%-
XYZ10.556.0538.64-
YUV66.41186.46128.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.67%
GREEN value IS 46 (18.36% from 255) = 16.25%
BLUE value IS 170 (66.80% from 255) = 60.07%
R=23.67%
G=16.25%
B=60.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal67461700.610.7300.33250.1657.4142.35
Hex432EAA3D49021fa392a
Octal10356252751110413727152
Binary1000011101110101010101111011001001010000111111010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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