#35205D

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

Shades of Christalle #35205D

Tints of Christalle #35205D

Color information

#35205D (or 0x35205D) is unknown color: approx Christalle. HEX triplet: 35, 20 and 5D. RGB value is (53,32,93). Sum of RGB (Red+Green+Blue) = 53+32+93=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #35205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35205D is #CADFA2. Grayscale: #2D2D2D. Windows color (decimal): -13295523 or 6103093. OLE color: 6103093.

HSL color Cylindrical-coordinate representation of color #35205D: hue angle of 260.66º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35205D is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB533293-
CMYK0.430.6600.64
HSL260.66º48.8%24.51%-
HSV(B)260.66º65.59%36.47%-
XYZ3.962.5810.65-
YUV45.23154.96133.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 93 (36.72% from 255) = 52.25%
R=29.78%
G=17.98%
B=52.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5332930.430.6600.64260.6648.824.51
Hex35205D2B420401053119
Octal65401355310201004056131
Binary110101100000101110110101110000100100000010000010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35205D; }

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

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

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

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

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

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

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

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