#351655

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

Shades of Christalle #351655

Tints of Christalle #351655

Color information

#351655 (or 0x351655) is unknown color: approx Christalle. HEX triplet: 35, 16 and 55. RGB value is (53,22,85). Sum of RGB (Red+Green+Blue) = 53+22+85=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #351655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351655 is #CAE9AA. Grayscale: #262626. Windows color (decimal): -13298091 or 5576245. OLE color: 5576245.

HSL color Cylindrical-coordinate representation of color #351655: hue angle of 269.52º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #351655 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB532285-
CMYK0.380.7400.67
HSL269.52º58.88%20.98%-
HSV(B)269.52º74.12%33.33%-
XYZ3.391.998.8-
YUV38.45154.27138.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 22 (8.98% from 255) = 13.75%
BLUE value IS 85 (33.59% from 255) = 53.12%
R=33.12%
G=13.75%
B=53.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5322850.380.7400.67269.5258.8820.98
Hex351655264A04310e3b15
Octal65261254611201034167325
Binary11010110110101010110011010010100100001110000111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351655; }

 p { color: rgb(53,22,85); }

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

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

 a { background-color: rgb(53,22,85); }

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

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

 span { border-color: rgb(53,22,85); }

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