#35206A

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

Shades of Christalle #35206A

Tints of Christalle #35206A

Color information

#35206A (or 0x35206A) is unknown color: approx Christalle. HEX triplet: 35, 20 and 6A. RGB value is (53,32,106). Sum of RGB (Red+Green+Blue) = 53+32+106=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 106 (41.80% from 255 or 55.50% from 191); Max value from RGB is 106 - color contains mainly: blue. Hex color #35206A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35206A is #CADF95. Grayscale: #2E2E2E. Windows color (decimal): -13295510 or 6955061. OLE color: 6955061.

HSL color Cylindrical-coordinate representation of color #35206A: hue angle of 257.03º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35206A is Cyan = 0.5, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5332106-
CMYK0.50.7000.58
HSL257.03º53.62%27.06%-
HSV(B)257.03º69.81%41.57%-
XYZ4.592.8313.94-
YUV46.72161.46132.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.75%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 106 (41.80% from 255) = 55.50%
R=27.75%
G=16.75%
B=55.50%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53321060.50.7000.58257.0353.6227.06
Hex35206A324603A101361b
Octal6540152621060724016633
Binary11010110000011010101100101000110011101010000000111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35206A; }

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

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

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

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

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

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

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

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