#352055

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

Shades of Christalle #352055

Tints of Christalle #352055

Color information

#352055 (or 0x352055) is unknown color: approx Christalle. HEX triplet: 35, 20 and 55. RGB value is (53,32,85). Sum of RGB (Red+Green+Blue) = 53+32+85=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #352055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352055 is #CADFAA. Grayscale: #2C2C2C. Windows color (decimal): -13295531 or 5578805. OLE color: 5578805.

HSL color Cylindrical-coordinate representation of color #352055: hue angle of 263.77º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #352055 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB533285-
CMYK0.380.6200.67
HSL263.77º45.3%22.94%-
HSV(B)263.77º62.35%33.33%-
XYZ3.622.458.88-
YUV44.32150.96134.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.18%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 85 (33.59% from 255) = 50%
R=31.18%
G=18.82%
B=50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5332850.380.6200.67263.7745.322.94
Hex352055263E0431082d17
Octal6540125467601034105527
Binary11010110000010101011001101111100100001110000100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352055; }

 p { color: rgb(53,32,85); }

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

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

 a { background-color: rgb(53,32,85); }

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

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

 span { border-color: rgb(53,32,85); }

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