#352255

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

Shades of Christalle #352255

Tints of Christalle #352255

Color information

#352255 (or 0x352255) is unknown color: approx Christalle. HEX triplet: 35, 22 and 55. RGB value is (53,34,85). Sum of RGB (Red+Green+Blue) = 53+34+85=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #352255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352255 is #CADDAA. Grayscale: #2D2D2D. Windows color (decimal): -13295019 or 5579317. OLE color: 5579317.

HSL color Cylindrical-coordinate representation of color #352255: hue angle of 262.35º degrees, saturation: 0.43, 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 #352255 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB533485-
CMYK0.380.6000.67
HSL262.35º42.86%23.33%-
HSV(B)262.35º60%33.33%-
XYZ3.682.568.89-
YUV45.5150.29133.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.81%
GREEN value IS 34 (13.67% from 255) = 19.77%
BLUE value IS 85 (33.59% from 255) = 49.42%
R=30.81%
G=19.77%
B=49.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5334850.380.6000.67262.3542.8623.33
Hex352255263C0431062b17
Octal6542125467401034065327
Binary11010110001010101011001101111000100001110000011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352255; }

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

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

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

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

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

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

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

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