#35215B

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

Shades of Christalle #35215B

Tints of Christalle #35215B

Color information

#35215B (or 0x35215B) is unknown color: approx Christalle. HEX triplet: 35, 21 and 5B. RGB value is (53,33,91). Sum of RGB (Red+Green+Blue) = 53+33+91=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #35215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35215B is #CADEA4. Grayscale: #2D2D2D. Windows color (decimal): -13295269 or 5972277. OLE color: 5972277.

HSL color Cylindrical-coordinate representation of color #35215B: hue angle of 260.69º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35215B is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB533391-
CMYK0.420.6400.64
HSL260.69º46.77%24.31%-
HSV(B)260.69º63.74%35.69%-
XYZ3.92.610.19-
YUV45.59153.63133.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 33 (13.28% from 255) = 18.64%
BLUE value IS 91 (35.94% from 255) = 51.41%
R=29.94%
G=18.64%
B=51.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5333910.420.6400.64260.6946.7724.31
Hex35215B2A400401052f18
Octal65411335210001004055730
Binary110101100001101101110101010000000100000010000010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35215B; }

 p { color: rgb(53,33,91); }

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

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

 a { background-color: rgb(53,33,91); }

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

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

 span { border-color: rgb(53,33,91); }

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