#35215A

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

Shades of Christalle #35215A

Tints of Christalle #35215A

Color information

#35215A (or 0x35215A) is unknown color: approx Christalle. HEX triplet: 35, 21 and 5A. RGB value is (53,33,90). Sum of RGB (Red+Green+Blue) = 53+33+90=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #35215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35215A is #CADEA5. Grayscale: #2D2D2D. Windows color (decimal): -13295270 or 5906741. OLE color: 5906741.

HSL color Cylindrical-coordinate representation of color #35215A: hue angle of 261.05º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35215A is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB533390-
CMYK0.410.6300.65
HSL261.05º46.34%24.12%-
HSV(B)261.05º63.33%35.29%-
XYZ3.862.589.97-
YUV45.48153.13133.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.11%
GREEN value IS 33 (13.28% from 255) = 18.75%
BLUE value IS 90 (35.55% from 255) = 51.14%
R=30.11%
G=18.75%
B=51.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5333900.410.6300.65261.0546.3424.12
Hex35215A293F0411052e18
Octal6541132517701014055630
Binary11010110000110110101010011111110100000110000010110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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