#341655

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

Shades of Christalle #341655

Tints of Christalle #341655

Color information

#341655 (or 0x341655) is unknown color: approx Christalle. HEX triplet: 34, 16 and 55. RGB value is (52,22,85). Sum of RGB (Red+Green+Blue) = 52+22+85=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #341655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341655 is #CBE9AA. Grayscale: #252525. Windows color (decimal): -13363627 or 5576244. OLE color: 5576244.

HSL color Cylindrical-coordinate representation of color #341655: hue angle of 268.57º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #341655 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB522285-
CMYK0.390.7400.67
HSL268.57º58.88%20.98%-
HSV(B)268.57º74.12%33.33%-
XYZ3.341.968.8-
YUV38.15154.44137.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 22 (8.98% from 255) = 13.84%
BLUE value IS 85 (33.59% from 255) = 53.46%
R=32.70%
G=13.84%
B=53.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5222850.390.7400.67268.5758.8820.98
Hex341655274A04310d3b15
Octal64261254711201034157325
Binary11010010110101010110011110010100100001110000110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341655; }

 p { color: rgb(52,22,85); }

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

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

 a { background-color: rgb(52,22,85); }

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

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

 span { border-color: rgb(52,22,85); }

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