#352254

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

Shades of Christalle #352254

Tints of Christalle #352254

Color information

#352254 (or 0x352254) is unknown color: approx Christalle. HEX triplet: 35, 22 and 54. RGB value is (53,34,84). Sum of RGB (Red+Green+Blue) = 53+34+84=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #352254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352254 is #CADDAB. Grayscale: #2D2D2D. Windows color (decimal): -13295020 or 5513781. OLE color: 5513781.

HSL color Cylindrical-coordinate representation of color #352254: hue angle of 262.8º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352254 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB533484-
CMYK0.370.6000.67
HSL262.8º42.37%23.14%-
HSV(B)262.8º59.52%32.94%-
XYZ3.642.548.69-
YUV45.38149.79133.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 84 (33.20% from 255) = 49.12%
R=30.99%
G=19.88%
B=49.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5334840.370.6000.67262.842.3723.14
Hex352254253C0431072a17
Octal6542124457401034075227
Binary11010110001010101001001011111000100001110000011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352254; }

 p { color: rgb(53,34,84); }

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

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

 a { background-color: rgb(53,34,84); }

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

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

 span { border-color: rgb(53,34,84); }

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