#352359

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

Shades of Christalle #352359

Tints of Christalle #352359

Color information

#352359 (or 0x352359) is unknown color: approx Christalle. HEX triplet: 35, 23 and 59. RGB value is (53,35,89). Sum of RGB (Red+Green+Blue) = 53+35+89=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #352359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352359 is #CADCA6. Grayscale: #2E2E2E. Windows color (decimal): -13294759 or 5841717. OLE color: 5841717.

HSL color Cylindrical-coordinate representation of color #352359: hue angle of 260º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #352359 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB533589-
CMYK0.400.6100.65
HSL260º43.55%24.31%-
HSV(B)260º60.67%34.9%-
XYZ3.872.689.76-
YUV46.54151.96132.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 89 (35.16% from 255) = 50.28%
R=29.94%
G=19.77%
B=50.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5335890.400.6100.6526043.5524.31
Hex352359283D0411042c18
Octal6543131507501014045430
Binary11010110001110110011010001111010100000110000010010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352359; }

 p { color: rgb(53,35,89); }

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

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

 a { background-color: rgb(53,35,89); }

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

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

 span { border-color: rgb(53,35,89); }

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