#351659

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

Shades of Christalle #351659

Tints of Christalle #351659

Color information

#351659 (or 0x351659) is unknown color: approx Christalle. HEX triplet: 35, 16 and 59. RGB value is (53,22,89). Sum of RGB (Red+Green+Blue) = 53+22+89=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #351659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351659 is #CAE9A6. Grayscale: #262626. Windows color (decimal): -13298087 or 5838389. OLE color: 5838389.

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

Color convert

RGB532289-
CMYK0.400.7500.65
HSL267.76º60.36%21.76%-
HSV(B)267.76º75.28%34.9%-
XYZ3.562.059.66-
YUV38.91156.27138.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.32%
GREEN value IS 22 (8.98% from 255) = 13.41%
BLUE value IS 89 (35.16% from 255) = 54.27%
R=32.32%
G=13.41%
B=54.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5322890.400.7500.65267.7660.3621.76
Hex351659284B04110c3c16
Octal65261315011301014147426
Binary11010110110101100110100010010110100000110000110011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351659; }

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

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

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

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

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

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

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

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