#351755

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

Shades of Christalle #351755

Tints of Christalle #351755

Color information

#351755 (or 0x351755) is unknown color: approx Christalle. HEX triplet: 35, 17 and 55. RGB value is (53,23,85). Sum of RGB (Red+Green+Blue) = 53+23+85=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #351755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351755 is #CAE8AA. Grayscale: #262626. Windows color (decimal): -13297835 or 5576501. OLE color: 5576501.

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

Color convert

RGB532385-
CMYK0.380.7300.67
HSL269.03º57.41%21.18%-
HSV(B)269.03º72.94%33.33%-
XYZ3.412.038.81-
YUV39.04153.94137.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.92%
GREEN value IS 23 (9.38% from 255) = 14.29%
BLUE value IS 85 (33.59% from 255) = 52.80%
R=32.92%
G=14.29%
B=52.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5323850.380.7300.67269.0357.4121.18
Hex351755264904310d3915
Octal65271254611101034157125
Binary11010110111101010110011010010010100001110000110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351755; }

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

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

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

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

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

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

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

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