#352069

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

Shades of Christalle #352069

Tints of Christalle #352069

Color information

#352069 (or 0x352069) is unknown color: approx Christalle. HEX triplet: 35, 20 and 69. RGB value is (53,32,105). Sum of RGB (Red+Green+Blue) = 53+32+105=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #352069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352069 is #CADF96. Grayscale: #2E2E2E. Windows color (decimal): -13295511 or 6889525. OLE color: 6889525.

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

Color convert

RGB5332105-
CMYK0.500.7000.59
HSL257.26º53.28%26.86%-
HSV(B)257.26º69.52%41.18%-
XYZ4.532.8113.67-
YUV46.6160.96132.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.89%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 105 (41.41% from 255) = 55.26%
R=27.89%
G=16.84%
B=55.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53321050.500.7000.59257.2653.2826.86
Hex352069324603B101351b
Octal6540151621060734016533
Binary11010110000011010011100101000110011101110000000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352069; }

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

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

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

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

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

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

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

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