#432bac

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

Shades of Blue Gem #432BAC

Tints of Blue Gem #432BAC

Color information

#432BAC (or 0x432BAC) is unknown color: approx Blue Gem. HEX triplet: 43, 2B and AC. RGB value is (67,43,172). Sum of RGB (Red+Green+Blue) = 67+43+172=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #432BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432BAC is #BCD453. Grayscale: #404040. Windows color (decimal): -12375124 or 11283267. OLE color: 11283267.

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

Color convert

RGB6743172-
CMYK0.610.7500.33
HSL251.16º60%42.16%-
HSV(B)251.16º75%67.45%-
XYZ10.635.939.61-
YUV64.88188.45129.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.76%
GREEN value IS 43 (17.19% from 255) = 15.25%
BLUE value IS 172 (67.58% from 255) = 60.99%
R=23.76%
G=15.25%
B=60.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal67431720.610.7500.33251.166042.16
Hex432BAC3D4B021fb3c2a
Octal10353254751130413737452
Binary1000011101011101011001111011001011010000111111011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432bac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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