#432DAE

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

Shades of Blue Gem #432DAE

Tints of Blue Gem #432DAE

Color information

#432DAE (or 0x432DAE) is unknown color: approx Blue Gem. HEX triplet: 43, 2D and AE. RGB value is (67,45,174). Sum of RGB (Red+Green+Blue) = 67+45+174=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #432DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432DAE is #BCD251. Grayscale: #414141. Windows color (decimal): -12374610 or 11414851. OLE color: 11414851.

HSL color Cylindrical-coordinate representation of color #432DAE: hue angle of 250.23º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #432DAE is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6745174-
CMYK0.610.7400.32
HSL250.23º58.9%42.94%-
HSV(B)250.23º74.14%68.24%-
XYZ10.896.1340.65-
YUV66.28188.79128.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.43%
GREEN value IS 45 (17.97% from 255) = 15.73%
BLUE value IS 174 (68.36% from 255) = 60.84%
R=23.43%
G=15.73%
B=60.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal67451740.610.7400.32250.2358.942.94
Hex432DAE3D4A020fa3b2b
Octal10355256751120403727353
Binary1000011101101101011101111011001010010000011111010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,45,174); }

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

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

 a { background-color: rgb(67,45,174); }

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

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

 span { border-color: rgb(67,45,174); }

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