#352061

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

Shades of Christalle #352061

Tints of Christalle #352061

Color information

#352061 (or 0x352061) is unknown color: approx Christalle. HEX triplet: 35, 20 and 61. RGB value is (53,32,97). Sum of RGB (Red+Green+Blue) = 53+32+97=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #352061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352061 is #CADF9E. Grayscale: #2D2D2D. Windows color (decimal): -13295519 or 6365237. OLE color: 6365237.

HSL color Cylindrical-coordinate representation of color #352061: hue angle of 259.38º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #352061 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB533297-
CMYK0.450.6700.62
HSL259.38º50.39%25.29%-
HSV(B)259.38º67.01%38.04%-
XYZ4.142.6511.6-
YUV45.69156.96133.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 97 (38.28% from 255) = 53.30%
R=29.12%
G=17.58%
B=53.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5332970.450.6700.62259.3850.3925.29
Hex3520612D4303E1033219
Octal6540141551030764036231
Binary11010110000011000011011011000011011111010000001111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352061; }

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

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

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

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

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

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

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

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