#432469

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

Shades of Blue Diamond #432469

Tints of Blue Diamond #432469

Color information

#432469 (or 0x432469) is unknown color: approx Blue Diamond. HEX triplet: 43, 24 and 69. RGB value is (67,36,105). Sum of RGB (Red+Green+Blue) = 67+36+105=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #432469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432469 is #BCDB96. Grayscale: #343434. Windows color (decimal): -12376983 or 6890563. OLE color: 6890563.

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

Color convert

RGB6736105-
CMYK0.360.6600.59
HSL266.96º48.94%27.65%-
HSV(B)266.96º65.71%41.18%-
XYZ5.53.4713.75-
YUV53.13157.27137.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.21%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 105 (41.41% from 255) = 50.48%
R=32.21%
G=17.31%
B=50.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal67361050.360.6600.59266.9648.9427.65
Hex432469244203B10b311c
Octal10344151441020734136134
Binary100001110010011010011001001000010011101110000101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432469; }

 p { color: rgb(67,36,105); }

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

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

 a { background-color: rgb(67,36,105); }

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

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

 span { border-color: rgb(67,36,105); }

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