#352168

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

Shades of Christalle #352168

Tints of Christalle #352168

Color information

#352168 (or 0x352168) is unknown color: approx Christalle. HEX triplet: 35, 21 and 68. RGB value is (53,33,104). Sum of RGB (Red+Green+Blue) = 53+33+104=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #352168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352168 is #CADE97. Grayscale: #2E2E2E. Windows color (decimal): -13295256 or 6824245. OLE color: 6824245.

HSL color Cylindrical-coordinate representation of color #352168: hue angle of 256.9º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #352168 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5333104-
CMYK0.490.6800.59
HSL256.9º51.82%26.86%-
HSV(B)256.9º68.27%40.78%-
XYZ4.512.8413.41-
YUV47.07160.13132.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.89%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 104 (41.02% from 255) = 54.74%
R=27.89%
G=17.37%
B=54.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53331040.490.6800.59256.951.8226.86
Hex352168314403B101341b
Octal6541150611040734016433
Binary11010110000111010001100011000100011101110000000111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352168; }

 p { color: rgb(53,33,104); }

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

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

 a { background-color: rgb(53,33,104); }

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

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

 span { border-color: rgb(53,33,104); }

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