#352056

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

Shades of Christalle #352056

Tints of Christalle #352056

Color information

#352056 (or 0x352056) is unknown color: approx Christalle. HEX triplet: 35, 20 and 56. RGB value is (53,32,86). Sum of RGB (Red+Green+Blue) = 53+32+86=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #352056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352056 is #CADFA9. Grayscale: #2C2C2C. Windows color (decimal): -13295530 or 5644341. OLE color: 5644341.

HSL color Cylindrical-coordinate representation of color #352056: hue angle of 263.33º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #352056 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB533286-
CMYK0.380.6300.66
HSL263.33º45.76%23.14%-
HSV(B)263.33º62.79%33.73%-
XYZ3.662.469.09-
YUV44.44151.46134.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 86 (33.98% from 255) = 50.29%
R=30.99%
G=18.71%
B=50.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5332860.380.6300.66263.3345.7623.14
Hex352056263F0421072e17
Octal6540126467701024075627
Binary11010110000010101101001101111110100001010000011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352056; }

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

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

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

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

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

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

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

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