#35215c

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

Shades of Christalle #35215C

Tints of Christalle #35215C

Color information

#35215C (or 0x35215C) is unknown color: approx Christalle. HEX triplet: 35, 21 and 5C. RGB value is (53,33,92). Sum of RGB (Red+Green+Blue) = 53+33+92=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #35215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35215C is #CADEA3. Grayscale: #2D2D2D. Windows color (decimal): -13295268 or 6037813. OLE color: 6037813.

HSL color Cylindrical-coordinate representation of color #35215C: hue angle of 260.34º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35215C is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB533392-
CMYK0.420.6400.64
HSL260.34º47.2%24.51%-
HSV(B)260.34º64.13%36.08%-
XYZ3.942.6210.42-
YUV45.71154.13133.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 92 (36.33% from 255) = 51.69%
R=29.78%
G=18.54%
B=51.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5333920.420.6400.64260.3447.224.51
Hex35215C2A400401042f19
Octal65411345210001004045731
Binary110101100001101110010101010000000100000010000010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35215c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35215c; }

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

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

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

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

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

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

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

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