#432CAC

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

Shades of Blue Gem #432CAC

Tints of Blue Gem #432CAC

Color information

#432CAC (or 0x432CAC) is unknown color: approx Blue Gem. HEX triplet: 43, 2C and AC. RGB value is (67,44,172). Sum of RGB (Red+Green+Blue) = 67+44+172=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #432CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432CAC is #BCD353. Grayscale: #404040. Windows color (decimal): -12374868 or 11283523. OLE color: 11283523.

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

Color convert

RGB6744172-
CMYK0.610.7400.33
HSL250.78º59.26%42.35%-
HSV(B)250.78º74.42%67.45%-
XYZ10.665.9739.62-
YUV65.47188.12129.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.67%
GREEN value IS 44 (17.58% from 255) = 15.55%
BLUE value IS 172 (67.58% from 255) = 60.78%
R=23.67%
G=15.55%
B=60.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal67441720.610.7400.33250.7859.2642.35
Hex432CAC3D4A021fb3b2a
Octal10354254751120413737352
Binary1000011101100101011001111011001010010000111111011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,44,172); }

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

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

 a { background-color: rgb(67,44,172); }

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

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

 span { border-color: rgb(67,44,172); }

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