#35226C

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

Shades of Christalle #35226C

Tints of Christalle #35226C

Color information

#35226C (or 0x35226C) is unknown color: approx Christalle. HEX triplet: 35, 22 and 6C. RGB value is (53,34,108). Sum of RGB (Red+Green+Blue) = 53+34+108=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #35226C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35226C is #CADD93. Grayscale: #2F2F2F. Windows color (decimal): -13294996 or 7086645. OLE color: 7086645.

HSL color Cylindrical-coordinate representation of color #35226C: hue angle of 255.41º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35226C is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5334108-
CMYK0.510.6900.58
HSL255.41º52.11%27.84%-
HSV(B)255.41º68.52%42.35%-
XYZ4.752.9814.51-
YUV48.12161.79131.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 34 (13.67% from 255) = 17.44%
BLUE value IS 108 (42.58% from 255) = 55.38%
R=27.18%
G=17.44%
B=55.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53341080.510.6900.58255.4152.1127.84
Hex35226C334503Aff341c
Octal6542154631050723776434
Binary1101011000101101100110011100010101110101111111111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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