#352362

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

Shades of Christalle #352362

Tints of Christalle #352362

Color information

#352362 (or 0x352362) is unknown color: approx Christalle. HEX triplet: 35, 23 and 62. RGB value is (53,35,98). Sum of RGB (Red+Green+Blue) = 53+35+98=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #352362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352362 is #CADC9D. Grayscale: #2F2F2F. Windows color (decimal): -13294750 or 6431541. OLE color: 6431541.

HSL color Cylindrical-coordinate representation of color #352362: hue angle of 257.14º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #352362 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB533598-
CMYK0.460.6400.62
HSL257.14º47.37%26.08%-
HSV(B)257.14º64.29%38.43%-
XYZ4.272.8411.88-
YUV47.56156.46131.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.49%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=28.49%
G=18.82%
B=52.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5335980.460.6400.62257.1447.3726.08
Hex3523622E4003E1012f1a
Octal6543142561000764015732
Binary11010110001111000101011101000000011111010000000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352362; }

 p { color: rgb(53,35,98); }

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

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

 a { background-color: rgb(53,35,98); }

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

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

 span { border-color: rgb(53,35,98); }

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