#350259

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

Shades of Christalle #350259

Tints of Christalle #350259

Color information

#350259 (or 0x350259) is unknown color: approx Christalle. HEX triplet: 35, 02 and 59. RGB value is (53,2,89). Sum of RGB (Red+Green+Blue) = 53+2+89=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #350259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350259 is #CAFDA6. Grayscale: #1A1A1A. Windows color (decimal): -13303207 or 5833269. OLE color: 5833269.

HSL color Cylindrical-coordinate representation of color #350259: hue angle of 275.17º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350259 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB53289-
CMYK0.400.9800.65
HSL275.17º95.6%17.84%-
HSV(B)275.17º97.75%34.9%-
XYZ3.291.529.57-
YUV27.17162.9146.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 89 (35.16% from 255) = 61.81%
R=36.81%
G=1.39%
B=61.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal532890.400.9800.65275.1795.617.84
Hex3525928620411136012
Octal65213150142010142314022
Binary110101101011001101000110001001000001100010011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350259; }

 p { color: rgb(53,2,89); }

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

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

 a { background-color: rgb(53,2,89); }

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

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

 span { border-color: rgb(53,2,89); }

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