#352256

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

Shades of Christalle #352256

Tints of Christalle #352256

Color information

#352256 (or 0x352256) is unknown color: approx Christalle. HEX triplet: 35, 22 and 56. RGB value is (53,34,86). Sum of RGB (Red+Green+Blue) = 53+34+86=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #352256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352256 is #CADDA9. Grayscale: #2D2D2D. Windows color (decimal): -13295018 or 5644853. OLE color: 5644853.

HSL color Cylindrical-coordinate representation of color #352256: hue angle of 261.92º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352256 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB533486-
CMYK0.380.6000.66
HSL261.92º43.33%23.53%-
HSV(B)261.92º60.47%33.73%-
XYZ3.722.579.1-
YUV45.61150.79133.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.64%
GREEN value IS 34 (13.67% from 255) = 19.65%
BLUE value IS 86 (33.98% from 255) = 49.71%
R=30.64%
G=19.65%
B=49.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5334860.380.6000.66261.9243.3323.53
Hex352256263C0421062b18
Octal6542126467401024065330
Binary11010110001010101101001101111000100001010000011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352256; }

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

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

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

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

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

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

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

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