#350659

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

Shades of Christalle #350659

Tints of Christalle #350659

Color information

#350659 (or 0x350659) is unknown color: approx Christalle. HEX triplet: 35, 06 and 59. RGB value is (53,6,89). Sum of RGB (Red+Green+Blue) = 53+6+89=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #350659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350659 is #CAF9A6. Grayscale: #1D1D1D. Windows color (decimal): -13302183 or 5834293. OLE color: 5834293.

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

Color convert

RGB53689-
CMYK0.400.9300.65
HSL273.98º87.37%18.63%-
HSV(B)273.98º93.26%34.9%-
XYZ3.341.619.59-
YUV29.52161.57144.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.81%
GREEN value IS 6 (2.73% from 255) = 4.05%
BLUE value IS 89 (35.16% from 255) = 60.14%
R=35.81%
G=4.05%
B=60.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal536890.400.9300.65273.9887.3718.63
Hex35659285D0411125713
Octal65613150135010142212723
Binary1101011101011001101000101110101000001100010010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350659; }

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

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

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

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

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

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

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

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