#432EA2

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

Shades of Blue Gem #432EA2

Tints of Blue Gem #432EA2

Color information

#432EA2 (or 0x432EA2) is unknown color: approx Blue Gem. HEX triplet: 43, 2E and A2. RGB value is (67,46,162). Sum of RGB (Red+Green+Blue) = 67+46+162=275 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.36% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 162 (63.67% from 255 or 58.91% from 275); Max value from RGB is 162 - color contains mainly: blue. Hex color #432EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432EA2 is #BCD15D. Grayscale: #414141. Windows color (decimal): -12374366 or 10628675. OLE color: 10628675.

HSL color Cylindrical-coordinate representation of color #432EA2: hue angle of 250.86º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #432EA2 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6746162-
CMYK0.590.7200.36
HSL250.86º55.77%40.78%-
HSV(B)250.86º71.6%63.53%-
XYZ9.815.7634.78-
YUV65.5182.46129.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.36%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 162 (63.67% from 255) = 58.91%
R=24.36%
G=16.73%
B=58.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal67461620.590.7200.36250.8655.7740.78
Hex432EA23B48024fb3829
Octal10356242731100443737051
Binary1000011101110101000101110111001000010010011111011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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