#352457

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

Shades of Christalle #352457

Tints of Christalle #352457

Color information

#352457 (or 0x352457) is unknown color: approx Christalle. HEX triplet: 35, 24 and 57. RGB value is (53,36,87). Sum of RGB (Red+Green+Blue) = 53+36+87=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #352457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352457 is #CADBA8. Grayscale: #2E2E2E. Windows color (decimal): -13294505 or 5710901. OLE color: 5710901.

HSL color Cylindrical-coordinate representation of color #352457: hue angle of 260º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #352457 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB533687-
CMYK0.390.5900.66
HSL260º41.46%24.12%-
HSV(B)260º58.62%34.12%-
XYZ3.822.719.34-
YUV46.9150.63132.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.11%
GREEN value IS 36 (14.45% from 255) = 20.45%
BLUE value IS 87 (34.38% from 255) = 49.43%
R=30.11%
G=20.45%
B=49.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5336870.390.5900.6626041.4624.12
Hex352457273B0421042918
Octal6544127477301024045130
Binary11010110010010101111001111110110100001010000010010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352457; }

 p { color: rgb(53,36,87); }

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

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

 a { background-color: rgb(53,36,87); }

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

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

 span { border-color: rgb(53,36,87); }

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