#35235A

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

Shades of Christalle #35235A

Tints of Christalle #35235A

Color information

#35235A (or 0x35235A) is unknown color: approx Christalle. HEX triplet: 35, 23 and 5A. RGB value is (53,35,90). Sum of RGB (Red+Green+Blue) = 53+35+90=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #35235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35235A is #CADCA5. Grayscale: #2E2E2E. Windows color (decimal): -13294758 or 5907253. OLE color: 5907253.

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

Color convert

RGB533590-
CMYK0.410.6100.65
HSL259.64º44%24.51%-
HSV(B)259.64º61.11%35.29%-
XYZ3.912.79.99-
YUV46.65152.46132.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 35 (14.06% from 255) = 19.66%
BLUE value IS 90 (35.55% from 255) = 50.56%
R=29.78%
G=19.66%
B=50.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5335900.410.6100.65259.644424.51
Hex35235A293D0411042c19
Octal6543132517501014045431
Binary11010110001110110101010011111010100000110000010010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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