#352160

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

Shades of Christalle #352160

Tints of Christalle #352160

Color information

#352160 (or 0x352160) is unknown color: approx Christalle. HEX triplet: 35, 21 and 60. RGB value is (53,33,96). Sum of RGB (Red+Green+Blue) = 53+33+96=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #352160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352160 is #CADE9F. Grayscale: #2D2D2D. Windows color (decimal): -13295264 or 6299957. OLE color: 6299957.

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

Color convert

RGB533396-
CMYK0.450.6600.62
HSL259.05º48.84%25.29%-
HSV(B)259.05º65.62%37.65%-
XYZ4.122.6911.37-
YUV46.16156.13132.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 33 (13.28% from 255) = 18.13%
BLUE value IS 96 (37.89% from 255) = 52.75%
R=29.12%
G=18.13%
B=52.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5333960.450.6600.62259.0548.8425.29
Hex3521602D4203E1033119
Octal6541140551020764036131
Binary11010110000111000001011011000010011111010000001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352160; }

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

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

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

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

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

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

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

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