#432B65

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

Shades of Blue Diamond #432B65

Tints of Blue Diamond #432B65

Color information

#432B65 (or 0x432B65) is unknown color: approx Blue Diamond. HEX triplet: 43, 2B and 65. RGB value is (67,43,101). Sum of RGB (Red+Green+Blue) = 67+43+101=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #432B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432B65 is #BCD49A. Grayscale: #383838. Windows color (decimal): -12375195 or 6630211. OLE color: 6630211.

HSL color Cylindrical-coordinate representation of color #432B65: hue angle of 264.83º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #432B65 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6743101-
CMYK0.340.5700.60
HSL264.83º40.28%28.24%-
HSV(B)264.83º57.43%39.61%-
XYZ5.533.8612.77-
YUV56.79152.95135.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.75%
GREEN value IS 43 (17.19% from 255) = 20.38%
BLUE value IS 101 (39.84% from 255) = 47.87%
R=31.75%
G=20.38%
B=47.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal67431010.340.5700.60264.8340.2828.24
Hex432B65223903C109281c
Octal1035314542710744115034
Binary10000111010111100101100010111001011110010000100110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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