#352363

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

Shades of Christalle #352363

Tints of Christalle #352363

Color information

#352363 (or 0x352363) is unknown color: approx Christalle. HEX triplet: 35, 23 and 63. RGB value is (53,35,99). Sum of RGB (Red+Green+Blue) = 53+35+99=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #352363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352363 is #CADC9C. Grayscale: #2F2F2F. Windows color (decimal): -13294749 or 6497077. OLE color: 6497077.

HSL color Cylindrical-coordinate representation of color #352363: hue angle of 256.88º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #352363 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB533599-
CMYK0.460.6500.61
HSL256.88º47.76%26.27%-
HSV(B)256.88º64.65%38.82%-
XYZ4.322.8612.13-
YUV47.68156.96131.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.34%
GREEN value IS 35 (14.06% from 255) = 18.72%
BLUE value IS 99 (39.06% from 255) = 52.94%
R=28.34%
G=18.72%
B=52.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5335990.460.6500.61256.8847.7626.27
Hex3523632E4103D101301a
Octal6543143561010754016032
Binary11010110001111000111011101000001011110110000000111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352363; }

 p { color: rgb(53,35,99); }

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

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

 a { background-color: rgb(53,35,99); }

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

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

 span { border-color: rgb(53,35,99); }

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