#432B68

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

Shades of Blue Diamond #432B68

Tints of Blue Diamond #432B68

Color information

#432B68 (or 0x432B68) is unknown color: approx Blue Diamond. HEX triplet: 43, 2B and 68. RGB value is (67,43,104). Sum of RGB (Red+Green+Blue) = 67+43+104=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #432B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432B68 is #BCD497. Grayscale: #383838. Windows color (decimal): -12375192 or 6826819. OLE color: 6826819.

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

Color convert

RGB6743104-
CMYK0.360.5900.59
HSL263.61º41.5%28.82%-
HSV(B)263.61º58.65%40.78%-
XYZ5.683.9213.55-
YUV57.13154.45135.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.31%
GREEN value IS 43 (17.19% from 255) = 20.09%
BLUE value IS 104 (41.02% from 255) = 48.60%
R=31.31%
G=20.09%
B=48.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal67431040.360.5900.59263.6141.528.82
Hex432B68243B03B108291d
Octal1035315044730734105135
Binary10000111010111101000100100111011011101110000100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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