#342359

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

Shades of Christalle #342359

Tints of Christalle #342359

Color information

#342359 (or 0x342359) is unknown color: approx Christalle. HEX triplet: 34, 23 and 59. RGB value is (52,35,89). Sum of RGB (Red+Green+Blue) = 52+35+89=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #342359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342359 is #CBDCA6. Grayscale: #2E2E2E. Windows color (decimal): -13360295 or 5841716. OLE color: 5841716.

HSL color Cylindrical-coordinate representation of color #342359: hue angle of 258.89º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #342359 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB523589-
CMYK0.420.6100.65
HSL258.89º43.55%24.31%-
HSV(B)258.89º60.67%34.9%-
XYZ3.822.659.76-
YUV46.24152.13132.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.55%
GREEN value IS 35 (14.06% from 255) = 19.89%
BLUE value IS 89 (35.16% from 255) = 50.57%
R=29.55%
G=19.89%
B=50.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5235890.420.6100.65258.8943.5524.31
Hex3423592A3D0411032c18
Octal6443131527501014035430
Binary11010010001110110011010101111010100000110000001110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342359; }

 p { color: rgb(52,35,89); }

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

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

 a { background-color: rgb(52,35,89); }

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

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

 span { border-color: rgb(52,35,89); }

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