#351859

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

Shades of Christalle #351859

Tints of Christalle #351859

Color information

#351859 (or 0x351859) is unknown color: approx Christalle. HEX triplet: 35, 18 and 59. RGB value is (53,24,89). Sum of RGB (Red+Green+Blue) = 53+24+89=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #351859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351859 is #CAE7A6. Grayscale: #272727. Windows color (decimal): -13297575 or 5838901. OLE color: 5838901.

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

Color convert

RGB532489-
CMYK0.400.7300.65
HSL266.77º57.52%22.16%-
HSV(B)266.77º73.03%34.9%-
XYZ3.62.139.67-
YUV40.08155.61137.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.93%
GREEN value IS 24 (9.77% from 255) = 14.46%
BLUE value IS 89 (35.16% from 255) = 53.61%
R=31.93%
G=14.46%
B=53.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5324890.400.7300.65266.7757.5222.16
Hex351859284904110b3a16
Octal65301315011101014137226
Binary11010111000101100110100010010010100000110000101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351859; }

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

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

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

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

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

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

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

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