#352463

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

Shades of Christalle #352463

Tints of Christalle #352463

Color information

#352463 (or 0x352463) is unknown color: approx Christalle. HEX triplet: 35, 24 and 63. RGB value is (53,36,99). Sum of RGB (Red+Green+Blue) = 53+36+99=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #352463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352463 is #CADB9C. Grayscale: #303030. Windows color (decimal): -13294493 or 6497333. OLE color: 6497333.

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

Color convert

RGB533699-
CMYK0.460.6400.61
HSL256.19º46.67%26.47%-
HSV(B)256.19º63.64%38.82%-
XYZ4.352.9212.14-
YUV48.26156.63131.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.19%
GREEN value IS 36 (14.45% from 255) = 19.15%
BLUE value IS 99 (39.06% from 255) = 52.66%
R=28.19%
G=19.15%
B=52.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5336990.460.6400.61256.1946.6726.47
Hex3524632E4003D1002f1a
Octal6544143561000754005732
Binary11010110010011000111011101000000011110110000000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352463; }

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

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

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

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

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

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

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

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