#352369

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

Shades of Christalle #352369

Tints of Christalle #352369

Color information

#352369 (or 0x352369) is unknown color: approx Christalle. HEX triplet: 35, 23 and 69. RGB value is (53,35,105). Sum of RGB (Red+Green+Blue) = 53+35+105=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #352369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352369 is #CADC96. Grayscale: #303030. Windows color (decimal): -13294743 or 6890293. OLE color: 6890293.

HSL color Cylindrical-coordinate representation of color #352369: hue angle of 255.43º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #352369 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5335105-
CMYK0.500.6700.59
HSL255.43º50%27.45%-
HSV(B)255.43º66.67%41.18%-
XYZ4.622.9813.7-
YUV48.36159.96131.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 105 (41.41% from 255) = 54.40%
R=27.46%
G=18.13%
B=54.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53351050.500.6700.59255.435027.45
Hex352369324303Bff321b
Octal6543151621030733776233
Binary1101011000111101001110010100001101110111111111111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352369; }

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

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

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

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

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

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

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

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