#352258

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

Shades of Christalle #352258

Tints of Christalle #352258

Color information

#352258 (or 0x352258) is unknown color: approx Christalle. HEX triplet: 35, 22 and 58. RGB value is (53,34,88). Sum of RGB (Red+Green+Blue) = 53+34+88=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #352258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352258 is #CADDA7. Grayscale: #2D2D2D. Windows color (decimal): -13295016 or 5775925. OLE color: 5775925.

HSL color Cylindrical-coordinate representation of color #352258: hue angle of 261.11º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #352258 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB533488-
CMYK0.400.6100.65
HSL261.11º44.26%23.92%-
HSV(B)261.11º61.36%34.51%-
XYZ3.82.619.54-
YUV45.84151.79133.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 88 (34.77% from 255) = 50.29%
R=30.29%
G=19.43%
B=50.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5334880.400.6100.65261.1144.2623.92
Hex352258283D0411052c18
Octal6542130507501014055430
Binary11010110001010110001010001111010100000110000010110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352258; }

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

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

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

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

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

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

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

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