#432C68

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

Shades of Blue Diamond #432C68

Tints of Blue Diamond #432C68

Color information

#432C68 (or 0x432C68) is unknown color: approx Blue Diamond. HEX triplet: 43, 2C and 68. RGB value is (67,44,104). Sum of RGB (Red+Green+Blue) = 67+44+104=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #432C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432C68 is #BCD397. Grayscale: #393939. Windows color (decimal): -12374936 or 6827075. OLE color: 6827075.

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

Color convert

RGB6744104-
CMYK0.360.5800.59
HSL263º40.54%29.02%-
HSV(B)263º57.69%40.78%-
XYZ5.713.9913.57-
YUV57.72154.12134.62-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.16%
GREEN value IS 44 (17.58% from 255) = 20.47%
BLUE value IS 104 (41.02% from 255) = 48.37%
R=31.16%
G=20.47%
B=48.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal67441040.360.5800.5926340.5429.02
Hex432C68243A03B107291d
Octal1035415044720734075135
Binary10000111011001101000100100111010011101110000011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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