#351756

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

Shades of Christalle #351756

Tints of Christalle #351756

Color information

#351756 (or 0x351756) is unknown color: approx Christalle. HEX triplet: 35, 17 and 56. RGB value is (53,23,86). Sum of RGB (Red+Green+Blue) = 53+23+86=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #351756 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351756 is #CAE8A9. Grayscale: #262626. Windows color (decimal): -13297834 or 5642037. OLE color: 5642037.

HSL color Cylindrical-coordinate representation of color #351756: hue angle of 268.57º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #351756 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB532386-
CMYK0.380.7300.66
HSL268.57º57.8%21.37%-
HSV(B)268.57º73.26%33.73%-
XYZ3.452.049.02-
YUV39.15154.44137.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 23 (9.38% from 255) = 14.20%
BLUE value IS 86 (33.98% from 255) = 53.09%
R=32.72%
G=14.20%
B=53.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5323860.380.7300.66268.5757.821.37
Hex351756264904210d3a15
Octal65271264611101024157225
Binary11010110111101011010011010010010100001010000110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351756; }

 p { color: rgb(53,23,86); }

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

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

 a { background-color: rgb(53,23,86); }

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

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

 span { border-color: rgb(53,23,86); }

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