#35225C

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

Shades of Christalle #35225C

Tints of Christalle #35225C

Color information

#35225C (or 0x35225C) is unknown color: approx Christalle. HEX triplet: 35, 22 and 5C. RGB value is (53,34,92). Sum of RGB (Red+Green+Blue) = 53+34+92=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #35225C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35225C is #CADDA3. Grayscale: #2E2E2E. Windows color (decimal): -13295012 or 6038069. OLE color: 6038069.

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

Color convert

RGB533492-
CMYK0.420.6300.64
HSL259.66º46.03%24.71%-
HSV(B)259.66º63.04%36.08%-
XYZ3.972.6710.43-
YUV46.29153.79132.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 34 (13.67% from 255) = 18.99%
BLUE value IS 92 (36.33% from 255) = 51.40%
R=29.61%
G=18.99%
B=51.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5334920.420.6300.64259.6646.0324.71
Hex35225C2A3F0401042e19
Octal6542134527701004045631
Binary11010110001010111001010101111110100000010000010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35225C; }

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

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

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

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

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

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

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

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