#352057

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

Shades of Christalle #352057

Tints of Christalle #352057

Color information

#352057 (or 0x352057) is unknown color: approx Christalle. HEX triplet: 35, 20 and 57. RGB value is (53,32,87). Sum of RGB (Red+Green+Blue) = 53+32+87=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #352057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352057 is #CADFA8. Grayscale: #2C2C2C. Windows color (decimal): -13295529 or 5709877. OLE color: 5709877.

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

Color convert

RGB533287-
CMYK0.390.6300.66
HSL262.91º46.22%23.33%-
HSV(B)262.91º63.22%34.12%-
XYZ3.712.489.3-
YUV44.55151.96134.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.81%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 87 (34.38% from 255) = 50.58%
R=30.81%
G=18.60%
B=50.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5332870.390.6300.66262.9146.2223.33
Hex352057273F0421072e17
Octal6540127477701024075627
Binary11010110000010101111001111111110100001010000011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352057; }

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

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

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

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

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

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

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

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