#352159

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

Shades of Christalle #352159

Tints of Christalle #352159

Color information

#352159 (or 0x352159) is unknown color: approx Christalle. HEX triplet: 35, 21 and 59. RGB value is (53,33,89). Sum of RGB (Red+Green+Blue) = 53+33+89=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #352159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352159 is #CADEA6. Grayscale: #2D2D2D. Windows color (decimal): -13295271 or 5841205. OLE color: 5841205.

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

Color convert

RGB533389-
CMYK0.400.6300.65
HSL261.43º45.9%23.92%-
HSV(B)261.43º62.92%34.9%-
XYZ3.822.579.75-
YUV45.36152.63133.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 33 (13.28% from 255) = 18.86%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=30.29%
G=18.86%
B=50.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5333890.400.6300.65261.4345.923.92
Hex352159283F0411052e18
Octal6541131507701014055630
Binary11010110000110110011010001111110100000110000010110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352159; }

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

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

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

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

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

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

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

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