#351853

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

Shades of Christalle #351853

Tints of Christalle #351853

Color information

#351853 (or 0x351853) is unknown color: approx Christalle. HEX triplet: 35, 18 and 53. RGB value is (53,24,83). Sum of RGB (Red+Green+Blue) = 53+24+83=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #351853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351853 is #CAE7AC. Grayscale: #272727. Windows color (decimal): -13297581 or 5445685. OLE color: 5445685.

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

Color convert

RGB532483-
CMYK0.360.7100.67
HSL269.49º55.14%20.98%-
HSV(B)269.49º71.08%32.55%-
XYZ3.362.038.4-
YUV39.4152.61137.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 24 (9.77% from 255) = 15%
BLUE value IS 83 (32.81% from 255) = 51.88%
R=33.12%
G=15%
B=51.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5324830.360.7100.67269.4955.1420.98
Hex351853244704310d3715
Octal65301234410701034156725
Binary11010111000101001110010010001110100001110000110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351853; }

 p { color: rgb(53,24,83); }

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

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

 a { background-color: rgb(53,24,83); }

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

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

 span { border-color: rgb(53,24,83); }

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